I am having trouble with RSS. The RSS does not detect changes when edits to the page are made.
My link to the RSS is http://address/?n=Main.RecentChanges?action=rss In config.php I have these details (following the instructions in http://pmwiki.org/wiki/PmWiki/WebFeeds): if ($action == 'rss') include_once('scripts/feeds.php'); # RSS 2.0 # Change the link URL when an item is edited. $FeedFmt['rss']['item']['link'] = '{$PageUrl}?when=$ItemISOTime'; if ($action == 'rss') $EnablePageListProtect = 0; ----------- However, when a new page is created, the RSS feeder will show that a new page is updated. But when edits to the page are made, no changes to the page are seen. Also, how can you add author details, the text changed and date of change to the RSS feed? Thank you for your help in advance. Warm regards, Elizabeth KOH Ruilin, Elizabeth :: Teaching Assistant and Doctoral Candidate :: Department of Information Systems, School of Computing :: National University of Singapore :: SOC1-04-32, 3 Science Drive 2, Singapore 117543 :: 65-6516 2829 :: [email protected]
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
