summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 08bc9e8ae..25e607174 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -32,7 +32,7 @@ Paster Templates Included with :mod:`pyramid`
------------------------------------------------
The convenience ``paster`` templates included with :mod:`pyramid`
-differ from each other on two axes:
+differ from each other on a number of axes:
- the persistence mechanism they offer (no persistence mechanism,
:term:`ZODB`, or :term:`SQLAlchemy`).
@@ -40,6 +40,8 @@ differ from each other on two axes:
- the mechanism they use to map URLs to code (:term:`traversal` or
:term:`URL dispatch`).
+- the type of configuration used (:term:`ZCML` vs. imperative configuration).
+
The included templates are these:
``pyramid_starter``
@@ -50,7 +52,8 @@ The included templates are these:
:term:`ZCML` (declarative configuration).
``pyramid_zodb``
- URL mapping via :term:`traversal` and persistence via :term:`ZODB`
+ URL mapping via :term:`traversal` and persistence via :term:`ZODB`, using
+ :term:`ZCML` (declarative configuration).
``pyramid_routesalchemy``
URL mapping via :term:`URL dispatch` and persistence via