#21 — RSS 1.0 not supported warning
| State | Resolved |
|---|---|
| Version: | 1.0 |
| Area | Functionality |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | Mikko Ohtamaa |
| Submitted on | Apr 16, 2009 |
| Responsible | Maurits van Rees |
| Target release: |
—
|
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"
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
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.Issue state:
Unconfirmed
→
Resolved
Responsible manager:
(UNASSIGNED)
→
maurits
No responses can be added.
If you can, please log in before submitting a reaction.