summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorBen Coburn <btcoburn@silicodon.net>2006-03-24 14:33:15 +0100
committerBen Coburn <btcoburn@silicodon.net>2006-03-24 14:33:15 +0100
commitfbf8293902dc7312114b3281713d03bf977793c9 (patch)
tree4900d8318e9390fb7ef7ed0aa11ea8b2025eeaec /conf/dokuwiki.php
parenta609a9cc3002627e7527161f5bd8883b3bd0633d (diff)
downloadrpg-fbf8293902dc7312114b3281713d03bf977793c9.tar.gz
rpg-fbf8293902dc7312114b3281713d03bf977793c9.tar.bz2
RSS update time and 304 Not Modified
- Gives the wiki administrator control over how often the RSS feed is regenerated. - The RSS feed now handles conditional requests and returns HTTP '304 Not Modified' responses when possible. darcs-hash:20060324133315-05dcb-3b814e28523f2a0717222a4940d6fbbb28576cf5.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 411d2be7d..7d70838da 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -94,6 +94,7 @@ $conf['rss_linkto'] = 'diff'; //what page RSS entries link to:
// 'page' - the revised page itself
// 'rev' - page showing all revisions
// 'current' - most recent revision of page
+$conf['rss_update'] = 5*60; //Update the RSS feed every n minutes (defaults to 5 minutes)
//Set target to use when creating links - leave empty for same window
$conf['target']['wiki'] = '';