Export to GitHub

django-atompub - issue #4

provide a feed base class with suitable defaults


Posted on Jul 31, 2007 by Helpful Ox

Rather than require the user to set things like item_id and a rel="alternate" link, an abstract base class should provide suitable defaults, like django.contrib.syndication.feeds.Feed does.

Comment #1

Posted on Aug 1, 2007 by Helpful Ox

atom:feed elements SHOULD contain one atom:link element with a rel attribute value of "self". This is the preferred URI for retrieving Atom Feed Documents representing this Atom feed.

Status: Accepted

Labels:
Type-Enhancement Priority-Medium Component-Format