From 388554b4e598a08de4b466ad46f245df8d037739 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 28 Feb 2022 19:24:43 +0000 Subject: [PATCH] Auto-update README --- README_fr.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 README_fr.md diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..8fe0162 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,58 @@ +# OpenProject pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/openproject.svg)](https://dash.yunohost.org/appci/app/openproject) ![](https://ci-apps.yunohost.org/ci/badges/openproject.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/openproject.maintain.svg) +[![Installer OpenProject avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=openproject) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer OpenProject 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 + +## Overview +OpenProject is a web-based project management software. Its key features are: + +- Project planning and scheduling +- Product roadmap and release planning +- Task management and team collaboration +- Agile and Scrum +- Time tracking, cost reporting and budgeting +- Bug tracking +- Wikis +- Forums +- Meeting agendas and meeting minutes + + +**Version incluse :** 10.5.1~ynh1 + + + +## Captures d'écran + +![](./doc/screenshots/screenshot1.png) + +## Avertissements / informations importantes + +* default user and password is admin / admin +## Documentations et ressources + +* Site officiel de l'app : https://www.openproject.org/ +* Documentation officielle de l'admin : https://www.openproject.org/docs/ +* Dépôt de code officiel de l'app : https://github.com/opf/openproject +* Documentation YunoHost pour cette app : https://yunohost.org/app_openproject +* Signaler un bug : https://github.com/YunoHost-Apps/openproject_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/openproject_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug +ou +sudo yunohost app upgrade openproject -u https://github.com/YunoHost-Apps/openproject_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file