mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Make sure it says Python on the front page.
This commit is contained in:
parent
c07f2f2ff2
commit
d9e5b48053
10
README.rst
10
README.rst
@ -1,10 +1,10 @@
|
||||
About
|
||||
-----
|
||||
|
||||
Gunicorn 'Green Unicorn' is a 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 resource usage, and fairly speedy.
|
||||
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
|
||||
resource usage, and fairly speedy.
|
||||
|
||||
Feel free to join us in `#gunicorn`_ on freenode_.
|
||||
|
||||
@ -159,4 +159,4 @@ details.
|
||||
.. _`production page`: http://gunicorn.org/deployment.html
|
||||
.. _`config file`: http://gunicorn.org/configuration.html
|
||||
.. _setproctitle: http://pypi.python.org/pypi/setproctitle/
|
||||
.. _LICENSE: http://github.com/benoitc/gunicorn/blob/master/LICENSE
|
||||
.. _LICENSE: http://github.com/benoitc/gunicorn/blob/master/LICENSE
|
||||
|
||||
@ -60,8 +60,8 @@ def app(environ, start_response):
|
||||
<div class="blurb">
|
||||
<h3>About</h3>
|
||||
<p>
|
||||
Gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX. It's a
|
||||
pre-fork worker model ported from Ruby's Unicorn project. The
|
||||
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 resources, and fairly speedy.
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user