Added references to libevent (which is what gevent uses) where appropriate.

This commit is contained in:
Travis Cline 2010-09-13 12:27:36 +08:00 committed by Benoit Chesneau
parent 8e1bab434e
commit 3f403a2ca9
3 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,7 @@ To install eventlet::
$ easy_install -U eventlet $ easy_install -U eventlet
If you encounter errors when compiling the extensions for Eventlet_ or 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 Basic Usage
----------- -----------
@ -156,6 +156,7 @@ details.
.. _Gevent: http://gevent.org .. _Gevent: http://gevent.org
.. _FAQ: http://gunicorn.org/faq.html .. _FAQ: http://gunicorn.org/faq.html
.. _libev: http://software.schmorp.de/pkg/libev.html .. _libev: http://software.schmorp.de/pkg/libev.html
.. _libevent: http://monkey.org/~provos/libevent
.. _`production page`: http://gunicorn.org/deployment.html .. _`production page`: http://gunicorn.org/deployment.html
.. _`config file`: http://gunicorn.org/configuration.html .. _`config file`: http://gunicorn.org/configuration.html
.. _setproctitle: http://pypi.python.org/pypi/setproctitle/ .. _setproctitle: http://pypi.python.org/pypi/setproctitle/

View File

@ -107,7 +107,7 @@ managers. On Ubuntu the package name for <tt class="docutils literal"><span clas
<tt class="docutils literal"><span class="pre">python-dev</span></tt>.</p> <tt class="docutils literal"><span class="pre">python-dev</span></tt>.</p>
<p class="last"><a class="reference external" href="http://gevent.org">Gevent</a> also requires that <tt class="docutils literal">libevent</tt> 1.4.x or 2.0.4 is installed. <p class="last"><a class="reference external" href="http://gevent.org">Gevent</a> also requires that <tt class="docutils literal">libevent</tt> 1.4.x or 2.0.4 is installed.
This could be a more recent version than what is available in your This could be a more recent version than what is available in your
package manager. If <a class="reference external" href="http://gevent.org">Gevent</a> fails to build even with <tt class="docutils literal">libevent</tt> package manager. If <a class="reference external" href="http://gevent.org">Gevent</a> fails to build even with <a class="reference external" href="http://software.schmorp.de/pkg/libev.html">libevent</a>
installed, this is the most likely reason.</p> installed, this is the most likely reason.</p>
</div> </div>
</div> </div>

View File

@ -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. 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 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. installed, this is the most likely reason.
Ubuntu/Debian Ubuntu/Debian
@ -124,6 +124,6 @@ Fingerprint
.. _Eventlet: http://eventlet.net .. _Eventlet: http://eventlet.net
.. _`here on github`: http://github.com/tilgovi/gunicorn .. _`here on github`: http://github.com/tilgovi/gunicorn
.. _Gevent: http://gevent.org .. _Gevent: http://gevent.org
.. _libev: http://software.schmorp.de/pkg/libev.html .. _libevent: http://monkey.org/~provos/libevent
.. _Ubuntu: http://www.ubuntu.com/ .. _Ubuntu: http://www.ubuntu.com/
.. _PPA: https://launchpad.net/~bchesneau/+archive/gunicorn .. _PPA: https://launchpad.net/~bchesneau/+archive/gunicorn