Django

Code

Ticket #2762 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

RSS2.0 feed has no support for copyright element

Reported by: cpinto@yimports.com Assigned to: adrian
Milestone: Component: RSS framework
Version: Keywords: rss
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

2007-11-24.diff (5.8 kB) - added by Jonathan Buchanan <jonathan.buchanan@gmail.com> on 01/24/07 15:55:55.
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

Change History

11/26/06 19:16:17 changed by adrian

  • component changed from Contrib apps to RSS framework.

01/22/07 02:52:24 changed by Simon G. <dev@simon.net.nz>

  • keywords set to rss.
  • stage changed from Unreviewed to Accepted.

01/24/07 15:55:55 changed by Jonathan Buchanan <jonathan.buchanan@gmail.com>

  • 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

01/24/07 16:02:17 changed by anonymousJonathan Buchanan <jonathan.buchanan@gmail.com>

  • has_patch set to 1.

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

01/24/07 16:10:14 changed by SmileyChris

  • stage changed from Accepted to Ready for checkin.

Looks good to me

02/10/07 02:36:40 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #2762 (RSS2.0 feed has no support for copyright element)




Change Properties
Action