From f2aa13d5802db5e64ddf35ce08cbcaed012063fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:10:12 +0200 Subject: [PATCH] fix --- doc/DESCRIPTION.md | 3 ++- doc/DESCRIPTION_fr.md | 3 ++- manifest.toml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 978d03e..4743f5d 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,2 @@ -Conduit is a simple, fast and reliable chat server powered by Matrix. \ No newline at end of file +Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. +Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 4b3fafd..8dae02e 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1,2 @@ -Conduit est un serveur de chat simple, rapide et fiable alimenté par Matrix. \ No newline at end of file +Conduit est une implémentation de serveur open source légère de la spécification Matrix avec un accent sur une configuration facile et des exigences système faibles. Cela signifie que vous pouvez créer votre propre configuration Conduit en quelques minutes seulement. +Conduit garde les choses simples, c'est un binaire unique avec une base de données intégrée et peut être beaucoup plus rapide que d'autres implémentations de serveur dans certains cas. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 8210a1f..c10149e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,6 +14,7 @@ license = "Apache-2.0" website = "https://conduit.rs/" admindoc = "https://gitlab.com/famedly/conduit" code = "https://gitlab.com/famedly/conduit" +fund = "https://liberapay.com/timokoesters/" [integration] yunohost = ">= 11.2"