Sidebar Network

django-atompub Implementation of Atom format and protocol for Django.

The Basics

This project intends to be a full implementation of the Atom Syndication Format (RFC 4287) and Atom Publishing Protocol for the Django web framework.

Project Homehttp://code.google.com/p/django-atompub/
Grab the Repository – svn checkout http://django-atompub.googlecode.com/svn/trunk/
 

Recent Commits

  • 45 was committed 11 months, 1 week ago.
    added svn:ignore
  • 44 was committed 11 months, 1 week ago.
    added collection feed support
  • 43 was committed 11 months, 1 week ago.
    extended member entry support in model
  • 42 was committed 11 months, 1 week ago.
    fixed mime type of service document
  • 33 was committed 11 months, 1 week ago.
    parameterized feeds are now supported (issue #7)
  • 32 was committed 11 months, 1 week ago.
    started protocol work: service document is now generated
  • 31 was committed 12 months ago.
    first pass at atom feed/entry parser
  • 21 was committed 1 year ago.
    fixed argument passing and argument default problems in legacy feed bridge
  • 20 was committed 1 year ago.
    feed updated can now be optionally calculated from items; new LegacySyndicationFeed which bridges old SyndicationFeed interface with new AtomFeed object
  • 19 was committed 1 year ago.
    added README and MIT license header