From 83b5b87a7e3e62574f0de54f97d1c13c9984f682 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 16 Jan 2023 21:42:09 +0000 Subject: [PATCH 1/2] Auto-update README --- README_fr.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README_fr.md b/README_fr.md index b5198fb..7cdbd08 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # GoToSocial pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg) [![Installer GoToSocial avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer GoToSocial rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer GoToSocial rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Un serveur de réseau social basé sur [ActivityPub](https://activitypub.rocks/) écrit en Golang. @@ -26,9 +26,9 @@ Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](http **Version incluse :** 0.6.0~ynh1 -## Captures d'écran +## Captures d’écran -![Capture d'écran de GoToSocial](./doc/screenshots/screenshot.jpg) +![Capture d’écran de GoToSocial](./doc/screenshots/screenshot.jpg) ## Avertissements / informations importantes @@ -112,10 +112,10 @@ Et pour promouvoir un compte en tant qu'administrateur de votre instance : ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -131,4 +131,4 @@ ou sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From 1e405731073e350df211b8c3c6368c1ac0b9e5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:42:51 +0100 Subject: [PATCH 2/2] homogenize the description --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d74b2e1..983e871 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "gotosocial", "packaging_format": 1, "description": { - "en": "An ActivityPub social network server, written in Golang.", - "fr": "Un serveur de réseau social basé sur ActivityPub écrit en Golang." + "en": "ActivityPub social network server", + "fr": "Serveur de réseau social basé sur ActivityPub" }, "version": "0.6.0~ynh1", "url": "https://github.com/superseriousbusiness/gotosocial",