[pmwiki-devel] RSS for page lists
Sams, Weldon
wsams at indiana.edu
Thu Dec 20 14:14:46 CST 2007
Nice, thanks Marc, I'll give it a try.
Weldon
-----Original Message-----
From: pmwiki-devel-bounces at pmichaud.com [mailto:pmwiki-devel-bounces at pmichaud.com] On Behalf Of marc
Sent: Thursday, December 20, 2007 15:07
To: pmwiki-devel at 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 at pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
More information about the pmwiki-devel
mailing list