mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Simplfy documentation index page.
This commit is contained in:
parent
4cab542097
commit
9a3d580c52
@ -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
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user