1
0
Fork 0
ynh-apps_tools/README-generator/templates/README_fr.md.j2

67 lines
2.9 KiB
Text
Raw Normal View History

2022-05-13 00:13:27 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-04-23 20:01:40 +02:00
# {{manifest.name}} pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![Statut de maintenance](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)*
> *Ce package vous permet d'installer {{manifest.name}} 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.*
2021-04-23 20:01:40 +02:00
## Vue d'ensemble
2021-08-22 16:57:07 +02:00
{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
2021-04-23 20:01:40 +02:00
**Version incluse :** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}{% endif %}{% if branch != default_branch %} *(Vous êtes sur la branche `{{ branch }}`. Voir la [branche `{{ default_branch }}`](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/{{ default_branch }}) pour la version du catalogue.)*{% endif %}
2021-04-23 20:01:40 +02:00
{% if upstream.demo %}
**Démo :** {{upstream.demo}}
2022-05-13 01:19:44 +02:00
{% endif -%}
2021-04-23 20:01:40 +02:00
2022-05-13 01:19:44 +02:00
{% if screenshots %}
2021-04-23 20:01:40 +02:00
## Captures d'écran
{% for screenshot in screenshots -%}
2022-05-13 00:13:27 +02:00
![Capture d'écran de {{manifest.name}}](./doc/screenshots/{{screenshot}})
2021-04-23 20:01:40 +02:00
{% endfor %}
{% endif -%}
2021-04-23 20:01:40 +02:00
{% if disclaimer -%}
2021-04-23 20:01:40 +02:00
## Avertissements / informations importantes
{{ disclaimer }}
{% endif -%}
2021-04-23 20:01:40 +02:00
## Documentations et ressources
{% if upstream.website -%}* Site officiel 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 -%}
* Documentation YunoHost pour cette app : <https://yunohost.org/app_{{manifest.id}}>
* Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
2021-04-23 20:01:40 +02:00
## 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.
2022-05-13 00:13:27 +02:00
``` bash
2021-04-23 20:01:40 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
ou
2021-04-23 20:01:40 +02:00
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>
2022-05-13 00:13:27 +02:00