From 3f088e7b3a1467a88e7c5ff9fb60dc4609d2bfa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 16 Mar 2018 01:12:54 +0100 Subject: C++17 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 8a03701..6522efa 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ 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. -It is written in modern C++14 and makes great efforts to have as little +It is written in modern C++17 and makes great efforts to have as little dependencies and to be as simple as possible. The goal is to provide a way to access most of IRC features using any XMPP -- cgit v1.2.3 From 86f275e111d2fb18a2b55b87fd4e54a06d852816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 17 Mar 2018 17:28:49 +0100 Subject: Revert "C++17" This reverts commit 3f088e7b3a1467a88e7c5ff9fb60dc4609d2bfa3. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6522efa..8a03701 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ 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. -It is written in modern C++17 and makes great efforts to have as little +It is written in modern C++14 and makes great efforts to have as little dependencies and to be as simple as possible. The goal is to provide a way to access most of IRC features using any XMPP -- cgit v1.2.3 From 865e3422fd578c9cf999c0adfb269d048619ca95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 13 Aug 2018 22:42:14 +0200 Subject: Remove the badges in the readme. The trend is over. --- README.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 8a03701..1a3937e 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,6 @@ Biboumi ======= -.. image:: https://lab.louiz.org/louiz/biboumi/badges/master/build.svg - :target: https://lab.louiz.org/louiz/biboumi/pipelines - -.. image:: https://coverity.proxy.louiz.org/projects/3726/badge.svg - :target: https://scan.coverity.com/projects/louiz-biboumi - -.. image:: https://coreinfrastructure.proxy.louiz.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 67ed7b59afc39c29e5cdb9954590c83dadb9d45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 30 Aug 2018 16:52:47 +0200 Subject: Add the homepage URL in the doc, and reformat a few paragraphs --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1a3937e..f08fba0 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,6 @@ Biboumi is Free Software. Biboumi is released under the zlib license. Please read the COPYING file for details. -.. _INSTALL: INSTALL.rst -.. _the documentation: doc/biboumi.1.rst +.. _INSTALL: doc/install.rst +.. _the documentation: https://doc.biboumi.louiz.org .. _contributing: CONTRIBUTING.rst -- cgit v1.2.3