]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add a blog for done items too
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 24 Mar 2006 02:35:22 +0000 (02:35 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 24 Mar 2006 02:35:22 +0000 (02:35 +0000)
doc/bugs.mdwn
doc/todo.mdwn
doc/todo/done.mdwn [new file with mode: 0644]
doc/todo/done/blogs.mdwn [new file with mode: 0644]

index bc20d931ec2dbb381057fc0b68b3a9e2f7336d2e..867ddb5995391861cac4586599cd3efaae9cf7b1 100644 (file)
@@ -21,3 +21,5 @@
 * The diff links in RecentChanges go to a viewcvs backtrace if the rev in question is when the page was added. Is this a viewcvs bug, or a behavior ikiwiki needs to work around?
 * If a page stops inlining anthing, its rss feed file
   will linger around and not be deleted.
+* Currently only one blog is supported per page. Attempts to add more
+  will make it only update one of the blogs on the page.
index ab8c4d3d596e06f17c0a50f1f2212a38ecf8a54e..ac4cd637eaa78f2198df4e6baf78b7935dadaf42 100644 (file)
@@ -1,9 +1,10 @@
-Welcome to ikiwiki's todo blog. Feel free to add todo items on [[SubPage]s.
+Welcome to ikiwiki's todo blog. Feel free to add todo items on
+[[SubPage]]s, and move items to [[todo/done]] when they're done.
 
 ## recently added
 
-[[inline pages="todo/* !*/Discussion" show="30"]]
+[[inline pages="todo/* !todo/done* !*/Discussion" show="30"]]
 
-## all todo items
+## all open todo items
 
-[[inline pages="todo/* !*/Discussion" archive="yes"]]
+[[inline pages="todo/* !todo/done* !*/Discussion" archive="yes"]]
diff --git a/doc/todo/done.mdwn b/doc/todo/done.mdwn
new file mode 100644 (file)
index 0000000..3c17b90
--- /dev/null
@@ -0,0 +1,3 @@
+recently fixed [[TODO]] items
+
+[[inline pages="todo/done/* !*/Discussion" show="10"]]
diff --git a/doc/todo/done/blogs.mdwn b/doc/todo/done/blogs.mdwn
new file mode 100644 (file)
index 0000000..5322c7e
--- /dev/null
@@ -0,0 +1,2 @@
+ikiwiki needs to support blogging. Make subpages of a page turn into a blog
+with a special post-processor rune.