Django

Code

Ticket #3569 (new)

Opened 3 years ago

Last modified 3 days ago

extend Atom feed support for other fields

Reported by: jtauber@jtauber.com Assigned to: nobody
Milestone: 1.3 Component: RSS framework
Version: SVN Keywords:
Cc: semente@taurinus.org, david, danfairs 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.

07/11/08 06:20:03 changed by rcoup

  • owner changed from nobody to rcoup.
  • status changed from new to assigned.

See also comments on #6547

07/31/08 16:31:13 changed by Guilherme M. Gondim <semente@taurinus.org>

  • cc set to semente@taurinus.org.

01/05/09 04:05:34 changed by david

  • cc changed from semente@taurinus.org to semente@taurinus.org, david.

02/14/09 15:02:44 changed by ericholscher

  • owner changed from rcoup to ericholscher.
  • status changed from assigned to new.

I want to see this get into 1.1. I'll talk to jtauber and see what needs to happen to get this in.

02/26/09 23:09:04 changed by ericholscher

  • owner deleted.

02/28/09 13:45:26 changed by jacob

  • milestone set to 1.1 beta.

03/22/09 21:31:05 changed by jacob

  • milestone deleted.

We're still a ways away, and feature freeze is rapidly approaching. Looks like this isn't going to happen for 1.1

03/31/09 06:27:19 changed by mrts

  • milestone set to 1.2.

Re-targeting for 1.2.

10/19/09 16:02:45 changed by danfairs

  • cc changed from semente@taurinus.org, david to semente@taurinus.org, david, danfairs.

12/12/09 11:59:29 changed by kgrandis

  • owner set to kgrandis.
  • status changed from new to assigned.

12/13/09 15:14:43 changed by kgrandis

Adding some related tickets and branches to minimize stepping on others' feet.

Related: http://github.com/bfirsh/syndication-view/ (slated for 1.2) http://code.djangoproject.com/ticket/3570

12/14/09 21:27:00 changed by kgrandis

  • owner changed from kgrandis to nobody.
  • status changed from assigned to new.

02/06/10 13:01:27 changed by Alex

  • milestone changed from 1.2 to 1.3.

Feature freeze has come and gone.


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




Change Properties
Action