diff options
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 1 |
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'] = ''; |