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

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to