use feedpages to limit all feeds to new items, in preparation for switching
ikiwiki.info to usedirsmaster
parent
e855e30d01
commit
f908415bdf
|
@ -3,4 +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).
|
Also see the [Debian bugs](http://bugs.debian.org/ikiwiki).
|
||||||
|
|
||||||
[[inline pages="bugs/* and !bugs/done and !link(bugs/done) and !*/Discussion"
|
[[inline pages="bugs/* and !bugs/done and !link(bugs/done) and !*/Discussion"
|
||||||
|
feedpages="created_after(no_commit_mails_for_new_pages)"
|
||||||
actions=yes rootpage="bugs" postformtext="Add a new bug titled:" show=0]]
|
actions=yes rootpage="bugs" postformtext="Add a new bug titled:" show=0]]
|
||||||
|
|
|
@ -2,7 +2,8 @@ This is where announcements of new releases, features, and other news are
|
||||||
posted. [[IkiWikiUsers]] are recommended to subscribe to this page's RSS
|
posted. [[IkiWikiUsers]] are recommended to subscribe to this page's RSS
|
||||||
feed.
|
feed.
|
||||||
|
|
||||||
[[inline pages="news/* and !*/Discussion" rootpage="news" show="30"]]
|
[[inline pages="news/* and !*/Discussion"
|
||||||
|
feedpages="created_after(version_1.49)" rootpage="news" show="30"]]
|
||||||
|
|
||||||
By the way, some other pages with RSS feeds about ikiwiki include
|
By the way, some other pages with RSS feeds about ikiwiki include
|
||||||
[[plugins]], [[TODO]] and [[bugs]].
|
[[plugins]], [[TODO]] and [[bugs]].
|
||||||
|
|
|
@ -5,4 +5,6 @@ Feel free to either copy the patch inline, or link to one elsewhere (or nag
|
||||||
[[Joey]] to open up anonymous svn access to this wiki so you can check in the
|
[[Joey]] to open up anonymous svn access to this wiki so you can check in the
|
||||||
patches directly).
|
patches directly).
|
||||||
|
|
||||||
[[inline pages="patchqueue/* and !*/Discussion" rootpage="patchqueue" archive="yes"]]
|
[[inline pages="patchqueue/* and !*/Discussion"
|
||||||
|
feedpages="created_after(enable-htaccess-files)"
|
||||||
|
rootpage="patchqueue" archive="yes"]]
|
||||||
|
|
|
@ -15,5 +15,6 @@ by default. To enable other plugins, use the `--plugin` switch described in
|
||||||
# Plugin directory
|
# Plugin directory
|
||||||
|
|
||||||
[[inline pages="plugins/* and !plugins/type/* and !plugins/write and
|
[[inline pages="plugins/* and !plugins/type/* and !plugins/write and
|
||||||
!plugins/contrib and !*/Discussion" archive="yes"
|
!plugins/contrib and !*/Discussion"
|
||||||
|
feedpages="created_after(graphviz)" archive="yes"
|
||||||
rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]
|
rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Contributed [[plugins]]:
|
Contributed [[plugins]]:
|
||||||
|
|
||||||
[[inline pages="plugins/contrib/* !*/Discussion" archive="yes"
|
[[inline pages="plugins/contrib/* !*/Discussion"
|
||||||
|
feedpages="created_after(navbar)" archive="yes"
|
||||||
rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]
|
rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]
|
||||||
|
|
||||||
# Installing third party plugins
|
# Installing third party plugins
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
This page is a place to document tips and techniques for using ikiwiki.
|
This page is a place to document tips and techniques for using ikiwiki.
|
||||||
|
|
||||||
[[inline pages="tips/* and !*/Discussion" archive="yes"
|
[[inline pages="tips/* and !*/Discussion"
|
||||||
|
feedpages="created_after(howto_avoid_flooding_aggregators)" archive="yes"
|
||||||
rootpage="tips" postformtext="Add a new tip about:" show=0]]
|
rootpage="tips" postformtext="Add a new tip about:" show=0]]
|
||||||
|
|
|
@ -3,4 +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).
|
Also see the [Debian bugs](http://bugs.debian.org/ikiwiki).
|
||||||
|
|
||||||
[[inline pages="todo/* and !todo/done and !link(todo/done) and !*/Discussion"
|
[[inline pages="todo/* and !todo/done and !link(todo/done) and !*/Discussion"
|
||||||
|
feedpages="created_after(supporting_comments_via_disussion_pages)"
|
||||||
actions=yes rootpage="todo" show=0]]
|
actions=yes rootpage="todo" show=0]]
|
||||||
|
|
Loading…
Reference in New Issue