Re: [pmwiki-users] RSS URLS Construct

2007-03-16 Thread Patrick R. Michaud
On Fri, Mar 16, 2007 at 09:33:46AM -1000, Sivakatirswami wrote: > Patrick R. Michaud wrote: > I have in /pmwiki/local/farmconfig.php > > the following: > > ### Enable Feeds > if ($action == 'rss') include_once('scripts/feeds.php'); > if ($action == 'atom') include_once('scripts/feeds.php'); > if

Re: [pmwiki-users] RSS URLS Construct

2007-03-16 Thread Sivakatirswami
Patrick R. Michaud wrote: > PmWiki doesn't provide a feed for changes to a single page (other > than perhaps to note when that page has changed). If you just > want to know when a specific page changes, then: > > http://wiki.hindu.org/seva/index.php?action=rss&name=WebContent-Art.HomePage >f

Re: [pmwiki-users] RSS URLS Construct

2007-03-15 Thread Patrick R. Michaud
On Wed, Mar 14, 2007 at 10:59:04AM -1000, Sivakatirswami wrote: > I need to put up some simple docs for our users who are begging for RSS. > > Most commonly someone wants a feed on changes to > > a) a specific page > > e.g. http://wiki.hindu.org/seva/index.php/WebContent-Art/HomePage > > What

[pmwiki-users] RSS URLS Construct

2007-03-14 Thread Sivakatirswami
I studied the WebFeeds documentation page and enabled feeds. Being a naive admin I simply pasted this into farmconfig.php Assume this should now enable RSS for all fields. if ($action == 'rss') include_once('scripts/feeds.php'); if ($action == 'atom') include_once('scripts/feeds.php'); if ($act