#498 closed (fixed)
Atom support, not just RSS
| Reported by: | Manuzhai | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | contrib.syndication | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | alastair@… | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
- There should be templates for easy Atom support.
- RSS support should may be be renamed to syndication or something?
Attachments (1)
Change History (5)
comment:1 by , 20 years ago
| Cc: | added |
|---|
by , 20 years ago
| Attachment: | feedgenerator.py added |
|---|
comment:2 by , 20 years ago
| Component: | Core framework → RSS framework |
|---|
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [1194]) Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline. Fixes #329, #498, #502 and #554. Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk
comment:4 by , 19 years ago
| Type: | enhancement |
|---|
Note:
See TracTickets
for help on using tickets.
Here's an attempt to do RSS 2.0 and Atom 1.0 in the feedgenerator style. It's a little different because I like the ElementTree syntax better than xml.sax. So this adds an extra dependency on ElementTree:
Changes from original django feedgenerator:
Available at the URL below and also will be attached to this bug.
http://media.liquidx.net/static/patches/feedgenerator.py