Edgewall Software

Changes between Initial Version and Version 1 of AppEngine


Ignore:
Timestamp:
Apr 11, 2008, 12:30:37 PM (16 years ago)
Author:
cmlenz
Comment:

Notes on App Engine

Legend:

Unmodified
Added
Removed
Modified
  • AppEngine

    v1 v1  
     1= Google App Engine =
     2
     3See http://code.google.com/appengine/
     4
     5App Engine provides hosting of Python applications in a restricted environment. Currently Genshi does not work in this environment, because it depends on the `parser` module and some other things which are not available.
     6
     7Work has started on providing a version of Genshi that works on App Engine on the [source:branches/experimental/appengine/] branch. However, even when completed, this version is somewhat limited (or at least different), with the following features not available:
     8
     9 * Proper error reporting on errors in template expressions and code blocks.
     10 * Interchangeable use of `foo.bar` and `foo['bar']` in template expressions.
     11 * Assignment to nested tuples in `py:for` and `py:with`
     12 * Automatic decoding of non-ASCII string literals in template expressions.
     13