From 2473463422e663c3f15c99c6643904fa22595bf7 Mon Sep 17 00:00:00 2001 From: jehiah Date: Thu, 13 Jan 2011 17:32:42 -0800 Subject: [PATCH] Updated Home (textile => markdown) --- Home.md | 9 +++++++++ Home.textile | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 Home.md delete mode 100644 Home.textile diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..a4f6aae --- /dev/null +++ b/Home.md @@ -0,0 +1,9 @@ +Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. + +For more details, see [[http://www.tornadoweb.org/|http://www.tornadoweb.org/]] +For help, visit the [[Tornado developer mailing list|http://groups.google.com/group/python-tornado]] + +Other Wiki Pages: + +* [[Threading and concurrency|https://github.com/facebook/tornado/wiki/Threading-and-concurrency]] +* [[Asynchronous client libraries|https://github.com/facebook/tornado/wiki/Links]] \ No newline at end of file diff --git a/Home.textile b/Home.textile deleted file mode 100644 index eac5d9d..0000000 --- a/Home.textile +++ /dev/null @@ -1,4 +0,0 @@ -Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. - -For more details, see "http://www.tornadoweb.org/":http://www.tornadoweb.org/ -For help, visit the "Tornado developer mailing list":http://groups.google.com/group/python-tornado \ No newline at end of file