[pmwiki-users] RSS feed
Roman
romat2 at gmail.com
Fri Feb 24 08:58:26 CST 2006
> Note that you don't need to change the feeds.php script itself --
> better might be to do (in local/config.php):
>
> $FeedFmt['rss']['item']['author'] =
> "<author><name>{\$LastModifiedBy}</name></author>";
I have this line in my config and it works fine:
$FeedFmt['rss']['item']['author'] = '$LastModifiedBy';
Isn't <author><name> redundant?
> The relevant variable is {$LastModifiedSummary} -- what RSS
> element do you want it to appear under?
I use "description" element ($FeedFmt['rss']['item']['description']).
Roman
More information about the pmwiki-users
mailing list