Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#486 closed defect (fixed)

timeline rss feed does not validate on http://www.feedvalidator.org

Reported by: anonymous Owned by: daniel
Priority: high Milestone: 0.8
Component: general Version: 0.7
Severity: critical Keywords: rss xml
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I get the following errors using 0.7.1.pre:

  • author must include an email address: <author>appel</author>
  • pubDate must be an RFC-822 date: <pubDate>to, 27 maj 2004 13:45:04 GMT</pubDate>
  • XML Parsing error: <unknown>:577:19: not well-formed (invalid token): <pubDate>s< 23 maj 2004 11:00:31 GMT</pubDate>

The date errors might be because the locale on my computer is set to swedish, I guess dates in swedish is not allowed in rss? The e-mail thing I'm not sure how to fix since one is not required to enter one when using trac.

Attachments (0)

Change History (2)

comment:1 by daniel, 20 years ago

Keywords: rss xml added
Milestone: 0.8
Owner: changed from Jonas Borgström to daniel
Priority: normalhigh
Severity: normalcritical
Status: newassigned

Well spotted, and thanks for the validation report. I'm looking into this shortly.

comment:2 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [803].

RSS feeds now validate properly on http://www.feedvalidator.org/ . The 'author' element in RSS 2.0 is really dumb. Possibly, we should incorporate dc: for metatada.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.