From fec49aa99863f1d41fafdeef5cca11e277d0a8b4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 10 Apr 2020 17:24:02 +0200 Subject: [PATCH] add README_fr --- README_fr.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 README_fr.md diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..e18876f --- /dev/null +++ b/README_fr.md @@ -0,0 +1,63 @@ +# The Lounge pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/thelounge.svg)](https://dash.yunohost.org/appci/app/thelounge) +[![Installer The Lounge avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=thelounge) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer The Lounge 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 +The Lounge est un client Web IRC auto-hébergé. + +**Version incluse:** 3.3.0 + +## Captures d'écran + +![](https://raw.githubusercontent.com/thelounge/thelounge.github.io/master/img/thelounge-screenshot.png) + +## Démo + +* [Démo officielle](https://demo.thelounge.chat/) + +## Configuration + +Comment configurer cette application: via le panneau d'administration. + +## Documentation + + * Documentation officielle: https://thelounge.chat/docs + * Documentation YunoHost: Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. + +## Caractéristiques spécifiques YunoHost + +#### Support multi-utilisateurs + +L'authentification LDAP et HTTP est-elle prise en charge? **Oui** +L'application peut-elle être utilisée par plusieurs utilisateurs? **Oui** + +#### Architectures supportées + +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/thelounge/) + +## Liens + + * Signaler un bug: https://github.com/YunoHost-Apps/thelounge_ynh/issues + * Site de l'application: https://thelounge.chat/ + * Dépôt de l'application principale: https://github.com/thelounge/thelounge + * Site web YunoHost: https://yunohost.org/ + +--- + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug +ou +sudo yunohost app upgrade thelounge -u https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug +```