Nice, thanks Marc, I'll give it a try. Weldon
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of marc Sent: Thursday, December 20, 2007 15:07 To: pmwiki-devel@pmichaud.com Subject: Re: [pmwiki-devel] RSS for page lists 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 _______________________________________________ pmwiki-devel mailing list pmwiki-devel@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-devel _______________________________________________ pmwiki-devel mailing list pmwiki-devel@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-devel