* 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.
-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"]]
--- /dev/null
+recently fixed [[TODO]] items
+
+[[inline pages="todo/done/* !*/Discussion" show="10"]]
--- /dev/null
+ikiwiki needs to support blogging. Make subpages of a page turn into a blog
+with a special post-processor rune.