Over the past few days I’ve been working on a very basic content management
system using Python and XML-RPC, with a GNOME/Gtk client. It’s getting pretty functional – in fact, I’m
using it to write this very message! So far all it does is let me add, edit and delete
blocks of content. Each block has a title and a body. This is basically modeled
after a typical web log, but hopefully I can expand it to work in other situations
as well.
In the next week or so I’ll think of a name for this project and put up a 0.1
package for download. So stay tuned.