From 041b46b5f3cf45d020e9c8493c3ccfb0c3c6d214 Mon Sep 17 00:00:00 2001 From: pje Date: Fri, 9 Jun 2006 16:02:50 +0000 Subject: Incorporate some of Joe Gregorio's proposed doc changes git-svn-id: svn://svn.eby-sarna.com/svnroot/wsgiref@2179 571e12c6-e1fa-0310-aee7-ff1267fa46bd --- docs/libwsgiref.tex | 4 ++-- docs/ref.tex | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/libwsgiref.tex b/docs/libwsgiref.tex index ba58e86..d797393 100755 --- a/docs/libwsgiref.tex +++ b/docs/libwsgiref.tex @@ -7,8 +7,8 @@ Implementation} The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. -Having a standard interface makes it easy to use a WSGI-supporting -application with a number of different web servers. +Having a standard interface makes it easy to use an application +that supports WSGI with a number of different web servers. Only authors of web servers and programming frameworks need to know every detail and corner case of the WSGI design. You don't need to diff --git a/docs/ref.tex b/docs/ref.tex index e2b6a8c..d5ac69a 100755 --- a/docs/ref.tex +++ b/docs/ref.tex @@ -41,6 +41,11 @@ \begin{abstract} \noindent +The Web Server Gateway Interface (WSGI) is a standard interface +between web server software and web applications written in Python. +Having a standard interface makes it easy to use an application +that supports WSGI with a number of different web servers. + \module{wsgiref} is a reference implementation of the WSGI specification that can be used to add WSGI support to a web server or framework. It also contains some useful utilities for writing applications or middleware that -- cgit v1.2.1