Commit Graph

18 Commits

Author SHA1 Message Date
Ben Darnell 9c6d3aabe7 Merge pull request #1544 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.rst
2016-07-12 22:52:05 -04:00
Oleksandr Bretsko 2ff349f6c1 fixed broken link (anchor) 2016-03-13 11:59:17 -05:00
Ben Darnell b3d64df007 Rewrite prerequisites section of index.rst.
Remove redundant parts of README; link to tornadoweb.org instead.
2015-10-24 19:07:59 -04:00
The Gitter Badger 85e4e30a07 Add Gitter badge 2015-10-07 03:03:58 +00:00
awsh 0017a3843b Removed links to facebook.com as Tornado is no longer featured. 2015-10-01 15:47:00 -04:00
Rémy Léone ffd14ec115 Broken link fix 2015-10-01 09:49:12 +02:00
Greg Ward 5039d3d28b Consistently format the three "Hello, world" examples (docs and README)
- encourage use of make_app() (makes testing easier)
- use fully-qualified module paths (painful in real-world code,
  but makes examples clearer)
- don't define a main() function that is never called: just
  use a boring old "__name__ == __main__" block, so the code
  can be copy + pasted + executed immediately
- just use a tuple when defining routes, not url(...): this is
  supposed to be a simple, minimalist example
2015-06-21 10:20:01 -04:00
Hamza Faran 14173995ba Add syntax highlighting to Hello World example 2015-01-30 02:47:16 -08:00
Ben Darnell 5a542d88ab Point all links to the 'demos' directory to the stable branch instead of master. 2014-05-17 10:19:17 -04:00
Ben Darnell a47c2c5eb5 Merge branch 'branch3.2'
Conflicts:
	tornado/tcpserver.py
2014-05-13 21:05:29 -04:00
Ben Darnell 7b225f8ecb Update links to github repo; add announcement mailing list. 2014-05-13 21:03:27 -04:00
Ben Darnell ec4b7e4643 Remove ca-certificates bundle and instead depend on the certifi package. 2014-04-27 21:03:08 -04:00
Ben Darnell 0e1a8305c3 Update README.rst to match docs/index.rst. 2014-01-14 08:51:32 -05:00
Eren Güven 9cb9fd9bdf Fix typo in README 2013-04-18 10:26:08 +03:00
Ben Darnell c64d3d1578 Pypi's rst rendering doesn't like it when the same anchortext is reused
for different targets.
2013-03-29 09:32:15 -04:00
Ben Darnell 4cdf3007dc Fix another broken link on readme. 2013-03-28 00:13:20 -04:00
Ben Darnell 144968b135 Fix rst markup in readme 2013-03-28 00:12:10 -04:00
Ben Darnell 06e6c078a4 Replace the outdated README.md with a lightly-edited version of docs/index.rst 2013-03-28 00:11:06 -04:00