Opened 18 years ago
Closed 18 years ago
#2762 closed defect (fixed)
RSS2.0 feed has no support for copyright element
Reported by: | 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)
Change History (6)
comment:1 by , 18 years ago
Component: | Contrib apps → RSS framework |
---|
comment:2 by , 18 years ago
Keywords: | rss added |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 18 years ago
Attachment: | 2007-11-24.diff added |
---|
comment:3 by , 18 years ago
Has patch: | set |
---|
Setting the "Has patch" flag, as per the "Submitting patches" guidelines
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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