From 2b099e605a44a94a7e7cd3319180627066ca070b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Jan 2021 10:12:06 +0100 Subject: [PATCH] Add README_fr --- README.md | 4 ++-- README_fr.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 81a26a6..fb092e0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -A Yunohost package for [Mattermost](http://www.mattermost.org/), an open-source, self-hosted alternative to Slack. +Mattermost is a self-hosted, open source instant messaging software and service. It's designed as an internal chat for organizations and businesses, and it's touted as an alternative to Slack. **Shipped version:** 5.30.1 @@ -23,7 +23,7 @@ A Yunohost package for [Mattermost](http://www.mattermost.org/), an open-source, ## Configuration -How to configure this app: From an admin panel, a plain file with SSH, or any other way. + * How to configure this app: From an admin panel. ## Documentation diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..d91d669 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,67 @@ +# Mattermost pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/mattermost.svg)](https://dash.yunohost.org/appci/app/mattermost) ![](https://ci-apps.yunohost.org/ci/badges/mattermost.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mattermost.maintain.svg) +[![Installer Mattermost avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mattermost) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer Mattermost rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* + +## Vue d'ensemble +Mattermost est un logiciel et un service de messagerie instantanée libre auto-hébergeable. Il est conçu comme un chat interne pour les organisations et les entreprises, et il est présenté comme une alternative à Slack. + +**Version incluse :** 5.30.1 + +## Captures d'écran + +![](https://ucarecdn.com/8cd90d9d-8902-4845-a15b-f4664e5fcfb3/-/format/auto/-/quality/lighter/-/max_icc_size/10/-/resize/1288x/) + +## Configuration + + * Comment configurer cette application : via le panneau d'administration + +## Documentation + + * Documentation officielle : https://docs.mattermost.com/ + * Documentation YunoHost : https://yunohost.org/#/app_mattermost + +## Caractéristiques spécifiques YunoHost + +#### Support multi-utilisateur + + * L'authentification LDAP et HTTP est-elle prise en charge ? **Non** + * L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** + +#### Supported architectures + +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/mattermost%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/mattermost/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/mattermost%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/mattermost/) + +## Limitations + +* Limitations connues. + +## Informations additionnelles + +* Autres informations que vous souhaitez ajouter sur cette application. + +## Liens + + * Signaler un bug : https://github.com/YunoHost-Apps/mattermost_ynh/issues + * Site de l'application : http://www.mattermost.org/ + * Dépôt de l'application principale : https://github.com/mattermost/mattermost-server + * 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/mattermost_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug +ou +sudo yunohost app upgrade mattermost -u https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug +```