[Python-modules-commits] r2921 - /packages/mod-wsgi/trunk/debian/control

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Mon Jul 30 20:24:51 UTC 2007


Author: bzed-guest
Date: Mon Jul 30 20:24:51 2007
New Revision: 2921

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2921
Log:
better description + hompage

Modified:
    packages/mod-wsgi/trunk/debian/control

Modified: packages/mod-wsgi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/mod-wsgi/trunk/debian/control?rev=2921&op=diff
==============================================================================
--- packages/mod-wsgi/trunk/debian/control (original)
+++ packages/mod-wsgi/trunk/debian/control Mon Jul 30 20:24:51 2007
@@ -12,7 +12,10 @@
 Architecture: any
 Depends: apache2.2-common, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: Python WSGI adapter module for Apache
- The mod_wsgi adapter is an Apache module that provides a WSGI compliant
- interface for hosting Python based web applications within Apache. The
- adapter provides significantly better performance than using existing
- WSGI adapters for mod_python or CGI.
+ The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server
+ Gateway Interface, a standard interface between web server software and
+ web applications written in Python) compliant interface for hosting Python
+ based web applications within Apache. The adapter provides significantly
+ better performance than using existing WSGI adapters for mod_python or CGI.
+ .
+  Homepage: http://code.google.com/p/modwsgi/




More information about the Python-modules-commits mailing list