summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-06 03:22:35 -0400
committerChris McDonough <chrism@plope.com>2011-10-06 03:22:35 -0400
commitf8869cb0664506204b22aa791003a6d5f8ded58c (patch)
tree7fad521744fa2414252827646740d92f52454f9c /docs/glossary.rst
parentcfb2b5596b8ef366aeef3bce5b61eafc7a2f175d (diff)
downloadpyramid-f8869cb0664506204b22aa791003a6d5f8ded58c.tar.gz
pyramid-f8869cb0664506204b22aa791003a6d5f8ded58c.tar.bz2
pyramid-f8869cb0664506204b22aa791003a6d5f8ded58c.zip
remove stray references to Paste
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 472e591a9..fc282b2da 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -95,7 +95,7 @@ Glossary
dotted Python name
A reference to a Python object by name using a string, in the form
- ``path.to.modulename:attributename``. Often used in Paste and
+ ``path.to.modulename:attributename``. Often used in Pyramid and
setuptools configurations. A variant is used in dotted names within
configurator method arguments that name objects (such as the "add_view"
method's "view" and "context" attributes): the colon (``:``) is not
@@ -304,7 +304,7 @@ Glossary
application.
pipeline
- The :term:`Paste` term for a single configuration of a WSGI
+ The :term:`PasteDeploy` term for a single configuration of a WSGI
server, a WSGI application, with a set of middleware in-between.
Zope
@@ -335,15 +335,11 @@ Glossary
`WebOb <http://webob.org>`_ is a WSGI request/response
library created by Ian Bicking.
- Paste
- `Paste <http://pythonpaste.org>`_ is a WSGI development and
- deployment system developed by Ian Bicking.
-
PasteDeploy
`PasteDeploy <http://pythonpaste.org>`_ is a library used by
:app:`Pyramid` which makes it possible to configure
:term:`WSGI` components together declaratively within an ``.ini``
- file. It was developed by Ian Bicking as part of :term:`Paste`.
+ file. It was developed by Ian Bicking.
Chameleon
`chameleon <http://chameleon.repoze.org>`_ is an attribute