Hello,<br>As a beginner be sure I may give wrong answer...<br>This said, to print more information in your rss, I guess you have to use variables (<a href="http://www.pmwiki.org/wiki/PmWiki/PageVariables" target="_blank">http://www.pmwiki.org/wiki/PmWiki/PageVariables</a>) or create a new custom one (some example in <a href="http://www.pmwiki.org/wiki/PmWiki/WebFeeds">http://www.pmwiki.org/wiki/PmWiki/WebFeeds</a>, bottom). In my opinion a new one is needed for showing the diff text (there is an unanswered question in the webfeeds page).<br>
Try adding this line in your config file to get a little more informative description :<br>$FeedFmt[&#39;rss&#39;][&#39;item&#39;][&#39;description&#39;] = &#39;Last modification {$LastModified} by {$LastModifiedBy} : {$LastModifiedSummary}&#39;;<br>
Hope this helps a little.<br>
<br>Gilles.<br><br><br>