2021-04-23 20:01:40 +02:00
# {{manifest.name}} pour YunoHost
2021-05-20 10:21:18 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)
[![Installer {{manifest.name}} avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})
2021-04-23 20:01:40 +02:00
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
2021-05-20 10:21:18 +02:00
> *This package allows you to install {{manifest.name}} quickly and simply on a YunoHost server.
2021-04-23 20:01:40 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Vue d'ensemble
{{manifest.description[lang]}}
2021-05-20 10:21:18 +02:00
**Version incluse:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}{% endif %}
2021-04-23 20:01:40 +02:00
{% if upstream.demo %}**Démo:** {{upstream.demo}}{% endif %}
2021-05-20 10:21:18 +02:00
{% if screenshots -%}
2021-04-23 20:01:40 +02:00
## Captures d'écran
2021-05-20 10:21:18 +02:00
{% for screenshot in screenshots -%}
![](./doc/screenshots/{{screenshot}})
2021-04-23 20:01:40 +02:00
{% endfor %}
2021-05-20 10:21:18 +02:00
{% endif -%}
2021-04-23 20:01:40 +02:00
2021-05-20 10:21:18 +02:00
{% if disclaimer -%}
2021-04-23 20:01:40 +02:00
## Avertissements / informations importantes
{{ disclaimer }}
2021-05-20 10:21:18 +02:00
{% endif -%}
2021-04-23 20:01:40 +02:00
## Documentations et ressources
2021-05-20 10:21:18 +02:00
{% if upstream.website -%}* Site official de l'app : {{ upstream.website }}
{% endif -%}
{% if upstream.userdoc -%}* Documentation officielle utilisateur: {{ upstream.userdoc }}
{% endif -%}
{% if upstream.admindoc -%}* Documentation officielle de l'admin: {{ upstream.admindoc }}
{% endif -%}
{% if upstream.code -%}* Dépôt de code officiel de l'app: {{ upstream.code }}
{% endif -%}
2021-04-23 20:01:40 +02:00
* Documentation YunoHost pour cette app: https://yunohost.org/app_{{manifest.id}}
* Signaler un bug: https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
or
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps