Opened 13 years ago
Closed 13 years ago
#17164 closed Uncategorized (fixed)
Defunct reference for Atom syndication format
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The Django documentation for the Atom1Feed class, which is here:
https://docs.djangoproject.com/en/dev/ref/utils/#django.utils.feedgenerator.Atom1Feed
references a defunct web site with little useful information here:
http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html
There is no copy of the spec on that web site, despite the URI. A better reference would perhaps be this one, which is an HTML version of the relevant RFC:
http://www.atomenabled.org/developers/syndication/atom-format-spec.php
In [17070]: