[pmwiki-users] RSS subscription - how to display author and date of edit in RSS

Elizabeth Koh elizabethkoh at gmail.com
Thu Jan 8 01:23:54 CST 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20090108/e13851fa/attachment.html 


More information about the pmwiki-users mailing list