]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Move Links section from index.html to the wiki.
authorBen Darnell <ben@bendarnell.com>
Fri, 8 Oct 2010 18:56:16 +0000 (11:56 -0700)
committerBen Darnell <ben@bendarnell.com>
Fri, 8 Oct 2010 18:56:16 +0000 (11:56 -0700)
Remove links to unmaintained social media accounts.

website/templates/index.html

index 0ec87e37dc6002410cc73b2ce43529bfa44cfecf..a4e647acf7f510a088382e463e3f9eec2bb1708c 100644 (file)
@@ -45,18 +45,6 @@ if __name__ == "__main__":
   <p>See the <a href="/documentation">Tornado documentation</a> for a detailed walkthrough of the framework.</p>
 
   <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>
+  <p>You can discuss Tornado and report bugs on <a href="http://groups.google.com/group/python-tornado">the Tornado developer mailing list</a>.  Links to additional resources can be found on the <a href="http://github.com/facebook/tornado/wiki/Links">Tornado wiki</a>.
 
 {% end %}