From 6bf4ffe7270d5079de5760e471595f24acdcc788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uli=20K=C3=B6hler?= Date: Sun, 14 Jul 2013 00:55:40 +0200 Subject: [PATCH] Converted README to markdown + added travis build img --- README => README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) rename README => README.md (85%) diff --git a/README b/README.md similarity index 85% rename from README rename to README.md index 58fe050a..89df7d2b 100644 --- a/README +++ b/README.md @@ -1,5 +1,8 @@ -Welcome -------- +# ZeroMQ + +[![Build Status](https://travis-ci.org/zeromq/libzmq.png?branch=master)](https://travis-ci.org/zeromq/libzmq) + +## Welcome The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by @@ -9,14 +12,11 @@ message filtering (subscriptions), seamless access to multiple transport protocols and more. -Building and installation -------------------------- +## Building and installation See the INSTALL file included with the distribution. - -Resources ---------- +## Resources Extensive documentation is provided with the distribution. Refer to doc/zmq.html, or "man zmq" after you have installed 0MQ on your system. @@ -31,8 +31,7 @@ Git repository: http://github.com/zeromq/libzmq 0MQ developers can also be found on the IRC channel #zeromq, on the Freenode network (irc.freenode.net). -Copying -------- +## Copying Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). For details see the files `COPYING` and `COPYING.LESSER`