Live data from Hacker News

Choosing a new python based blog engine

pydanny.com

1–6 of 6 posts

Re: Choosing a new python based blog engine

#4
post #2

Anyone else have thoughts on the various Python blogging options? I've been shopping for one lately myself. Leaning toward Pelican (Pydanny's choice, and Kenneth Reitz's as well), but willing to entertain other options.

Web2py, web2py instant admin,web2py instant press

Re: Choosing a new python based blog engine

#5
There's actually a slew of Python blogging engines out there. I was using Blogofile myself, until I decided to write my own out of desire to use Jinja2 and to have more flexibility. It's available here: http://github.com/bow/volt

It's still pretty new, I haven't got around to writing a proper documentation. But if you're curious, you can try the latest development version :).