]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update links to 1.0.1 release
authorBen Darnell <ben@bendarnell.com>
Fri, 13 Aug 2010 17:50:37 +0000 (10:50 -0700)
committerBen Darnell <ben@bendarnell.com>
Fri, 13 Aug 2010 17:50:37 +0000 (10:50 -0700)
website/templates/documentation.txt
website/templates/index.html

index 5d19d6652a6beeedda27c97595ca1ced32180c54..5e8fc49dd37628febbe3a0bd66af88e23591a24a 100644 (file)
@@ -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
 
index ed53486708e35939e187465cf121afa44a897814..03d2eb5e19399fdd38bfb1e92860c7deac645df0 100644 (file)
@@ -6,9 +6,9 @@
   <p>See the <a href="/documentation">Tornado documentation</a> for a detailed walkthrough of the framework.</p>
 
   <h2>Download and install</h2>
-  <p><b>Download:</b> <a href="http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz">tornado-1.0.tar.gz</a></p>
-  <pre><code>tar xvzf tornado-1.0.tar.gz
-cd tornado-1.0
+  <p><b>Download:</b> <a href="http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz">tornado-1.0.1.tar.gz</a></p>
+  <pre><code>tar xvzf tornado-1.0.1.tar.gz
+cd tornado-1.0.1
 python setup.py build
 sudo python setup.py install</code></pre>
   <p>The Tornado source code is <a href="http://github.com/facebook/tornado">hosted on GitHub</a>.  On Python 2.6+, it is also possible to simply add the tornado directory to your <code>PYTHONPATH</code> instead of building with <code>setup.py</code>, since the standard library includes <code>epoll</code> support.</p>