aboutsummaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:32:31 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:32:31 +0100
commit47d179802d5f78365fa7077ae64de35f2892a1e4 (patch)
tree3015f658f1068847a555597783759c20a54c1e00 /doc/todo.mdwn
parent121d0f34560ec49d259d5e9b19f4426bba08cf4c (diff)
downloadikiwiki-47d179802d5f78365fa7077ae64de35f2892a1e4.tar
ikiwiki-47d179802d5f78365fa7077ae64de35f2892a1e4.tar.gz
Migrate everything else via prefix_directives
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
Diffstat (limited to 'doc/todo.mdwn')
-rw-r--r--doc/todo.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index 851b4d6b3..75314c75b 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -3,19 +3,19 @@ as any [[patches|patch]]. If it seems more like a bug in the existing code,
post it to [[bugs]] instead. Link items to [[todo/done]] when done.
<!-- currently commented out because I lost all my mtimes :-)
-[[if test="enabled(postsparkline)"
+[[!if test="enabled(postsparkline)"
then="""
How long will it take your todo item to be fixed? Well...
-[[postsparkline pages="todo/* and !todo/done and !link(todo/done) and !todo/*/*"
+[[!postsparkline pages="todo/* and !todo/done and !link(todo/done) and !todo/*/*"
max=12 ymin=10 formula=permonth style=bar barwidth=2 barspacing=1 height=13]]
this many are being added per month
-[[postsparkline pages="todo/* and !todo and link(todo/done)"
+[[!postsparkline pages="todo/* and !todo and link(todo/done)"
max=12 ymin=10 formula=permonth time=mtime style=bar barwidth=2 barspacing=1 height=13]]
while this many are being fixed.
"""]]
-->
-[[inline pages="todo/* and !todo/done and !link(todo/done) and
+[[!inline pages="todo/* and !todo/done and !link(todo/done) and
!link(patch) and !link(wishlist) and !todo/*/*"
feedpages="created_after(todo/supporting_comments_via_disussion_pages)"
actions=yes archive=yes rootpage="todo" postformtext="Add a new todo item titled:" show=0]]