close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Aug 24, 2008, 11:55:13 AM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v41
|
v42
|
|
3 | 3 | ''Diva'' is a a lightweight web framework for Python that is built on top of [http://www.python.org/dev/peps/pep-0333/ WSGI] and integrated with the [http://genshi.edgewall.org/ Genshi] template engine. It also uses [http://babel.edgewall.org/ Babel] for internationalization and [http://pythonpaste.org/webob/ WebOb] for a more convenient abstraction on top of raw HTTP/WSGI. |
4 | 4 | |
5 | | It provides support for declarative routing of requests to handler functions, the generation of URLs based on that routing, good integration of Genshi template rendering, simple declarative HTML form processing, automatic CSRF protection, solid internationalization and localization, easy upstream caching control and conditional request handling, a convenient stand-alone server for development, pervasive logging, and some more. |
| 5 | It provides support for declarative routing of requests to handler functions, the generation of URLs based on that routing, good integration of Genshi template rendering, simple declarative HTML form processing, automatic CSRF protection, solid internationalization and localization, a simple but flexible authentication framework, easy upstream caching control and conditional request handling, a convenient stand-alone server for development, pervasive logging, and some more. |
6 | 6 | |
7 | 7 | == Big Fat Warning == |