From 183f53d0efac4183ae657776357caf8d619a4aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 5 Aug 2016 14:38:51 +0200 Subject: Update the links to the forge in README.rst --- README.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a7f9348..054ff75 100644 --- a/README.rst +++ b/README.rst @@ -37,14 +37,12 @@ Florent Le Coz (louiz’) Contact/Support --------------- * XMPP ChatRoom: biboumi@muc.poez.io -* Report a bug: https://dev.louiz.org/projects/biboumi/issues/new +* Report a bug: https://lab.louiz.org/louiz/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. +publicly-available git repository (a fork on gitlab or github or on your own +repository) and to notify the developers with a ticket on the bug tracker, +or a merge request on gitlab or a pull request on github. Optionally you can come discuss your changes on the XMPP chat room, beforehand. -- cgit v1.2.3 From 3047bd41b212390da8e3a4dbcf351e79879042dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sun, 4 Sep 2016 21:04:21 +0200 Subject: MAM results can be filtered by start and end dates --- README.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 054ff75..ee41c81 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,7 @@ Usage ----- Read `the documentation`_. + Authors ------- Florent Le Coz (louiz’) -- cgit v1.2.3 From 20a06c953f8f29229af44de13fb29215dccc9d60 Mon Sep 17 00:00:00 2001 From: louiz Date: Wed, 28 Sep 2016 11:47:05 +0200 Subject: Add trendy badges to the README --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ee41c81..172717e 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,12 @@ 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 + 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. -- cgit v1.2.3 From b7f02f79fa21ad7fda17f0498d84f4fc24a543e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 6 Oct 2016 22:26:59 +0200 Subject: Add a coverity badge to the readme --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 172717e..22ae8d0 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,10 @@ Biboumi .. image:: https://lab.louiz.org/louiz/biboumi/badges/master/coverage.svg :target: https://lab.louiz.org/louiz/biboumi/commits/master - + +.. image:: https://scan.coverity.com/projects/3726/badge.svg + :target: https://scan.coverity.com/projects/louiz-biboumi + 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. -- cgit v1.2.3 From 479708c83eeea96986692ccf85cf06944a1ca919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 20 Oct 2016 18:55:18 +0200 Subject: Add an other kewl badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 22ae8d0..f1aefa3 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,9 @@ 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. -- cgit v1.2.3 From 7b2215b8824295efaa77eea61a4d4eed4cd77ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 24 Oct 2016 19:01:52 +0200 Subject: Add a CONTRIBUTING file --- README.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f1aefa3..fad4206 100644 --- a/README.rst +++ b/README.rst @@ -52,13 +52,7 @@ Contact/Support * XMPP ChatRoom: biboumi@muc.poez.io * Report a bug: https://lab.louiz.org/louiz/biboumi/issues/new -To contribute, the preferred way is to commit your changes on some -publicly-available git repository (a fork on gitlab or github or on your own -repository) and to notify the developers with a ticket on the bug tracker, -or a merge request on gitlab or a pull request on github. - -Optionally you can come discuss your changes on the XMPP chat room, -beforehand. +Also, see the `contributing`_ page. Licence @@ -71,3 +65,4 @@ Please read the COPYING file for details. .. _INSTALL: INSTALL.rst .. _the documentation: doc/biboumi.1.rst +.. _contributing: CONTRIBUTING.rst -- cgit v1.2.3 From 3fdae6b6249dd2727578fba8bf84e3a7593d9009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 27 Oct 2016 00:19:56 +0200 Subject: Add a new badge to our collection! (Sonarqube) --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index fad4206..bb3adfc 100644 --- a/README.rst +++ b/README.rst @@ -3,10 +3,13 @@ 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 -- cgit v1.2.3