Karrigell News
Brought to you by:
quentel
Karrigell is a flexible Python web framework, with
a clear and intuitive syntax. It is independant
from any database, ORM or templating engine, and
lets the programmer choose between a variety of
coding styles
The main new features in version 2.3.5 are :
- a first version of the integration of Karrigell
behind Apache using CGI mode (see the
documentation page about Apache for details)
- name REQUEST added in the namespace (same as QUERY)
- name CONFIG added in the namespace : alias for
k_config, with attributes taken from the
configuration file
- added a page in the documentation summarizing
the names available in the namespace
- the usual bug fixes (some in CGI scripts management)