summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-12-21 21:25:17 +0100
committerJonas Smedegaard <dr@jones.dk>2016-12-21 21:25:17 +0100
commitdc1ad45aea9a10007a31ae449b1e0fe352a8a6cd (patch)
treeeb233ce97fc828e2edba69a82a1e7314b92771d3 /README.rst
parenta077b304b27d21bf635ef4f31a2a0447d3b14d11 (diff)
parentf820d86aadb7a5473bcc0a0a3669732ab0182555 (diff)
downloadbiboumi-dc1ad45aea9a10007a31ae449b1e0fe352a8a6cd.tar.gz
biboumi-dc1ad45aea9a10007a31ae449b1e0fe352a8a6cd.tar.bz2
biboumi-dc1ad45aea9a10007a31ae449b1e0fe352a8a6cd.tar.xz
biboumi-dc1ad45aea9a10007a31ae449b1e0fe352a8a6cd.zip
Merge tag 'upstream/4.0'
Upstream version 4.0 # gpg: Signature made Wed Dec 21 21:25:11 2016 CET # gpg: using RSA key 2C7C3146C1A00121 # gpg: Good signature from "Jonas Smedegaard <dr@jones.dk>" # gpg: aka "Jonas Smedegaard <jonas@homebase.dk>" # gpg: aka "Jonas Smedegaard <js@debian.org>" # gpg: aka "[jpeg image of size 4165]"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst29
1 files changed, 19 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index a7f9348..bb3adfc 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,21 @@
Biboumi
=======
+.. image:: https://lab.louiz.org/louiz/biboumi/badges/master/build.svg
+ :target: https://lab.louiz.org/louiz/biboumi/commits/master
+
+.. image:: https://lab.louiz.org/louiz/biboumi/badges/master/coverage.svg
+ :target: https://lab.louiz.org/louiz/biboumi/commits/master
+
+.. image:: https://sonarqube.com/api/badges/gate?key=biboumi
+ :target: https://sonarqube.com/component_issues/index?id=biboumi
+
+.. image:: https://scan.coverity.com/projects/3726/badge.svg
+ :target: https://scan.coverity.com/projects/louiz-biboumi
+
+.. image:: https://bestpractices.coreinfrastructure.org/projects/450/badge
+ :target: https://bestpractices.coreinfrastructure.org/projects/450
+
Biboumi is an XMPP gateway that connects to IRC servers and translates
between the two protocols. It can be used to access IRC channels using any
XMPP client as if these channels were XMPP MUCs.
@@ -29,6 +44,7 @@ Usage
-----
Read `the documentation`_.
+
Authors
-------
Florent Le Coz (louiz’) <louiz@louiz.org>
@@ -37,17 +53,9 @@ Florent Le Coz (louiz’) <louiz@louiz.org>
Contact/Support
---------------
* XMPP ChatRoom: biboumi@muc.poez.io
-* Report a bug: https://dev.louiz.org/projects/biboumi/issues/new
-
-To contribute, the preferred way is to commit your changes on some
-publicly-available git repository (your own, or github
-(https://github.com/louiz/biboumi), or a fork on https://lab.louiz.org) and
-to notify the developers with a ticket on the bug tracker
-(https://dev.louiz.org/projects/biboumi/issues/new), a pull request on
-github or a merge request on gitlab.
+* Report a bug: https://lab.louiz.org/louiz/biboumi/issues/new
-Optionally you can come discuss your changes on the XMPP chat room,
-beforehand.
+Also, see the `contributing`_ page.
Licence
@@ -60,3 +68,4 @@ Please read the COPYING file for details.
.. _INSTALL: INSTALL.rst
.. _the documentation: doc/biboumi.1.rst
+.. _contributing: CONTRIBUTING.rst