Page 1 of 1

Adding timestamp in RSS items

Posted: Tue Jan 07, 2014 2:36 pm
by ChristianVirtual
While there is a timestamp visible in the news site on web there is no timestamp inside the RSS data for each item; only an last build date.

For a 3rd party app it would be great to have a timestamp for each item instead just one on header level. It would allow to focus on the latest news (let say on month old) and hide older one.

How it could look like
Image

Content of RSS stream:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Folding@home</title>
	<link>http://folding.stanford.edu/home</link>
	<description>Fighting disease with the world's largest distributed super computer.</description>
	<lastBuildDate>Mon, 06 Jan 2014 18:19:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en-US</language>
	<!-- generator="WordPress/3.5.1" -->

	<item>
		<title>VM server went down again &#8212; back up now</title>
		<description><![CDATA[The VM server went down again last night.  It&#8217;s back up now, but I&#8217;m not happy that this has happened so frequently.  We&#8217;re looking into what&#8217;s going on here.  Later this week, we&#8217;ll have a redundant GPU AS which will minimize the impact of this machine going down, but still we need to find out [...]]]></description>
		<link>http://folding.stanford.edu/home/vm-server-went-down-again-back-up-now/</link>
			</item>
	<item>
		<title>More core17 WUs are on the way</title>
		<description><![CDATA[We see a shortage in Core17 WUs, so we&#8217;re building more core17 WUs right now.  The building process takes some time, probably until tomorrow morning.  By then, there will be plenty of Core17 WUs.]]></description>
		<link>http://folding.stanford.edu/home/more-core17-wus-are-on-the-way/</link>
			</item>

Re: Adding timestamp in RSS items

Posted: Fri Jan 24, 2014 1:25 pm
by rhavern
I'd like to see this added as well.