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

>for a group:
> 
> http://wiki.hindu.org/seva/index.php/HTDE/RecentChanges?action=rss

>> for "Cluster"
> 
> http://wiki.hindu.org/seva/index.php?action=rss&group=HDTE,HDTE-*&order=-mtime
> 
Hmmm....
In Firefox any of the above URL's entered into Sage
new feed book mark location results in:

Error: XML Parse error

And Thunderbird returns a similar error.

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 ($action == 'rdf') include_once('scripts/feeds.php');
if ($action == 'dc') include_once('scripts/feeds.php');

What am I missing?

Skts




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

Reply via email to