Revision 1 as of 2003-02-08 19:56:20

Clear message

A framework for WebProgramming.

Masthead

URL

[http://draco.boskant.nl/]

version

0.9.2 (Date(2003-01-14T00:00:00))

licence
GPL
platforms
Developed for Unix/Apache with mod_python. Windows support untested.
Python versions
2.2

Deployment Platforms

Draco runs on as a mod_python application under Apache. Apache 1.3 is recommended, but Apache 2.0 should work too with the latest mod_python CVS version.

Suitability

Development Interfaces

Environment Access

Session, Identification and Authentication

Draco has an integrated session management mechanism. Sessions can be logged in and made persistent. Authentication has to be performed in the application.

Persistence Support

Draco make use of the namespace concept. A namespace is a place where you can store (almost) arbitrary Python variables using the Python dictionary API (ns['varname'] ect.). There are different namespaces, some of which are persistent. These include the session, user, application and server namespace.

Presentation Support

InTheirOwnWords

Comments

Hosting

Unable to edit the page? See the FrontPage for instructions.