diff --git a/README_fr.md b/README_fr.md deleted file mode 100644 index 8fe0162..0000000 --- a/README_fr.md +++ /dev/null @@ -1,58 +0,0 @@ -# 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 diff --git a/check_process b/check_process index a824d32..89fb3c4 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,7 @@ ;; Test complet ; Manifest domain="domain.tld" - language="fr" + language="en" is_public=1 ; Checks pkg_linter=1 diff --git a/manifest.json b/manifest.json index efeba5d..64638c2 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,7 @@ "id": "openproject", "packaging_format": 1, "description": { - "en": "OpenProject integration", - "fr": "Intégration de OpenProject" + "en": "web-based project management software" }, "version": "10.5.1~ynh1", "url": "https://www.openproject.org/", @@ -38,8 +37,7 @@ "type": "boolean", "default": true, "help": { - "en": "A public Openproject app could be less secure depending your configuration. Butit can allow external people from your Yunohost instance to participate to project management.", - "fr": "Une instance publique de YunoHost peut-être moins sécurisée mais peut permettre à des personnes externes à l'instance YunoHost de participer à votre projet (invité)" + "en": "A public Openproject app could be less secure depending your configuration. Butit can allow external people from your Yunohost instance to participate to project management." } }, { @@ -50,7 +48,7 @@ "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], - "default": "fr" + "default": "en" } ] }