aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.asciidoc29
-rw-r--r--README.md33
2 files changed, 29 insertions, 33 deletions
diff --git a/README.asciidoc b/README.asciidoc
new file mode 100644
index 0000000..7715978
--- /dev/null
+++ b/README.asciidoc
@@ -0,0 +1,29 @@
+= Gun
+
+Gun is an Erlang HTTP client with support for HTTP/1.1, SPDY and Websocket.
+
+== Goals
+
+Gun aims to provide an *easy to use* client compatible with
+HTTP, SPDY and Websocket.
+
+Gun is *always connected*. It will maintain a permanent
+connection to the server, reopening it as soon as the server
+closes it, saving time for the requests that come in.
+
+All connections are *supervised* automatically, allowing
+developers to focus on writing their code without worrying.
+
+== Sponsors
+
+The project is currently sponsored by
+https://kato.im[Kato.im] and https://sameroom.io[Sameroom].
+
+The SPDY implementation was sponsored by
+http://www.leofs.org[LeoFS Cloud Storage].
+
+== Support
+
+* Official IRC Channel: #ninenines on irc.freenode.net
+* http://lists.ninenines.eu[Mailing Lists]
+* http://ninenines.eu/support[Commercial Support]
diff --git a/README.md b/README.md
deleted file mode 100644
index 923fefe..0000000
--- a/README.md
+++ /dev/null
@@ -1,33 +0,0 @@
-Gun
-===
-
-Gun is an asynchronous SPDY, HTTP and Websocket client.
-
-Goals
------
-
-Gun aims to provide an **easy to use** client compatible with
-HTTP, SPDY and Websocket.
-
-Gun is **always connected**. It will maintain a permanent
-connection to the server, reopening it as soon as the server
-closes it, saving time for the requests that come in.
-
-All connections are **supervised** automatically, allowing
-the developer to focus on writing his code without worrying.
-
-Sponsors
---------
-
-The project is currently sponsored by
-[Kato.im](https://kato.im) and [Sameroom](https://sameroom.io).
-
-The SPDY implementation was sponsored by
-[LeoFS Cloud Storage](http://www.leofs.org).
-
-Support
--------
-
- * Official IRC Channel: #ninenines on irc.freenode.net
- * [Mailing Lists](http://lists.ninenines.eu)
- * [Commercial Support](http://ninenines.eu/support)