1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

Fix description

This commit is contained in:
yalh76 2022-02-28 20:24:37 +01:00
parent 594d693afa
commit 4d596f6422
3 changed files with 4 additions and 64 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
;; Test complet
; Manifest
domain="domain.tld"
language="fr"
language="en"
is_public=1
; Checks
pkg_linter=1

View file

@ -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"
}
]
}