diff options
Diffstat (limited to 'docs/en/ranch/1.2/guide/introduction')
-rw-r--r-- | docs/en/ranch/1.2/guide/introduction/index.html | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/docs/en/ranch/1.2/guide/introduction/index.html b/docs/en/ranch/1.2/guide/introduction/index.html index e2e8b3b6..64859ee0 100644 --- a/docs/en/ranch/1.2/guide/introduction/index.html +++ b/docs/en/ranch/1.2/guide/introduction/index.html @@ -62,32 +62,17 @@ <h1 class="lined-header"><span>Introduction</span></h1> -<div class="paragraph"><p>Ranch is a socket acceptor pool for TCP protocols.</p></div> -<div class="paragraph"><p>Ranch aims to provide everything you need to accept TCP connections -with a small code base and low latency while being easy to use directly -as an application or to embed into your own.</p></div> -<div class="sect1"> +<p>Ranch is a socket acceptor pool for TCP protocols.</p> +<p>Ranch aims to provide everything you need to accept TCP connections with a small code base and low latency while being easy to use directly as an application or to embed into your own.</p> <h2 id="_prerequisites">Prerequisites</h2> -<div class="sectionbody"> -<div class="paragraph"><p>It is assumed the developer already knows Erlang and has some experience -with socket programming and TCP protocols.</p></div> -</div> -</div> -<div class="sect1"> +<p>It is assumed the developer already knows Erlang and has some experience with socket programming and TCP protocols.</p> <h2 id="_supported_platforms">Supported platforms</h2> -<div class="sectionbody"> -<div class="paragraph"><p>Ranch is tested and supported on Linux.</p></div> -<div class="paragraph"><p>Ranch is developed for Erlang R15B01+.</p></div> -<div class="paragraph"><p>Ranch may be compiled on earlier Erlang versions with small source code -modifications but there is no guarantee that it will work as expected.</p></div> -</div> -</div> -<div class="sect1"> +<p>Ranch is tested and supported on Linux.</p> +<p>Ranch is developed for Erlang R15B01+.</p> +<p>Ranch may be compiled on earlier Erlang versions with small source code modifications but there is no guarantee that it will work as expected.</p> <h2 id="_versioning">Versioning</h2> -<div class="sectionbody"> -<div class="paragraph"><p>Ranch uses <a href="http://semver.org/">Semantic Versioning 2.0.0</a></p></div> -</div> -</div> +<p>Ranch uses <a href="http://semver.org/">Semantic Versioning 2.0.0</a></p> + @@ -140,6 +125,8 @@ modifications but there is no guarantee that it will work as expected.</p></div> + <li><a href="/docs/en/ranch/1.5/guide">1.5</a></li> + <li><a href="/docs/en/ranch/1.4/guide">1.4</a></li> <li><a href="/docs/en/ranch/1.3/guide">1.3</a></li> |