]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix created_after limits
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 2 May 2007 08:04:49 +0000 (08:04 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 2 May 2007 08:04:49 +0000 (08:04 +0000)
doc/bugs.mdwn
doc/news.mdwn
doc/patchqueue.mdwn
doc/plugins.mdwn
doc/plugins/contrib.mdwn
doc/tips.mdwn
doc/todo.mdwn

index 20ba65611be3eb3ba330e851bf0c53ee18bba481..2e06d7ca069118faf9ab72d3b4b08a1748f9cc0b 100644 (file)
@@ -3,5 +3,5 @@ This is ikiwiki's bug list. Link bugs to [[bugs/done]] when done.
 Also see the [Debian bugs](http://bugs.debian.org/ikiwiki).
 
 [[inline pages="bugs/* and !bugs/done and !link(bugs/done) and !bugs/*/*"
-feedpages="created_after(no_commit_mails_for_new_pages)"
+feedpages="created_after(bugs/no_commit_mails_for_new_pages)"
 actions=yes rootpage="bugs" postformtext="Add a new bug titled:" show=0]]
index 85fafd88a7645f522f9df0ac8345f054f22db0f9..9a9a1b3f980579280785df7f78b980e93bafcc33 100644 (file)
@@ -3,7 +3,7 @@ posted. [[IkiWikiUsers]] are recommended to subscribe to this page's RSS
 feed.
 
 [[inline pages="news/* and !*/Discussion"
-feedpages="created_after(version_1.49)" rootpage="news" show="30"]]
+feedpages="created_after(news/version_1.49)" rootpage="news" show="30"]]
 
 By the way, some other pages with RSS feeds about ikiwiki include
 [[plugins]], [[TODO]] and [[bugs]].
index d63fd6cf739fc1cc27d0f6d715122c0efd9aedd9..ca9dbff796ba0a0caa8873c4c31321c098bdf0fd 100644 (file)
@@ -6,5 +6,5 @@ Feel free to either copy the patch inline, or link to one elsewhere (or nag
 patches directly).
 
 [[inline pages="patchqueue/* and !*/Discussion"
-feedpages="created_after(enable-htaccess-files)"
+feedpages="created_after(patchqueue/enable-htaccess-files)"
 rootpage="patchqueue" archive="yes"]]
index 93aebe5a3d2e9fe476dcbfeb1672ffb2af3d5428..34cab2e1e960e99d559c9d699544592043243d47 100644 (file)
@@ -16,5 +16,5 @@ will fit most uses of ikiwiki.
 
 [[inline pages="plugins/* and !plugins/type/* and !plugins/write and
 !plugins/contrib and !*/Discussion"
-feedpages="created_after(graphviz)" archive="yes"
+feedpages="created_after(plugins/graphviz)" archive="yes"
 rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]
index 44c845643701e3a03cb61d82d363f3996587d84b..ae234f67b0f52458f1916bb1f7875537fcfe491a 100644 (file)
@@ -1,7 +1,7 @@
 Contributed [[plugins]]:
 
 [[inline pages="plugins/contrib/* !*/Discussion" 
-feedpages="created_after(navbar)" archive="yes"
+feedpages="created_after(plugins/contrib/navbar)" archive="yes"
 rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]
 
 # Installing third party plugins
index 3538feb211fe9781615ef866d0a164b683b4f40b..6cc606bd0899317672e46b5e2f9114dfe6b2e0af 100644 (file)
@@ -1,5 +1,5 @@
 This page is a place to document tips and techniques for using ikiwiki.
 
 [[inline pages="tips/* and !*/Discussion" 
-feedpages="created_after(howto_avoid_flooding_aggregators)" archive="yes"
+feedpages="created_after(tips/howto_avoid_flooding_aggregators)" archive="yes"
 rootpage="tips" postformtext="Add a new tip about:" show=0]]
index 222e311cc71c79940a2294f31984bbefd6d21109..a2211ba2c3092f8fb3634f5a09353c20794d60eb 100644 (file)
@@ -3,5 +3,5 @@ Welcome to ikiwiki's todo list. Link items to [[todo/done]] when done.
 Also see the [Debian bugs](http://bugs.debian.org/ikiwiki).
 
 [[inline pages="todo/* and !todo/done and !link(todo/done) and !todo/*/*"
-feedpages="created_after(supporting_comments_via_disussion_pages)"
+feedpages="created_after(todo/supporting_comments_via_disussion_pages)"
 actions=yes rootpage="todo" postformtext="Add a new todo item titled:" show=0]]