From the Eliovir

Pm Wiki: Web Feeds-Talk

Q How do I include the last change (the last diff section) in the feed body ? I would like to see directly what has been modified.

Q What if I want the text included to be marked up to HTML?

From mailing list June 26, 2007, by Roman:

  $FeedFmt['rss']['item']['description'] = 'FeedText';

  function FeedText($pagename, &$page, $tag) {
    $p = ReadPage($pagename);
    $content = MarkupToHTML($pagename, $p['text']);
    return "<$tag><![CDATA[$content]]></$tag>";
  }

Copyright © 2005–2025 the Main wiki and its authors

Retrieved from http://eliovir.free.fr/index.php5/PmWiki/WebFeeds-Talk

Page last modified on April 22, 2009, at 10:06 AM EST