From 54302499c5ff609b4c615a7ae1d341e7d652dae3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 31 Jul 2008 04:38:53 +0000 Subject: Document setup.py and myproject.ini. --- docs/glossary.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 27326f539..385cc7f24 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -147,7 +147,15 @@ Glossary WSGI `Web Server Gateway Interface `_. This is a Python standard for connecting web applications to web servers, - similar to the concept of Java Servlets. + similar to the concept of Java Servlets. ``repoze.bfg`` requires + 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. Zope `The Z Object Publishing Framework `_. The granddaddy of Python web frameworks. -- cgit v1.2.3