From 5b96e7773f23900a6ae27f47ffc4929d18e82d60 Mon Sep 17 00:00:00 2001 From: Matt Reiferson Date: Sun, 18 Oct 2015 15:05:34 -0700 Subject: [PATCH] docs: update README --- README.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f426effbf..283fbe6b6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ -

- - * **Source**: [https://github.com/nsqio/nsq][github] - * **Issues**: [https://github.com/nsqio/nsq/issues][issues] - * **Mailing List**: [nsq-users@googlegroups.com](https://groups.google.com/d/forum/nsq-users) - * **IRC**: #nsq on freenode - * **Docs**: [http://nsq.io][docs] - * **Twitter**: [@nsqio][nsqio_twitter] - -[![Build Status](https://secure.travis-ci.org/nsqio/nsq.svg?branch=master)](http://travis-ci.org/nsqio/nsq) +

+ +

+

+ +[![Build Status](https://secure.travis-ci.org/nsqio/nsq.svg?branch=master)](http://travis-ci.org/nsqio/nsq) [![GitHub release](https://img.shields.io/github/release/nsqio/nsq.svg)](https://github.com/nsqio/nsq/releases/latest) **NSQ** is a realtime distributed messaging platform designed to operate at scale, handling billions of messages per day. @@ -23,8 +26,7 @@ Python libraries are available out of the box (as well as many other [client libraries][client_libraries]) and, if you're interested in building your own, there's a [protocol spec][protocol]. -The latest stable release is **[0.3.6][latest_tag]** ([ChangeLog][changelog]). We publish [binary -releases][installing] for linux and darwin. +We publish [binary releases][installing] for linux and darwin. NOTE: master is our *development* branch and may not be stable at all times. @@ -79,18 +81,12 @@ NSQ was designed and developed by Matt Reiferson ([@imsnakes][snakes_twitter]) a Logo created by Wolasi Konu ([@kisalow][wolasi_twitter]). -[docs]: http://nsq.io/ -[github]: https://github.com/nsqio/nsq -[issues]: https://github.com/nsqio/nsq/issues -[changelog]: ChangeLog.md [protocol]: http://nsq.io/clients/tcp_protocol_spec.html [installing]: http://nsq.io/deployment/installing.html [snakes_twitter]: https://twitter.com/imsnakes [jehiah_twitter]: https://twitter.com/jehiah [bitly]: https://bitly.com [features_guarantees]: http://nsq.io/overview/features_and_guarantees.html -[latest_tag]: https://github.com/nsqio/nsq/releases/tag/v0.3.6 [contributors]: https://github.com/nsqio/nsq/graphs/contributors [client_libraries]: http://nsq.io/clients/client_libraries.html -[nsqio_twitter]: https://twitter.com/nsqio [wolasi_twitter]: https://twitter.com/kisalow