diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 02:35:22 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 02:35:22 +0000 |
commit | cd152fa990b13781c54a8321ecbf8afb10ba06c8 (patch) | |
tree | bd4d33790ade8789a07a799c41765dcd934c26a0 | |
parent | 5c8351541d8bcdb09a137aa7fe029ce10e5db057 (diff) |
add a blog for done items too
-rw-r--r-- | doc/bugs.mdwn | 2 | ||||
-rw-r--r-- | doc/todo.mdwn | 9 | ||||
-rw-r--r-- | doc/todo/done.mdwn | 3 | ||||
-rw-r--r-- | doc/todo/done/blogs.mdwn | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index bc20d931e..867ddb599 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -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. diff --git a/doc/todo.mdwn b/doc/todo.mdwn index ab8c4d3d5..ac4cd637e 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -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 index 000000000..3c17b90b6 --- /dev/null +++ b/doc/todo/done.mdwn @@ -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 index 000000000..5322c7e43 --- /dev/null +++ b/doc/todo/done/blogs.mdwn @@ -0,0 +1,2 @@ +ikiwiki needs to support blogging. Make subpages of a page turn into a blog +with a special post-processor rune. |