I am using the RecentChanges page for my RSS feed. But the feed does not
display author details, the text changed and date of change.

How do I add these?

Also, how long does it take for RSS readers to pull changes from the RSS
feed? I have been pressing refresh in my google reader and it takes longer
than 10 mins.


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';

$FeedFmt['rss']['item']['title'] = '{$Group} / {$Title} : {$Description}';
$FeedFmt['rss']['item']['description'] = '$LastModifiedSummary';

if ($action == 'rss') $EnablePageListProtect = 0;


Thank you for your help in advance.

Warm regards,
Elizabeth
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to