diff options
Diffstat (limited to 'docs/en/ranch/1.4/guide/introduction')
-rw-r--r-- | docs/en/ranch/1.4/guide/introduction/index.html | 36 |
1 files changed, 11 insertions, 25 deletions
diff --git a/docs/en/ranch/1.4/guide/introduction/index.html b/docs/en/ranch/1.4/guide/introduction/index.html index aac9305e..897bdebd 100644 --- a/docs/en/ranch/1.4/guide/introduction/index.html +++ b/docs/en/ranch/1.4/guide/introduction/index.html @@ -62,34 +62,18 @@ <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, FreeBSD, OSX and Windows.</p></div> -<div class="paragraph"><p>Ranch is developed for Erlang/OTP R16B+.</p></div> -<div class="paragraph"><p>There are known issues with the SSL application found in Erlang/OTP -18.3.2 and 18.3.3. These versions are therefore not supported.</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, FreeBSD, OSX and Windows.</p> +<p>Ranch is developed for Erlang/OTP R16B+.</p> +<p>There are known issues with the SSL application found in Erlang/OTP 18.3.2 and 18.3.3. These versions are therefore not supported.</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> + @@ -142,6 +126,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> |