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

Reply via email to