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 About
----- -----
Gunicorn 'Green Unicorn' is a 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 worker model ported from Ruby's Unicorn_ project. The Gunicorn server is broadly
broadly compatible with various web frameworks, simply implemented, light compatible with various web frameworks, simply implemented, light on server
on server resource usage, and fairly speedy. resource usage, and fairly speedy.
Feel free to join us in `#gunicorn`_ on freenode_. Feel free to join us in `#gunicorn`_ on freenode_.

View File

@ -60,8 +60,8 @@ def app(environ, start_response):
<div class="blurb"> <div class="blurb">
<h3>About</h3> <h3>About</h3>
<p> <p>
Gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX. It's a Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's
pre-fork worker model ported from Ruby's Unicorn project. The a pre-fork worker model ported from Ruby's Unicorn project. The
Gunicorn server is broadly compatible with various web frameworks, Gunicorn server is broadly compatible with various web frameworks,
simply implemented, light on server resources, and fairly speedy. simply implemented, light on server resources, and fairly speedy.
</p> </p>