Hi;
think this 'last update' date should be added to the RSS stream
this can be great for situations where you read RSS feeds from multiple sources and while combining the sources you want to sort the list to get the most updated entries (which arent nessecarily the ones that were published the latest).
currently, the pupDate element in the RSS is the publication date...
for example;
old format:
<item>
<title>warm
test</title>
<description><![CDATA[ bla bla]]]></description>
<guid isPermaLink="true">
http://www.jforum.net/posts/preList/5376/21040.page</guid>
<link>
http://www.jforum.net/posts/preList/5376/21040.page</link>
<pubDate><![CDATA[Wed, 27 May 2009 02:39:00]]> GMT</pubDate>
<author><![CDATA[ ideafly]]></author>
</item>
new format:
<item>
<title>warm test</title>
<description><![CDATA[ bla bla]]]></description>
<guid isPermaLink="true">
http://www.jforum.net/posts/preList/5376/21040.page</guid>
<link>
http://www.jforum.net/posts/preList/5376/21040.page</link>
<pubDate><![CDATA[Wed, 27 May 2009 02:39:00]]> GMT</pubDate>
<lastUpdate><![CDATA[Wed, 30 May 2009 09:39:00]]> GMT</lastUpdate>
<author><![CDATA[ ideafly]]></author>
</item>
BTW, I am not sure if the RSS specification supports such a thing...
[originally posted on jforum.net by gkatz]