Skip to content

Commit

Permalink
Correct references to Chameleon not running on GAE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McDonough committed Feb 3, 2010
1 parent 4b55fad commit abf62d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/glossary.rst
Expand Up @@ -655,3 +655,8 @@ Glossary
"the best" view callable for a given circumstance: a
:term:`context` type, a :term:`view name` and a :term:`request`.

Google App Engine
`Google App Engine <http://code.google.com/appengine/>`_ (aka
"GAE") is a Python application hosting service offered by Google.
:mod:`repoze.bfg` runs on GAE.

2 changes: 1 addition & 1 deletion docs/narr/install.rst
Expand Up @@ -330,7 +330,7 @@ command name instead of the ``python`` command name.

One caveat exists to using :mod:`repoze.bfg` under Jython: the
:term:`Chameleon` templating engine, which is the default templating
engine for :mod:`repoze.bfg` does not work on non-CPython platforms.
engine for :mod:`repoze.bfg` does not work on Jython.

The ``repoze.bfg.jinja2`` distribution provides templating for
:mod:`repoze.bfg` using the :term:`Jinja2` templating system. You may
Expand Down
4 changes: 2 additions & 2 deletions docs/narr/templates.rst
Expand Up @@ -267,8 +267,8 @@ templates is available from `the Chameleon website

.. warning::

:term:`Chameleon` only works on :term:`CPython` platforms. This
does not include Google's App Engine nor :term:`Jython`. On these
:term:`Chameleon` only works on :term:`CPython` platforms and
:term:`Google App Engine`. On :term:`Jython` and other non-CPython
platforms, you should use ``repoze.bfg.jinja2`` instead. See
:ref:`available_template_system_bindings`.

Expand Down

0 comments on commit abf62d2

Please sign in to comment.