diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-18 12:27:56 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-18 12:27:56 -0500 |
| commit | 8b4146009da0b612e8e001e68cd5f6f63d361c53 (patch) | |
| tree | 5de4e743b2c007c0d5202db7be883d21cfe2bc88 /docs/narr/project.rst | |
| parent | 566004501e8a28c0ba8f8c882ca5ea0742e5d285 (diff) | |
| parent | c9c3c487bcaedeca97bb6463a00188b0dc01203a (diff) | |
| download | pyramid-8b4146009da0b612e8e001e68cd5f6f63d361c53.tar.gz pyramid-8b4146009da0b612e8e001e68cd5f6f63d361c53.tar.bz2 pyramid-8b4146009da0b612e8e001e68cd5f6f63d361c53.zip | |
Merge branch 'zcmlless'
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index a76a8ce51..24faad5da 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -26,7 +26,6 @@ and so therefore they are often referred to as "paster templates". .. index:: single: paster templates single: pyramid_starter paster template - single: pyramid_starter_zcml paster template single: pyramid_zodb paster template single: pyramid_alchemy paster template single: pyramid_routesalchemy paster template @@ -45,8 +44,6 @@ each other on a number of 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). - - whether or not the ``pyramid_beaker`` library is relied upon as the sessioning implementation (as opposed to no sessioning or default sessioning). @@ -56,10 +53,6 @@ The included templates are these: ``pyramid_starter`` URL mapping via :term:`traversal` and no persistence mechanism. -``pyramid_starter_zcml`` - URL mapping via :term:`traversal` and no persistence mechanism, using - :term:`ZCML` (declarative configuration). - ``pyramid_zodb`` URL mapping via :term:`traversal` and persistence via :term:`ZODB`. |
