James Tauber

journeyman of some

blog > 2006 > 01 > 14 >

Demokritos 0.2.0 Released

I'm pleased to announced the next release of Demokritos.

Demokritos is a Python library and content repository implementing the Atom Syndication Format (RFC4287) and Atom Publishing Protocol (currently a standards track Internet-Draft)

You can download the code at http://jtauber.com/2006/demokritos/demokritos-0.2.0.tgz

At this stage, Demokritos is not really intended for anything other than interoperability testing with Atom clients. However, the library for parsing and generating Atom feeds might be useful standalone.

There is no persistence and no security but most of RFC4287 and draft-ietf-atompub-protocol-07 is implemented.

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

Comments (4)

Ian Bicking on Jan. 16, 2006:

If you Pastify Demokritos, it's possible you don't need to implement security, and can rely on paste.auth for those purposes. paste.auth could in turn use some improvements to make it more configurable (since it will probably be the deployer who sets up the authentication), but that shouldn't be too hard, and can be handled completely separately from the application itself.

James Tauber on Jan. 16, 2006:

Sounds good. I'll look into it.

Michael Bernstein on Jan. 17, 2006:

What's the license?

James Tauber on Jan. 17, 2006:

GPL. I'll make sure I include the license file next release.

Add a Comment

Created: Jan. 14, 2006
Last Modified: Jan. 14, 2006
Author: jtauber