From 4023e7f4e429179fd9c2cce4487c33646c6bd327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 14 Jan 2016 13:35:25 +0100 Subject: Convert the documentation to Asciidoc A few small revisions were made, and Erlang.mk has been updated. --- doc/src/guide/index.ezdoc | 58 ----------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 doc/src/guide/index.ezdoc (limited to 'doc/src/guide/index.ezdoc') diff --git a/doc/src/guide/index.ezdoc b/doc/src/guide/index.ezdoc deleted file mode 100644 index dbe75ff..0000000 --- a/doc/src/guide/index.ezdoc +++ /dev/null @@ -1,58 +0,0 @@ -::: Cowboy User Guide - -The Cowboy User Guide explores the modern Web and how to make -best use of Cowboy for writing powerful Web applications. - -:: Rationale - -* ^"The modern Web^modern_web -* ^"Erlang and the Web^erlang_web - -:: Introduction - -* ^"Introduction^introduction -* ^"Getting started^getting_started -* ^"Request overview^overview -* ^"Erlang for beginners^erlang_beginners - -:: Configuration - -* ^"Routing^routing -* ^"Constraints^constraints -* ^"Static files^static_files - -:: Request and response - -* ^"Handlers^handlers -* ^"The Req object^req -* ^"Reading the request body^req_body -* ^"Sending a response^resp -* ^"Using cookies^cookies -* ^"Multipart^multipart - -:: REST - -* ^"REST principles^rest_principles -* ^"Handling REST requests^rest_handlers -* ^"REST flowcharts^rest_flowcharts -* ^"Designing a resource handler^resource_design - -:: Websocket - -* ^"The Websocket protocol^ws_protocol -* ^"Handling Websocket connections^ws_handlers - -:: Push technology - -* ^"Loop handlers^loop_handlers - -:: Extensions - -* ^"Middlewares^middlewares -* ^"Sub protocols^sub_protocols -* ^"Hooks^hooks - -:: Internals - -* ^"Architecture^architecture -* ^"Dealing with broken clients^broken_clients -- cgit v1.2.3