From 9a46f105f2b4159c9b2219f3d2365bcc9fc9b3aa Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 14 Jul 2010 21:13:35 -0400 Subject: [PATCH] Added a note to the Install page about 2.4 support. Closes #71 --- doc/htdocs/install.html | 11 +++++++++++ doc/site/install.rst | 12 +++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/htdocs/install.html b/doc/htdocs/install.html index c28f0b7e..9ee4fe02 100644 --- a/doc/htdocs/install.html +++ b/doc/htdocs/install.html @@ -47,6 +47,17 @@ $ sudo python ez_setup.py -U setuptools
 $ sudo easy_install -U gunicorn
 
+
+

Note

+

There is a limited support version of Gunicorn that is compatible +with Python 2.4. This fork is managed by Randall Leeds and can be +found here on github. To install this version you must specify +the full url to something like pip. This hasn't been tested +wtih easy_install just yet:

+
+$ pip install git+http://github.com/tilgovi/gunicorn.git
+
+

From Source

diff --git a/doc/site/install.rst b/doc/site/install.rst index e71639ef..f82544f3 100644 --- a/doc/site/install.rst +++ b/doc/site/install.rst @@ -28,6 +28,15 @@ To install or upgrade to the latest released version of Gunicorn:: $ sudo easy_install -U gunicorn +.. note:: + There is a limited support version of Gunicorn that is compatible + with Python 2.4. This fork is managed by Randall Leeds and can be + found `here on github`_. To install this version you must specify + the full url to something like ``pip``. This hasn't been tested + wtih ``easy_install`` just yet:: + + $ pip install git+http://github.com/tilgovi/gunicorn.git + From Source ----------- @@ -56,7 +65,7 @@ directory. This will allow you to keep up to date with development on GitHub as well as make changes to the source:: $ python setup.py develop - + Async Workers ------------- @@ -113,6 +122,7 @@ Fingerprint .. _`design docs`: design.html .. _git: http://git-scm.com/ .. _Eventlet: http://eventlet.net +.. _`here on github`: http://github.com/tilgovi/gunicorn .. _Gevent: http://gevent.org .. _libev: http://software.schmorp.de/pkg/libev.html .. _Ubuntu: http://www.ubuntu.com/