From cd152fa990b13781c54a8321ecbf8afb10ba06c8 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 24 Mar 2006 02:35:22 +0000 Subject: [PATCH] add a blog for done items too --- doc/bugs.mdwn | 2 ++ doc/todo.mdwn | 9 +++++---- doc/todo/done.mdwn | 3 +++ doc/todo/done/blogs.mdwn | 2 ++ 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 doc/todo/done.mdwn create mode 100644 doc/todo/done/blogs.mdwn 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. -- 2.32.0.93.g670b81a890