Skip to content
batok edited this page Sep 13, 2010 · 6 revisions

Blogcdb is a blog engine made with the turbogears 2 python web framework.

Uses couchdb ( svn trunk version ) as the storage server for blog posts, comments and attachments.

It is an alternative to the couchdb-wxpython project also hosted here.

Dojo 1.2.3 is included in the javascript directory.

You can upload attachments associated to blog posts. If the attachment is a jpg file it is rendered as thumbnail.

Blogcdb can show images from users if they are registered at gravatar.com.

Requirements:

1 – python 2.6

2 – python modules: couchdb-python ( svn repository ) , PIL, sqlalchemy. turbogears 2 related svn repositories: trunk, tg.devtools.

3 – dojo 1.2.3 : Included.

4 – couchdb ( svn trunk ).

Clone this wiki locally