2008-09-09 17:50
Madpy is our content management system.It is being developed for nearly 2 years. It runs on top of apache , mod_python , postgresql and cheetah templates.Some of it's features are:
Clean urls. You can use urls instead of traditional http parameters. E.g. : http://madpy.com/en/folder?page=1 can be...
2008-09-13 17:31
Openroom is pure-ingredients' chat application.It is built on apache, mod_python , cheetah templates, and uses ajax calls to provide a seamless chat experience. It supports private messaging and themes.It does not use a database on the server, messages are stored in python marshal dumps, so you don...