Details
-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.3, 2.3
-
None
-
None
-
We are using "XWiki Enterprise 2.0.3.24848", but "http://www.xwiki.org/xwiki/bin/view/Main/WebRss?xpage=plain&outputSyntax=plain", seems created by "2.3.28624", behaves the same.
-
Unknown
-
Description
RSS feed uses creation date instead of edit date as 'pubdate' which results in edits not being shown as 'new items' by feed readers. This greatly reduces the benefit of the RSS feed.
An example from xwiki's official site
http://www.xwiki.org/xwiki/bin/view/Main/WebRss?xpage=plain&outputSyntax=plain
is:
<item>
<title>Download XWiki Projects</title>
<link>http://www.xwiki.org/xwiki/bin/view/Main/Download?language=en</link>
<description>Version 254.7 edited by Flavius Olaru on Tue Jul 06 17:13:49 CEST 2010</description>
<pubDate>Mon, 11 Dec 2006 09:47:37 GMT</pubDate>
<guid isPermaLink="false">http://www.xwiki.org/xwiki/bin/view/Main/Download?language=en</guid>
<dc:creator>Ludovic Dubost</dc:creator>
<dc:date>2006-12-11T09:47:37Z</dc:date>
</item>