[pmwiki-devel] RSS for page lists
marc
gmane at auxbuss.com
Thu Dec 20 14:06:41 CST 2007
Sams, Weldon said...
> Hi all. I'm wondering if anyone knows of a way to display a description
> in the RSS, at least for AllRecentChanges. Maybe something like just
> showing the most recent diff, or the first bit of a page.
In farmconfig.php, I do:
if ($action == 'rss') {
include_once("$FarmD/scripts/feeds.php");
# adds summary text to the RSS feeds
$FeedFmt['rss']['item']['title'] =
'{$Group} / {$Title} : $LastModifiedSummary';
}
Just modify to taste. HTH.
--
Cheers,
Marc
More information about the pmwiki-devel
mailing list