Features
PyLucid is a lightweight, OpenSource? GPL 2.x or newer content management system CMS written in pure Python. Nearly all output can be customized you need no shell account but only a standard webserver with Python (at least v2.3) CGI and MySQL ( mySQLdb to run PyLucid.
PyLucid use the colubrid WSGI publisher to be WSGI compatible, jinja Template system to have a very powerfull Template system and pygments as our highlighter system.
You can use PyLucid as a Framework for small Web Applications because you can make your own Plugins!
PyLucid use the WSGI Standard run on CGI, fastCGI, SCGI, AJP and others...
PyLucid have a simple userhandling, a Plugin to add a little downloadarea and many many more is available as a Plugin. If you need a feature on PyLucid - write it! You only need to know Python and some functions of Colubrid and Jinja. If you don't like Jinja you can use standard string formatting included in Python as an alternative to Jinja Templates.
The main Idea is to have a simple and small core who control main features of PyLucid. Oll other is realised as a Plugin included with a very powerfull PlugIn? System.
