add logo to the doc

This commit is contained in:
benoitc 2012-10-18 18:12:14 +02:00
parent 0aa12256fb
commit b75ceeb8d9
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -2,6 +2,9 @@
Gunicorn - wsgi server Gunicorn - wsgi server
====================== ======================
.. image:: _static/gunicorn.png
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