From 1fa875f734f51a70ae1581952b00d56662bae1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 4 Oct 2016 01:13:37 +0200 Subject: Update README --- README.asciidoc | 16 ++++++++++++++++ README.md | 20 -------------------- 2 files changed, 16 insertions(+), 20 deletions(-) create mode 100644 README.asciidoc delete mode 100644 README.md diff --git a/README.asciidoc b/README.asciidoc new file mode 100644 index 0000000..d1ff169 --- /dev/null +++ b/README.asciidoc @@ -0,0 +1,16 @@ += Cowlib + +Cowlib is a support library for manipulating Web protocols. + +== Goals + +Cowlib provides libraries for parsing and building messages +for various Web protocols, including SPDY, HTTP and Websocket. + +It is optimized for completeness rather than speed. No value +is ignored, they are all returned. + +== Support + +* Official IRC Channel: #ninenines on irc.freenode.net +* http://ninenines.eu/services[Commercial Support] diff --git a/README.md b/README.md deleted file mode 100644 index 9523836..0000000 --- a/README.md +++ /dev/null @@ -1,20 +0,0 @@ -Cowlib -====== - -Cowlib is a support library for manipulating Web protocols. - -Goals ------ - -Cowlib provides libraries for parsing and building messages -for various Web protocols, including SPDY, HTTP and Websocket. - -It is optimized for completeness rather than speed. No value -is ignored, they are all returned. - -Support -------- - - * Official IRC Channel: #ninenines on irc.freenode.net - * [Mailing Lists](http://lists.ninenines.eu) - * [Commercial Support](http://ninenines.eu/support) -- cgit v1.2.3