Django

Code

Ticket #3569 (new)

Opened 1 year ago

Last modified 2 months ago

extend Atom feed support for other fields

Reported by: jtauber@jtauber.com Assigned to: nobody
Milestone: Component: RSS framework
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

At present, Atom feed support is limited to a small number of fields and it is difficult to do things like generate full-content feeds.

I'm offering to improve Atom feed support by implementing the full range of RFC 4287 elements.

Attachments

Change History

02/25/07 23:34:31 changed by Simon G. <dev@simon.net.nz>

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

Please do!

07/29/07 13:46:28 changed by jtauber@jtauber.com

I've started the django-atompub project on Google code to do the implementation of this.

07/30/07 22:04:48 changed by jtauber@jtauber.com

First version is almost done.

Equivalents to django.contrib.syndication.feeds.Feed, django.utils.feedgenerator.SyndicationFeed and django.utils.feedgenerator.Atom1Feed can be found in atompub/atom.py along with user documentation.

08/01/07 11:34:24 changed by jtauber@jtauber.com

Full support for all Atom elements is now done. Working now on co-occurence constraint validation.

08/02/07 08:22:07 changed by jtauber@jtauber.com

Co-occurrence constraint validation done.

(follow-up: ↓ 7 ) 09/15/07 12:38:51 changed by jtauber@jauber.com

Parameterized feeds are now supported (i.e. the get_object method on the feed content provider)

(in reply to: ↑ 6 ; follow-up: ↓ 8 ) 05/04/08 22:34:09 changed by mikechambers

Replying to jtauber@jauber.com:

Parameterized feeds are now supported (i.e. the get_object method on the feed content provider)

Has this been merged into django?

(in reply to: ↑ 7 ) 05/05/08 00:18:11 changed by ubernostrum

Replying to mikechambers:

Replying to jtauber@jauber.com:

Parameterized feeds are now supported (i.e. the get_object method on the feed content provider)

Has this been merged into django?

No. If/when it is, you'll know because this ticket will be marked "closed: fixed" and there will be a comment noting that the code has been committed. Since neither of those things has happened, you know that the code has not been committed.


Add/Change #3569 (extend Atom feed support for other fields)




Change Properties
Action