aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-14 21:09:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-14 21:09:19 +0000
commitf908415bdfbaaff8ad25daa07dfdcfaa87ef0120 (patch)
tree005a362bf07093f34cc624ffcf8b4594f8b7d5fd
parente855e30d01796253a77da4531fcd1f896d9f117a (diff)
downloadikiwiki-f908415bdfbaaff8ad25daa07dfdcfaa87ef0120.tar
ikiwiki-f908415bdfbaaff8ad25daa07dfdcfaa87ef0120.tar.gz
use feedpages to limit all feeds to new items, in preparation for switching
ikiwiki.info to usedirs
-rw-r--r--doc/bugs.mdwn1
-rw-r--r--doc/news.mdwn3
-rw-r--r--doc/patchqueue.mdwn4
-rw-r--r--doc/plugins.mdwn3
-rw-r--r--doc/plugins/contrib.mdwn3
-rw-r--r--doc/tips.mdwn3
-rw-r--r--doc/todo.mdwn1
7 files changed, 13 insertions, 5 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index e9970f18a..50204e4e0 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -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).
[[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]]
diff --git a/doc/news.mdwn b/doc/news.mdwn
index 795095725..85fafd88a 100644
--- a/doc/news.mdwn
+++ b/doc/news.mdwn
@@ -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
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
[[plugins]], [[TODO]] and [[bugs]].
diff --git a/doc/patchqueue.mdwn b/doc/patchqueue.mdwn
index 09a63cae5..d63fd6cf7 100644
--- a/doc/patchqueue.mdwn
+++ b/doc/patchqueue.mdwn
@@ -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
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"]]
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn
index 095f2bb8f..39f0d0209 100644
--- a/doc/plugins.mdwn
+++ b/doc/plugins.mdwn
@@ -15,5 +15,6 @@ by default. To enable other plugins, use the `--plugin` switch described in
# Plugin directory
[[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]]
diff --git a/doc/plugins/contrib.mdwn b/doc/plugins/contrib.mdwn
index e1b4a2b24..44c845643 100644
--- a/doc/plugins/contrib.mdwn
+++ b/doc/plugins/contrib.mdwn
@@ -1,6 +1,7 @@
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]]
# Installing third party plugins
diff --git a/doc/tips.mdwn b/doc/tips.mdwn
index 8bb21f6af..3538feb21 100644
--- a/doc/tips.mdwn
+++ b/doc/tips.mdwn
@@ -1,4 +1,5 @@
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]]
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index 001828b44..154d5382d 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -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).
[[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]]