Opened 17 years ago
Closed 17 years ago
#6098 closed (wontfix)
support for well formed web (wfw) extensions in django RSS feeds
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.syndication | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The commonly used well formed web extensions
see e.g. http://developer.mozilla.org/en/docs/RSS:Article:Why_Well-Formed_Web_RSS_Module_is_Popular_-_Syndicating_Your_Comments
of RSS feeds allows inclusion of additional RSS comment feeds.
It would be great to add just the wfw comment extension to a WellFormedWebRss feed class.
I have trivially done this (see attached file) and am using this in a production system currently.
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
Component: | Uncategorized → RSS framework |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
Sounds promising. If this is accepted, it'll need docs, though.
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Django's feed classes are intended to be a quick way to get started, not the end-all of syndication (see, for example, the lack of any support for Apple's custom RSS extensions). You should be able to implement this as a custom syndication class in a third-party library, but it's not appropriate for Django core.
wfw rss feed class