summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-21 02:22:17 -0500
committerChris McDonough <chrism@plope.com>2011-01-21 02:22:17 -0500
commit2323d4898fcc2f524d230025ed6a9f17906023ab (patch)
treeab8b5b8b2dd5cd781d80f8447001b5bff93fe85d /docs/glossary.rst
parent9af6f9bd776a495b95773fbcee842edc56e736ae (diff)
downloadpyramid-2323d4898fcc2f524d230025ed6a9f17906023ab.tar.gz
pyramid-2323d4898fcc2f524d230025ed6a9f17906023ab.tar.bz2
pyramid-2323d4898fcc2f524d230025ed6a9f17906023ab.zip
add caveat for PyPy and Jython users
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 3c6f5cb1a..a53883a72 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -811,9 +811,10 @@ Glossary
View handler
A view handler ties together
:meth:`pyramid.config.Configurator.add_route` and
- :meth:`pyramid.config.Configurator.add_view` to make it more
- convenient to register a collection of views as a single class when
- using :term:`url dispatch`. See also :ref:`views_chapter`.
+ :meth:`pyramid.config.Configurator.add_view` to make it more convenient
+ to register a collection of views as a single class when using
+ :term:`url dispatch`. View handlers ship as part of the
+ :term:`pyramid_handlers` add-on package.
Deployment settings
Deployment settings are settings passed to the :term:`Configurator` as a
@@ -865,3 +866,19 @@ Glossary
`http://docs.pylonsproject.org/projects/pyramid_handlers/dev/
<http://docs.pylonsproject.org/projects/pyramid_handlers/dev/>`_.
+ pyramid_jinja2
+ :term:`Jinja2` templating system bindings for Pyramid, documented at
+ http://docs.pylonsproject.org/projects/pyramid_jinja2/dev/ . This
+ package also includes a paster template named
+ ``pyramid_jinja2_starter``, which creates an application package based
+ on the Jinja2 templating system.
+
+ pyramid_sqla
+ A package which provides a Pylons-esque paster template which sports
+ support for :term:`view handler` application development,
+ :term:`SQLAlchemy` support, and other Pylons-like features. See
+ https://bytebucket.org/sluggo/pyramid_sqla/wiki/html/index.html for more
+ information.
+
+
+