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

This project contains couchdbgui.py , a cross-platform wxpython ( GUI ) program that uses couchdb ( svn trunk ) as a blog post storage engine. Have been tested in Windows XP and Vista, Mac OS X Panther, Tiger and Leopard. I have not tested it yet in X11 nix systems.

Dependencies are:

The couchdb engine may run in another machine.

Purpose

Store and retrieve data in a couchdb engine.
The data is about a blog. It can show and store blog posts and comments.
Can generate screenshots to be attached to blog posts. Can be attached as a single screenshot or as a series.

Author

Domingo Aguilera ,aka batok in IRC channels and twitter. See my blog at http://batok.blogspot.com

License

Free as in free beer , gratis. I just want to promote couchdb and wxpython usage.
If you find this program useful spread the news.

Thanks to..


  • Damien Katz for his excellent couchdb document database server.
  • Christopher Lenz and Jan Lehnardt for the couchdb-python module
  • Wxpython’s Robin Dunn for his help on SetExtraStyle(…) in SizedDialog derived classes.
  • Ricardo Galvan Berberoff for his tips and tests.
  • The good guys of github.com for the hosting.

    TODO :

    Enhance the content and comment text with formatting options.

    Use python multiprocessing module to take the screenshots in an independent OS process ( yes you can do that in python 2.6 )

    Include a Turbogears 2, Pylons or Nevow equivalent web app.

Clone this wiki locally