diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-09-21 22:53:15 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-09-21 22:53:15 +0000 |
| commit | 8fd58c42615b12585b903c1132d71eac30073774 (patch) | |
| tree | 1ba20da7eb1bdef649a0d0b3779932787be3c2c5 /docs/glossary.rst | |
| parent | 1f25cd571cd2dceb576dcbe3504450e38745df21 (diff) | |
| download | pyramid-8fd58c42615b12585b903c1132d71eac30073774.tar.gz pyramid-8fd58c42615b12585b903c1132d71eac30073774.tar.bz2 pyramid-8fd58c42615b12585b903c1132d71eac30073774.zip | |
Add workflow chapter, fix renderings.
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 7a6c0f3a9..51eb8c2fa 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -165,11 +165,11 @@ Glossary that your application be served as a WSGI application. Middleware *Middleware* is a :term:`WSGI` concept. It is a WSGI component - that acts both as a server and an application. Interesting uses - for middleware exist, such as caching, content-transport - encoding, and other functions. See `WSGI.org <http://wsgi.org>`_ - or `PyPI <http://python.org/pypi>`_ to find middleware for your - application. + that acts both as a server and an application. Interesting uses + for middleware exist, such as caching, content-transport + encoding, and other functions. See `WSGI.org <http://wsgi.org>`_ + or `PyPI <http://python.org/pypi>`_ to find middleware for your + application. Pipeline The :term:`Paste` term for a single configuration of a WSGI server, a WSGI application, with a set of middleware in-between. @@ -279,7 +279,7 @@ Glossary ``repoze.bfg.interfaces.IRequest``. When a user writes view code, and registers a view without specifying a particular request type, the view is assumed to be registered for requests that have - ``repoze.bfg.interfaces.IRequest` attached to them. However if + ``repoze.bfg.interfaces.IRequest`` attached to them. However if the view is registered with a different interface as its request type, the view will be invoked only when the request possesses that particular interface. Application code can cause requests to |
