From 8fd58c42615b12585b903c1132d71eac30073774 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 21 Sep 2008 22:53:15 +0000 Subject: Add workflow chapter, fix renderings. --- docs/glossary.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/glossary.rst') 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 `_ - or `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 `_ + or `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 -- cgit v1.2.3