From: Ben Darnell Date: Fri, 13 Aug 2010 17:50:37 +0000 (-0700) Subject: Update links to 1.0.1 release X-Git-Tag: v1.1.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b265dd8a7da0621ec134d0fb98c8d401dda6e0;p=thirdparty%2Ftornado.git Update links to 1.0.1 release --- diff --git a/website/templates/documentation.txt b/website/templates/documentation.txt index 5d19d6652..5e8fc49dd 100644 --- a/website/templates/documentation.txt +++ b/website/templates/documentation.txt @@ -52,12 +52,12 @@ Download -------- Download the most recent version of Tornado from GitHub: -> [tornado-1.0.tar.gz](http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz) +> [tornado-1.0.1.tar.gz](http://github.com/downloads/facebook/tornado/tornado-1.0.1.tar.gz) You can also [browse the source](http://github.com/facebook/tornado) on GitHub. To install Tornado: - tar xvzf tornado-1.0.tar.gz - cd tornado-1.0 + tar xvzf tornado-1.0.1.tar.gz + cd tornado-1.0.1 python setup.py build sudo python setup.py install diff --git a/website/templates/index.html b/website/templates/index.html index ed5348670..03d2eb5e1 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -6,9 +6,9 @@

See the Tornado documentation for a detailed walkthrough of the framework.

Download and install

-

Download: tornado-1.0.tar.gz

-
tar xvzf tornado-1.0.tar.gz
-cd tornado-1.0
+  

Download: tornado-1.0.1.tar.gz

+
tar xvzf tornado-1.0.1.tar.gz
+cd tornado-1.0.1
 python setup.py build
 sudo python setup.py install

The Tornado source code is hosted on GitHub. On Python 2.6+, it is also possible to simply add the tornado directory to your PYTHONPATH instead of building with setup.py, since the standard library includes epoll support.