From 5bc9f14151ab1c95930558cb17fb35598663441d Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Fri, 26 Feb 2021 14:41:11 +0100 Subject: [PATCH] Update READMEs, add French readme --- README.md | 6 ++--- README_fr.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 3 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 5da2391..a94a809 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview HumHub is a feature rich and highly flexible OpenSource Social Network Kit written in PHP. -**Shipped version:** 1.0 +**Shipped version:** 1.7.2 ## Screenshots @@ -27,7 +27,7 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot ## Documentation - * Official documentation: Link to the official documentation of this app + * Official documentation: https://docs.humhub.org * YunoHost documentation: If specific documentation is needed, feel free to contribute. ## YunoHost specific features @@ -57,7 +57,7 @@ https://yunohost.org/packaging_apps * Report a bug: https://github.com/YunoHost-Apps/humhub_ynh/issues * App website: https://www.humhub.org/ - * Upstream app repository: Link to the official repository of the upstream app. + * Upstream app repository: https://github.com/humhub/humhub * YunoHost website: https://yunohost.org/ --- diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..a38b1fc --- /dev/null +++ b/README_fr.md @@ -0,0 +1,76 @@ +# HumHub pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/humhub.svg)](https://dash.yunohost.org/appci/app/humhub) ![](https://ci-apps.yunohost.org/ci/badges/humhub.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/humhub.maintain.svg) +[![Installer humhub avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=humhub) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer HumHub 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 +HumHub est un logiciel libre de réseau social fait pour faciliter la communication et la collaboration. + +Il est léger, puissant et possède une interface agréable. Avec HumHub, vous pouvez créer votre propre réseau social personnalisé. + +**Version incluse :** 1.7.2 + +## Captures d'écran + +![](Lien vers une capture d'écran de cette application.) + +## Démo + +* [Démo officielle](Lien vers un site de démonstration de cette application.) + +## Configuration + +Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH ou tout autre moyen. + +## Documentation + + * Documentation officielle : https://docs.humhub.org + * Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. + +## Caractéristiques spécifiques YunoHost + +#### Support multi-utilisateur + +* L'authentification LDAP et HTTP est-elle prise en charge ? +* L'application peut-elle être utilisée par plusieurs utilisateurs ? + +#### Architectures supportées + +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/humhub%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/humhub/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/humhub%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/humhub/) + +## Limitations + +* Limitations connues. + +## Informations additionnelles + +* Autres informations que vous souhaitez ajouter sur cette application. + +**Plus d'informations sur la page de documentation :** +https://yunohost.org/packaging_apps + +## Liens + + * Signaler un bug : https://github.com/YunoHost-Apps/humhub_ynh/issues + * Site de l'application : https://www.humhub.org/ + * Dépôt de l'application principale : https://github.com/humhub/humhub + * 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/humhub_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/humhub_ynh/tree/testing --debug +ou +sudo yunohost app upgrade humhub -u https://github.com/YunoHost-Apps/humhub_ynh/tree/testing --debug +```