#21 — RSS 1.0 not supported warning

StateResolved
Version: 1.0
AreaFunctionality
Issue typeBug
SeverityMedium
Submitted byMikko Ohtamaa
Submitted onApr 16, 2009
Responsible Maurits van Rees
Target release:
Return to tracker
Last modified on Aug 03, 2009 by Maurits van Rees
Hi,

I tried to import RSS 1.0 feed from Wordpress. Feedfeeder can't handle it because the feed lacks both published and updated attributes (updated = None -> bail out item).

I suggest 2 solutions

1) Publish item even if updated == None and published == None

2) Add warning "Please use RSS 2.0 or ATOM feeds. RSS 1.0 not supported"
Steps to reproduce:
Add feed http://blog.redinnovation.com/feed/rss
Added byMaurits van ReesonMay 11, 2009 07:51 PM
Issue state: UnconfirmedResolved
Responsible manager: (UNASSIGNED)maurits
Right, good point. Fixed on trunk in r85855: when both the updated and published date of an item is not known, take today as the date when first adding it. When updating, do not change the original item.

No responses can be added.