aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-02 08:04:49 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-02 08:04:49 +0000
commitf57d106ab4209e131d7c766eee9c1fca1ca7d5d3 (patch)
treedfb94c1b2561c0b3b2d2d841b46c1ef3cb76507a
parentaa8e72322605ce0bb2a3042fa65e183c04cef06b (diff)
downloadikiwiki-f57d106ab4209e131d7c766eee9c1fca1ca7d5d3.tar
ikiwiki-f57d106ab4209e131d7c766eee9c1fca1ca7d5d3.tar.gz
fix created_after limits
-rw-r--r--doc/bugs.mdwn2
-rw-r--r--doc/news.mdwn2
-rw-r--r--doc/patchqueue.mdwn2
-rw-r--r--doc/plugins.mdwn2
-rw-r--r--doc/plugins/contrib.mdwn2
-rw-r--r--doc/tips.mdwn2
-rw-r--r--doc/todo.mdwn2
7 files changed, 7 insertions, 7 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index 20ba65611..2e06d7ca0 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -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]]
diff --git a/doc/news.mdwn b/doc/news.mdwn
index 85fafd88a..9a9a1b3f9 100644
--- a/doc/news.mdwn
+++ b/doc/news.mdwn
@@ -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]].
diff --git a/doc/patchqueue.mdwn b/doc/patchqueue.mdwn
index d63fd6cf7..ca9dbff79 100644
--- a/doc/patchqueue.mdwn
+++ b/doc/patchqueue.mdwn
@@ -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"]]
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn
index 93aebe5a3..34cab2e1e 100644
--- a/doc/plugins.mdwn
+++ b/doc/plugins.mdwn
@@ -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]]
diff --git a/doc/plugins/contrib.mdwn b/doc/plugins/contrib.mdwn
index 44c845643..ae234f67b 100644
--- a/doc/plugins/contrib.mdwn
+++ b/doc/plugins/contrib.mdwn
@@ -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
diff --git a/doc/tips.mdwn b/doc/tips.mdwn
index 3538feb21..6cc606bd0 100644
--- a/doc/tips.mdwn
+++ b/doc/tips.mdwn
@@ -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]]
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index 222e311cc..a2211ba2c 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -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]]