This post originated from an RSS feed registered with Python Buzz
by Andrew Gross.
Original Post: Pythonic Blogging Software?
Feed Title: argv0.net
Feed URL: http://www.pycs.net/users/0000445/weblog/rss.xml
Feed Description: a python programming journal by Andrew R. Gross
I'm in the market for a new blogging system. PyDS is nice, but I don't need half the features it has. I don't need a wiki, don't need an aggregator, and would prefer not to have to run a daemon locally. I guess what I'm looking for is a server-side system that implements one of the popular blogging APIs and renders pages via some templating system. It should be easy to extend without having to grok the entire system design.
In my (admittedly short) search so far, nothing seems to match up, so maybe I'll give it a shot. It'd provide an excuse for me to play with some of the newer web frameworks like peak.web and CherryPy, and maybe I can fold some of the source from my ongoing projects cleanup into this.
I don't especially care to reinvent the wheel, though, so if there's something out there along these lines already, please drop me a line.