aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-06-27 00:02:12 +0200
committerLoïc Hoguin <[email protected]>2013-06-27 00:02:12 +0200
commit61ca86b05493f82bcbddd76911fee64dc636c885 (patch)
tree9292e9793840a13204309b982b867b392b4d99df /guide/toc.md
parentb059a1237ffb73c91cfe9c1cbf65866cfda3f6c8 (diff)
downloadcowboy-61ca86b05493f82bcbddd76911fee64dc636c885.tar.gz
cowboy-61ca86b05493f82bcbddd76911fee64dc636c885.tar.bz2
cowboy-61ca86b05493f82bcbddd76911fee64dc636c885.zip
Greatly improve the guide introduction
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/guide/toc.md b/guide/toc.md
index f8eeb18..f30a5bd 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -1,11 +1,39 @@
Cowboy User Guide
=================
+The Cowboy User Guide explores the modern Web and how to make
+best use of Cowboy for writing powerful web applications.
+
+Introducing Cowboy
+------------------
+
* [Introduction](introduction.md)
* Purpose
* Prerequisites
+ * Supported platforms
* Conventions
- * Getting started
+ * [The modern Web](modern_web.md)
+ * The prehistoric Web
+ * HTTP/1.1
+ * REST
+ * Long-polling
+ * HTML5
+ * EventSource
+ * Websocket
+ * SPDY
+ * HTTP/2.0
+ * [Erlang and the Web](erlang_web.md)
+ * The Web is concurrent
+ * The Web is soft real time
+ * The Web is asynchronous
+ * The Web is omnipresent
+ * Erlang is the ideal platform for the Web
+ * [Erlang for beginners](erlang_beginners.md)
+ * [Getting started](getting_started.md)
+
+Using Cowboy
+------------
+
* [Routing](routing.md)
* Purpose
* Structure