From f8869cb0664506204b22aa791003a6d5f8ded58c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 6 Oct 2011 03:22:35 -0400 Subject: remove stray references to Paste --- docs/glossary.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs/glossary.rst') 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 `_ is a WSGI request/response library created by Ian Bicking. - Paste - `Paste `_ is a WSGI development and - deployment system developed by Ian Bicking. - PasteDeploy `PasteDeploy `_ 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 `_ is an attribute -- cgit v1.2.3