Make sure it says Python on the front page.

This commit is contained in:
Paul J. Davis 2010-06-05 20:09:34 -04:00
parent c07f2f2ff2
commit d9e5b48053
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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>