|
Hi Tegan, My config.php now looks like this ... ## The feeds.php script enables ?action="" ?action="" ?action=""> ## and ?action="" for generation of syndication feeds in various formats. if ($action == 'rss') include_once('scripts/feeds.php'); # RSS if ($action == 'atom') include_once('scripts/feeds.php'); # Atom 1.0 if ($action == 'dc') include_once('scripts/feeds.php'); # Dublin Core if ($action == 'rdf') include_once('scripts/feeds.php'); # RSS 1.0 $FeedFmt['rss']['item']['link'] = '{$PageUrl}?when=$ItemISOTime'; Then: 1/ Using the browser go to the Pmwiki page you are using 2/ Click on the "Recent Changes" for this page 3/ The url for the Recent Changes for the page is now in the address bar: i.e. http://ww.example.com/pmwiki/pmwiki.php/Main/RecentChanges 4/ At the end of the url just type ?action="" i.e http://ww.example.com/pmwiki/pmwiki.php/Main/RecentChanges?action=""> 5/Now select this text with your mouse and copy it. 6/ Now go to what ever news aggregator you are using. I am using Mozilla Thunderbird. 7/ I open a new folder under my "News and Blogs account" and paste the url into the news aggregator. 8/ Check to see how often your aggregator looks for the feed (default in Thunderbird is 100mins!) You may want to change this. 9/ Make some changes to the Pmwiki page you went to in step 1/ 10/ You should see the change detected in the feed to your News reader. example: http://www.example.com/pmwiki/pmwiki.php/Main/RecentChanges?when=2007-09-13T09:30:10Z Notice how the url has the date/time to the end. It seems it is this is what enables the reader to detect a change has occurred. This is what cracked it for me. :-) Regards Graham Tegan Dowling wrote: On 9/11/07, Graham Archer <[EMAIL PROTECTED]> wrote:I am having some difficulty with RSS and the updates not being detected/shown by my reader after the initial subscription. |
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
