James Tauber

journeyman of some

blog > 2007 > 07 > 31 >

Atom Format Support Pretty Much Done

Other than:

my implementation of RFC 4287 for Django is pretty much done.

I'll wait to see what feedback I get then will release what I have as 0.1. Of course, there's still the protocol work to do.

An interesting thing I noticed: the code for mapping arbitrary objects to atom feeds is not specific to django at all. So the atom.py module could actually be used entirely independently of django. It's a general atom feed generator for python.

UPDATE (2007-08-01): support for atom:source and checking of co-occurrence constraints is now done.

Categories:
prev « python » next
prev « django » next
prev « atompub » next

Comments (1)

Eric Florenzano on July 31, 2007:

This is really awesome! I hope you get some good feedback. Unfortunately, my current project's site is not api-stable enough to generate feeds yet. But I'll be bookmarking your project to use in the coming weeks/months.

By the way, I know you were less than excited about the turnout for your potterpredictions site, but I want you know that at I for one liked it--I got slightly better than 600th place :)

Add a Comment

Created: July 31, 2007
Last Modified: Aug. 1, 2007
Author: jtauber