Re: [pmwiki-users] PmWiki as RSS engine

2008-10-01 Thread Christophe David
To get an RSS feed based on a pagelist with those parameters, it's simply: http://.../pmwiki.php?action=rssgroup=abcname=deforder=jklcount=123 Then we just need to change the format of the feed itself -- this can be done with the $FeedFmt array (see the bottom of PmWiki.WebFeeds for some

[pmwiki-users] PmWiki as RSS engine

2008-09-30 Thread Christophe David
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

Re: [pmwiki-users] PmWiki as RSS engine

2008-09-30 Thread Patrick R. Michaud
On Tue, Sep 30, 2008 at 04:20:55PM +0200, Christophe David wrote: 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:)

Re: [pmwiki-users] PmWiki as RSS engine

2008-09-30 Thread Patrick R. Michaud
On Tue, Sep 30, 2008 at 09:19:31PM +0200, Christophe David wrote: 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:)