Simplfy documentation index page.

This commit is contained in:
Berker Peksag 2014-12-01 07:08:38 +02:00
parent 4cab542097
commit 9a3d580c52

View File

@ -1,10 +1,15 @@
====================== ======================
Gunicorn - wsgi server Gunicorn - WSGI server
====================== ======================
.. image:: _static/gunicorn.png .. image:: _static/gunicorn.png
:Website: http://gunicorn.org
:Source code: https://github.com/benoitc/gunicorn
:Issue tracker: https://github.com/benoitc/gunicorn/issues
:IRC: ``#gunicorn`` on Freenode
:Mail list: http://lists.gunicorn.org/user/
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly
compatible with various web frameworks, simply implemented, light on server compatible with various web frameworks, simply implemented, light on server
@ -21,15 +26,6 @@ Features
* Compatible with Python 2.x >= 2.6 or 3.x >= 3.2 * Compatible with Python 2.x >= 2.6 or 3.x >= 3.2
.. note::
main Gunicorn website on http://gunicorn.org
.. note::
gunicorn source code is hosted on `Github <http://github.com/benoitc/gunicorn.git>`_
Contents Contents
-------- --------