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.

Changes between Version 41 and Version 42 of WikiStart


Ignore:
Timestamp:
Aug 24, 2008, 11:55:13 AM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v41 v42  
    33''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.
    44
    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.
     5It 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.
    66
    77== Big Fat Warning ==