diff --git a/docs/source/index.rst b/docs/source/index.rst index e51db7da..fb208854 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,10 +1,15 @@ ====================== -Gunicorn - wsgi server +Gunicorn - WSGI server ====================== - .. 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 worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly 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 -.. note:: - main Gunicorn website on http://gunicorn.org - - -.. note:: - gunicorn source code is hosted on `Github `_ - - - Contents --------