fix created_after limits
parent
aa8e723226
commit
f57d106ab4
|
@ -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]]
|
||||
|
|
|
@ -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]].
|
||||
|
|
|
@ -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"]]
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue