]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add a links section to the website
authorBen Darnell <ben@bendarnell.com>
Thu, 19 Aug 2010 17:48:08 +0000 (13:48 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 19 Aug 2010 17:48:08 +0000 (13:48 -0400)
website/templates/index.html

index eea0d95e4908b1c24a9fbc4817f4fbe2039128e6..698a588b9c0c5c84e4069be465b4adda15b915b3 100644 (file)
@@ -50,6 +50,14 @@ if __name__ == "__main__":
   <h2>Discussion and support</h2>
   <p>You can discuss Tornado and report bugs on <a href="http://groups.google.com/group/python-tornado">the Tornado developer mailing list</a>.
 
+  <h2>Links and resources</h2>
+  <ul>
+    <li><a href="http://tornado.poweredsites.org">tornado.poweredsites.org</a> - listing of sites using Tornado</li>
+    <li><a href="http://github.com/szabotshark/t3">T3</a> - Tornado ported to Python 3</li>
+    <li><a href="http://github.com/fiorix/cyclone">Cyclone</a> - Tornado ported to the Twisted event loop</li>
+    <li><a href="http://github.com/bdarnell/tornado_tracing">Tornado Tracing</a> - Performance tracing library for Tornado</li>
+  </ul>
+
   <h2>Updates</h2>
   <p>Follow us on <a href="http://www.facebook.com/pages/Tornado-Web-Server/144144048921">Facebook</a>, <a href="http://twitter.com/tornadoweb">Twitter</a>, or <a href="http://friendfeed.com/tornado-web">FriendFeed</a> to get updates and announcements:</p>
   <div style="margin-top:1em"><a href="http://www.facebook.com/pages/Tornado-Web-Server/144144048921" style="margin-right:10px"><img src="/static/facebook.png" style="width:64px;height:64px" alt="Facebook"/></a><a href="http://twitter.com/tornadoweb" style="margin-right:10px"><img src="/static/twitter.png" style="width:64px;height:64px" alt="Twitter"/></a><a href="http://friendfeed.com/tornado-web" style="margin-right:10px"><img src="/static/friendfeed.png" style="width:64px;height:64px" alt="Facebook"/></a></div>