aboutsummaryrefslogtreecommitdiff
path: root/README_fr.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_fr.md')
-rw-r--r--README_fr.md27
1 files changed, 16 insertions, 11 deletions
diff --git a/README_fr.md b/README_fr.md
index 668c995..8792a49 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+<!--
+N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
+It shall NOT be edited by hand.
+-->
+
# Mastodon pour YunoHost
-[![Niveau d'intégration](https://dash.yunohost.org/integration/mastodon.svg)](https://dash.yunohost.org/appci/app/mastodon) ![](https://ci-apps.yunohost.org/ci/badges/mastodon.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mastodon.maintain.svg)
+[![Niveau d'intégration](https://dash.yunohost.org/integration/mastodon.svg)](https://dash.yunohost.org/appci/app/mastodon) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mastodon.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mastodon.maintain.svg)
[![Installer Mastodon avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mastodon)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Mastodon 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.*
@@ -14,13 +18,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales.
-**Version incluse :** 3.5.2~ynh1
+**Version incluse :** 3.5.3~ynh1
**Démo :** https://joinmastodon.org/
## Captures d'écran
-![](./doc/screenshots/mastodon.png)
+![Capture d'écran de Mastodon](./doc/screenshots/mastodon.png)
## Avertissements / informations importantes
@@ -72,21 +76,22 @@ Se déconnecter depuis le portail YunoHost ne vous déconnecte pas de Mastodon.
## Documentations et ressources
-* Site officiel de l'app : https://joinmastodon.org/
-* Documentation officielle de l'admin : https://docs.joinmastodon.org/
-* Dépôt de code officiel de l'app : https://github.com/mastodon/mastodon
-* Documentation YunoHost pour cette app : https://yunohost.org/app_mastodon
-* Signaler un bug : https://github.com/YunoHost-Apps/mastodon_ynh/issues
+* Site officiel de l'app : <https://joinmastodon.org/>
+* Documentation officielle de l'admin : <https://docs.joinmastodon.org/>
+* Dépôt de code officiel de l'app : <https://github.com/mastodon/mastodon>
+* Documentation YunoHost pour cette app : <https://yunohost.org/app_mastodon>
+* Signaler un bug : <https://github.com/YunoHost-Apps/mastodon_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug
ou
sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file
+**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>