summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorMarc Mayfield <celf@intelf.com>2006-11-01 03:33:13 +0100
committerMarc Mayfield <celf@intelf.com>2006-11-01 03:33:13 +0100
commita1716312b3d267c93299958009452d9a20969f88 (patch)
tree87db05ac0db2e7357c536c6ac3cfbe7632bfc127 /conf/dokuwiki.php
parent9e9fda70e9993a37278aa28723b777b6c68046b1 (diff)
downloadrpg-a1716312b3d267c93299958009452d9a20969f88.tar.gz
rpg-a1716312b3d267c93299958009452d9a20969f88.tar.bz2
rss_summary_config
Add a configuration option to control whether or not the edit/revision summary is displayed with the title of RSS feeds. The default is to show the summary, the same as DokuWiki did prior to this addition. darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.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 0df72bce4..b239d54d2 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -106,6 +106,7 @@ $conf['rss_linkto'] = 'diff'; //what page RSS entries link to:
// 'current' - most recent revision of page
$conf['rss_update'] = 5*60; //Update the RSS feed every n minutes (defaults to 5 minutes)
$conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
+$conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
//Set target to use when creating links - leave empty for same window
$conf['target']['wiki'] = '';