From 2ff0147b2fbc9930b1d9f01e31820e40ebb9b1ab Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 14 Jun 2015 21:40:27 -0400 Subject: [PATCH] update README --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 365d2d94b..d4b59b9ce 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,15 @@ libtorrent ---------- +.. image:: https://travis-ci.org/arvidn/libtorrent.svg?branch=master + :target: https://travis-ci.org/arvidn/libtorrent + +.. image:: https://ci.appveyor.com/api/projects/status/w7teauvub5813mew/branch/master?svg=true + :target: https://ci.appveyor.com/project/arvidn/libtorrent/branch/master + +.. image:: https://www.openhub.net/p/rasterbar-libtorrent/widgets/project_thin_badge.gif + :target: https://www.openhub.net/p/rasterbar-libtorrent?ref=sample + libtorrent is an open source C++ library implementing the BitTorrent protocol, along with most popular extensions, making it suitable for real world deployment. It is configurable to be able to fit both servers and embedded @@ -25,9 +34,3 @@ options are available. For python bindings, see `the python docs`__. .. __: docs/building.rst .. __: docs/python_binding.rst -.. image:: https://travis-ci.org/arvidn/libtorrent.svg?branch=master - :target: https://travis-ci.org/arvidn/libtorrent - -.. image:: https://ci.appveyor.com/api/projects/status/w7teauvub5813mew/branch/master?svg=true - :target: https://ci.appveyor.com/project/arvidn/libtorrent/branch/master -