[pmwiki-users] PmWiki as RSS engine

Christophe David pmwiki at christophedavid.org
Tue Sep 30 09:20:55 CDT 2008


Could someone please advise how to generate RSS feeds that list one
"item" for every page in a pagelist, using the content of each page to
populate the fields ?

Each page would contain  (:title:MyTitle:)
(:link:MyLink:)(:description:MyDescription:), etc.,

and calling the "feed page" with "?action=rss" would generate a feed with

<item>
   <title></title>
   <link></link>
   <description></description>
   <pubDate></pubDate>
   <guid></guid>
</item>

filled with the content of the pages.

The closest I found in http://www.pmwiki.org/wiki/PmWiki/WebFeeds is
the trail= option, but I did not manage yet to make it work using
pagelists.

Thank you in anticipation for any help.

Christophe



More information about the pmwiki-users mailing list