aboutsummaryrefslogtreecommitdiffstats
path: root/guide/introduction.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-27 18:32:46 +0100
committerLoïc Hoguin <[email protected]>2013-02-27 18:32:46 +0100
commitb29ea644fb5f72cebff6efd6e94f577572dc253d (patch)
tree61d08e05fa0ada2301669224c262825e0eea3f8a /guide/introduction.md
parent5c5794d27ba8fd71b33ab1b893069531d8f08a49 (diff)
downloadcowboy-b29ea644fb5f72cebff6efd6e94f577572dc253d.tar.gz
cowboy-b29ea644fb5f72cebff6efd6e94f577572dc253d.tar.bz2
cowboy-b29ea644fb5f72cebff6efd6e94f577572dc253d.zip
Add a Supported platforms section to the guide introduction
Diffstat (limited to 'guide/introduction.md')
-rw-r--r--guide/introduction.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/guide/introduction.md b/guide/introduction.md
index c7f48e2..0ac2e07 100644
--- a/guide/introduction.md
+++ b/guide/introduction.md
@@ -32,6 +32,21 @@ downloading and building instructions. Please look up the environment
variables documentation of your system for details on how to update the
$PATH information.
+Supported platforms
+-------------------
+
+Cowboy is tested and supported on Linux.
+
+Cowboy has been reported to work on other platforms, but we make no
+guarantee that the experience will be safe and smooth. You are advised
+to perform the necessary testing and security audits prior to deploying
+on other platforms.
+
+Cowboy is developed for Erlang R15B+.
+
+Cowboy may be compiled on earlier Erlang versions with small source code
+modifications but there is no guarantee that it will work as expected.
+
Conventions
-----------