Opened 18 years ago

Closed 17 years ago

#2762 closed defect (fixed)

RSS2.0 feed has no support for copyright element

Reported by: cpinto@… Owned by: Adrian Holovaty
Component: contrib.syndication Version:
Severity: normal Keywords: rss
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm creating my own blog software and I've just added an RSS2.0 feed to it.

I noticed that the feed content generated by Django is different from what I'm using with Wordpress because it doesn't allow a copyright element (in Wordpress I just have to tweak the feed template).

Could this be included in the Rss201rev2Feed class?

Attachments (1)

2007-11-24.diff (5.8 KB ) - added by Jonathan Buchanan <jonathan.buchanan@…> 17 years ago.
Adds a feed_copyright attribute for feeds and an item_copyright attribute for feed items (Atom allows a different rights attribute for each item); also contains documentation for these additions

Download all attachments as: .zip

Change History (6)

comment:1 by Adrian Holovaty, 17 years ago

Component: Contrib appsRSS framework

comment:2 by Simon G. <dev@…>, 17 years ago

Keywords: rss added
Triage Stage: UnreviewedAccepted

by Jonathan Buchanan <jonathan.buchanan@…>, 17 years ago

Attachment: 2007-11-24.diff added

Adds a feed_copyright attribute for feeds and an item_copyright attribute for feed items (Atom allows a different rights attribute for each item); also contains documentation for these additions

comment:3 by anonymousJonathan Buchanan <jonathan.buchanan@…>, 17 years ago

Has patch: set

Setting the "Has patch" flag, as per the "Submitting patches" guidelines

comment:4 by Chris Beaven, 17 years ago

Triage Stage: AcceptedReady for checkin

Looks good to me

comment:5 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [4478]) Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch
from Jonathan Buchanan.

Note: See TracTickets for help on using tickets.
Back to Top