summaryrefslogtreecommitdiff
path: root/issues/i_0e004cde.cil
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2010-08-05 20:52:17 -0400
committerFrancois Marier <francois@debian.org>2010-08-05 20:52:17 -0400
commit79cef0ebbb86de5ccac38255434d0d2bb18fb3c1 (patch)
treec52a30aed1698086e887ea80b989168416e18f17 /issues/i_0e004cde.cil
parent2b73a8c304bf705eaa3b83526698e4278accdf46 (diff)
parent9fcb3bc29dfd429f521c4e40452197dc364310c3 (diff)
Merge commit 'upstream/0.07.00'
Diffstat (limited to 'issues/i_0e004cde.cil')
-rw-r--r--issues/i_0e004cde.cil26
1 files changed, 26 insertions, 0 deletions
diff --git a/issues/i_0e004cde.cil b/issues/i_0e004cde.cil
new file mode 100644
index 0000000..096c74d
--- /dev/null
+++ b/issues/i_0e004cde.cil
@@ -0,0 +1,26 @@
+Summary: cil idea: poor man's cilweb
+Status: New
+CreatedBy: Francois Marier <fmarier@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Inserted: 2008-07-06T20:08:52
+Updated: 2008-07-13T05:13:33
+
+Hey Andy,
+
+I was gonna refer to one of my issues using Gitorious' gitweb-like interface
+and then I thought: wait, cil could easily generate an index.html!
+
+So how about this: in addition to a README.txt file, the issues directory
+could also have an index.html file which you'd update:
+
+1- whenever you add/edit an issue using the cil command
+2- whenever you ask for it explicitely (kinda like git-update-server-info)
+ or a hook does it before pushing the underlying git repo
+
+The index file would contain the output of "cil summary", with relative
+links to the issues themselves.
+
+That way, you can link to that file in your gitweb install and call it your
+issue tracker!
+
+Francois