AW: atom export

"Bauer, Georg" <[email protected]> Mon, 6 Dec 2004 10:09:44 +0100
Newsgroups gmane.comp.python.pyds.user
Message-ID <[email protected]>
Hi!

>I wrote a script to export PyDS posts from the metakit database to an 
>atom feed.  Atom seems to support pretty much everything PyDS stores.  I 

Nice one. If you look at the PyDS source in the ArchiveTool for the class
ArchiveMirror, you might be able to trigger the export automatically when
new content is created. That way your Atom feed would be allways current.
You just would need to rewrite your script as an archive plugin for PyDS.

>in atom.  Also, I suspect the PyCS database will take at least a little 
>more digging than PyDS's (which was pretty simple, once I figured out 
>just a little bit about metakit).

The PyCS database is quite simple - only very few tables with some
subtables. The database stuff itself is handled mostly in pycs_setting.py.
The comments are in the comments table.