improving Atom support

2007-02-25 Thread James Tauber
iscussions as well because APP is a particularly nice example of a RESTful approach. If people have particular thoughts on either format or protocol support, email me and/or let's discuss on this list. James -- James Tauber http://jtauber.com/ jour

Re: Mentors still needed for Google Summer of Cod

2007-03-15 Thread James Tauber
If Django wasn't successful in their application to GSoC, a couple of mentors could sign up under the auspices of the Python Software Foundation. I can't guarantee how many slots you'd get (if any) but it's worth a try. A bunch of Python-related projects that didn't get accepted in their o

full Atom Publishing Format support almost done

2007-07-30 Thread James Tauber
nally_working_on_django-atompub [2] http://code.djangoproject.com/ticket/3569 [3] http://django-atompub.googlecode.com/svn/trunk/atompub/atom.py [4] http://code.google.com/p/django-atompub/wiki/UserGuide [5] http://code.djangoproject.com/ticket/3570 -- James Tauber http://jtauber.com/ jour

Re: full Atom Publishing Format support almost done

2007-08-01 Thread James Tauber
As of r11, the full data model for the Atom Format (RFC 4287) is now implemented. On 31/07/2007, at 4:19 AM, James Tauber wrote: > > As described here[1], I finally got around to working on improving > django support for the Atom Publishing Format. There's been a ticket > [

Re: full Atom Publishing Format support almost done

2007-08-02 Thread James Tauber
t;" The biggest risk with that approach is that it's easy to make the entire feed malformed by making a mistake here. Thoughts? On 01/08/2007, at 11:51 PM, Jason Davies wrote: > > On Aug 1, 5:21 pm, James Tauber <[EMAIL PROTECTED]> wrote: >> As of r11, the full da

Re: Request data encoding

2007-08-03 Thread James Tauber
pproved my comment yet) James [1] http://blog.ianbicking.org/2007/08/02/pronouncing-django/ -- James Tauber http://jtauber.com/ journeyman of some http://jtauber.com/blog/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

feedback on full atom feed support

2007-08-09 Thread James Tauber
ticket #3569. James -- James Tauber http://jtauber.com/ journeyman of some http://jtauber.com/blog/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: feedback on full atom feed support

2007-08-09 Thread James Tauber
On 09/08/2007, at 7:58 AM, Malcolm Tredinnick wrote: > Are you looking for feedback in general (as in "is anybody using it?", > a.k.a. "is this microphone on?") or as a resolution for #3569 and > inclusion in contrib/syndication? I think there is still some polishing to do for including in contri

Re: feedback on full atom feed support

2007-08-09 Thread James Tauber
> It's gonna be tricky figuring out the "right" way to handle this, > especially because "right" is going to differ greatly depending on > audience. There are also a number of difference scenarios: 1. a user has written a Feed using either RSS or the existing Atom1 and it meets their needs. 2.

Re: feedback on full atom feed support

2007-08-10 Thread James Tauber
On 10/08/2007, at 9:27 AM, Rob Hudson wrote: > I know the basics of what Atom is and what AtomPub is (but not quite > clear on where REST and full AtomPub differ or relate -- they sound > like they have a lot of overlap where maybe REST is at the HTTP level > and AtomPub is more on implementation

Re: feedback on full atom feed support

2007-08-11 Thread James Tauber
As of r20, django-atompub now includes a `LegacySyndicationFeed` class (in atom.py) which implements the same signature for `__init__` and `add_item` as django's existing `SyndicationFeed` does but under the covers is a new `AtomFeed`. I haven't fully tested it but I'm hoping this addresses