fix created_after limits

master
joey 2007-05-02 08:04:49 +00:00
parent aa8e723226
commit f57d106ab4
7 changed files with 7 additions and 7 deletions

View 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]]

View 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]].

View 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"]]

View 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]]

View 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

View 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]]

View 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]]