From d9e5b48053381c245360fc962f25bf44865783d8 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Sat, 5 Jun 2010 20:09:34 -0400 Subject: [PATCH] Make sure it says Python on the front page. --- README.rst | 10 +++++----- doc/htdocs/index.html | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 78107867..f0c29661 100644 --- a/README.rst +++ b/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 \ No newline at end of file +.. _LICENSE: http://github.com/benoitc/gunicorn/blob/master/LICENSE diff --git a/doc/htdocs/index.html b/doc/htdocs/index.html index 5b890248..0cf359bd 100644 --- a/doc/htdocs/index.html +++ b/doc/htdocs/index.html @@ -60,8 +60,8 @@ def app(environ, start_response):

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 '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.