From 3f403a2ca91853b2311af3756b33eb2ef133e671 Mon Sep 17 00:00:00 2001
From: Travis Cline
Date: Mon, 13 Sep 2010 12:27:36 +0800
Subject: [PATCH] Added references to libevent (which is what gevent uses)
where appropriate.
---
README.rst | 3 ++-
doc/htdocs/install.html | 2 +-
doc/site/install.rst | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst
index 18b6d7a4..9430dd2f 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,7 @@ To install eventlet::
$ easy_install -U eventlet
If you encounter errors when compiling the extensions for Eventlet_ or
-Gevent_ you most likely need to install a newer version of libev_.
+Gevent_ you most likely need to install a newer version of libev_ or libevent_.
Basic Usage
-----------
@@ -156,6 +156,7 @@ details.
.. _Gevent: http://gevent.org
.. _FAQ: http://gunicorn.org/faq.html
.. _libev: http://software.schmorp.de/pkg/libev.html
+.. _libevent: http://monkey.org/~provos/libevent
.. _`production page`: http://gunicorn.org/deployment.html
.. _`config file`: http://gunicorn.org/configuration.html
.. _setproctitle: http://pypi.python.org/pypi/setproctitle/
diff --git a/doc/htdocs/install.html b/doc/htdocs/install.html
index b9388e3e..b7573ccb 100644
--- a/doc/htdocs/install.html
+++ b/doc/htdocs/install.html
@@ -107,7 +107,7 @@ managers. On Ubuntu the package name for python-dev.
Gevent also requires that libevent 1.4.x or 2.0.4 is installed.
This could be a more recent version than what is available in your
-package manager. If Gevent fails to build even with libevent
+package manager. If Gevent fails to build even with libevent
installed, this is the most likely reason.
diff --git a/doc/site/install.rst b/doc/site/install.rst
index e9c175bb..9ffe432c 100644
--- a/doc/site/install.rst
+++ b/doc/site/install.rst
@@ -88,7 +88,7 @@ want to consider one of the alternate worker types.
Gevent_ also requires that ``libevent`` 1.4.x or 2.0.4 is installed.
This could be a more recent version than what is available in your
- package manager. If Gevent_ fails to build even with ``libevent``
+ package manager. If Gevent_ fails to build even with libevent_
installed, this is the most likely reason.
Ubuntu/Debian
@@ -124,6 +124,6 @@ Fingerprint
.. _Eventlet: http://eventlet.net
.. _`here on github`: http://github.com/tilgovi/gunicorn
.. _Gevent: http://gevent.org
-.. _libev: http://software.schmorp.de/pkg/libev.html
+.. _libevent: http://monkey.org/~provos/libevent
.. _Ubuntu: http://www.ubuntu.com/
.. _PPA: https://launchpad.net/~bchesneau/+archive/gunicorn