Issue 31366 - add publish date to items in RSS feeds
Summary: add publish date to items in RSS feeds
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: www (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 14:43 UTC by Martin Hollmichel
Modified: 2007-06-28 05:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Martin Hollmichel 2004-07-12 14:43:23 UTC
plese add the publish dates for items in
http://eis.services.openoffice.org/EIS2/servlet/cws.rss.OOoCWSStatusChangeNewsFeed
Comment 1 bernd.eilers 2004-07-12 15:22:11 UTC
BEI->FMA:
For an RSS feed reader to be able to see which items are new compared to the
last time the RSS feed was read either a publishDate or a guid element must be
present as a subelement of the item elements. Both are available with RSS 2.0
format only. Implementing this task would therefor also mean to upgrade to RSS
2.0 format. A pubDate for the whole RSS feed is already available with RSS 0.91
as subelement of the channel element.

Comment 2 bernd.eilers 2004-07-19 10:27:26 UTC
reassigned to fma
Comment 3 hans_werner67 2004-07-28 10:34:16 UTC
The optional subelement for RSS-feed in version 0.91 is <lastbuiltdate>. I'll
implement it for the channel.

A good description can be found under http://www.uatsap.com/en/rss/manual/3

Generally I want to mention that is is not intended to implement a set of
available feed formats/versions. Version 0.91 is one of the simplest of course
but most of the available Feedreader understand it. That's why we use it.
Comment 4 hans_werner67 2004-07-28 10:39:48 UTC
type is enhancement
Comment 5 hans_werner67 2004-07-28 12:25:58 UTC
fixed 2004-07-29
+set pubDate to last change date of a cws-status-update
+set lastBuildDate to current time

Hope that fixes the problem, otherwise use a different feedreader
Comment 6 hans_werner67 2004-07-28 15:01:02 UTC
reopen and assing to mh
Comment 7 hans_werner67 2004-07-28 15:01:30 UTC
send to mh
Comment 8 Martin Hollmichel 2004-08-06 20:46:36 UTC
mark as fixed.
Comment 9 Martin Hollmichel 2007-06-28 05:56:59 UTC
close issue.