Opened 16 years ago

Closed 14 years ago

#8989 closed (fixed)

Syndication Framework could implement atom:link@rel=self to better follow the recommendations of the RSS Advisory Board

Reported by: xavier.morel@… Owned by: Arthur Koziel
Component: contrib.syndication Version: dev
Severity: Keywords:
Cc: martin@…, stephane.raimbault@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: UI/UX:

Description

http://www.rssboard.org/rss-profile-1#namespace-elements-atom-link

RSS feeds should include an atom:link element with @rel="self" to make them "more portable, self-contained, and easier to cache".

Example, the feed of djangosites gets such a recommendation from the feed validator: http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.djangosites.org%2F

Attachments (2)

8989_add_atomlink.diff (1.8 KB ) - added by Arthur Koziel 16 years ago.
8989_add_atomlink_r10680.diff (1.8 KB ) - added by Arthur Koziel 15 years ago.
Update patch to r10680

Download all attachments as: .zip

Change History (12)

comment:1 by Adrian Holovaty, 16 years ago

Triage Stage: UnreviewedAccepted

Sounds reasonable. Can you provide a patch?

comment:2 by Masklinn, 16 years ago

Well it's not a problem I've encountered myself, I noted it from a friend's site, so I haven't started doing any work on it at all, and while I may if time allows if someone else wants to work on this he should not hold back.

comment:3 by Arthur Koziel, 16 years ago

Owner: changed from nobody to Arthur Koziel
Status: newassigned

by Arthur Koziel, 16 years ago

Attachment: 8989_add_atomlink.diff added

comment:4 by Arthur Koziel, 16 years ago

Has patch: set

comment:5 by martin <martin@…>, 15 years ago

Cc: martin@… added

comment:6 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:7 by Henrik Vendelbo, 15 years ago

You need this to submit a feed to feedburner, or get a working RSS button in the Flock browser.

comment:8 by Stephane Raimbault, 15 years ago

Cc: stephane.raimbault@… added

by Arthur Koziel, 15 years ago

Update patch to r10680

comment:9 by Arthur Koziel, 15 years ago

Version: 1.0SVN

comment:10 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12338]) Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.

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