summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-28 10:22:02 -0500
committerChris McDonough <chrism@plope.com>2011-12-28 10:22:02 -0500
commit9c48769829afdf76818ddedc115c59a964f31348 (patch)
treeea730224c46b3031fb2b0e8fed5a778e3d1d08d5 /README.rst
parent8c46fd1c8caa227b0bca5c961c995c194ade9c46 (diff)
downloadwaitress-9c48769829afdf76818ddedc115c59a964f31348.tar.gz
garden
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 69a81d1..7ddbc8e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,8 @@
-Introduction
-------------
-
Waitress is meant to be a production-quality pure-Python WSGI server with
very acceptable performance. It has no dependencies except ones which live
in the Python standard library. It runs on CPython on Unix and Windows under
Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX.
It supports HTTP/1.0 and HTTP/1.1.
+For more information, see the "docs" directory of the Waitress package or
+http://docs.pylonsproject.org/projects/waitress/en/latest/ .