fix: revert 2 previous broken translation pushs
This commit is contained in:
parent
0946a3c1cc
commit
c1cb1fe0c7
1 changed files with 34 additions and 56 deletions
|
@ -1,22 +1,3 @@
|
||||||
{% if manifest.id == "example" -%}
|
|
||||||
# Packaging an app, starting from this example
|
|
||||||
|
|
||||||
* Copy this app before working on it, using the ['Use this
|
|
||||||
template'](https://github.com/YunoHost/example_ynh/generate) button on the
|
|
||||||
Github repo.
|
|
||||||
* Edit the `manifest.json` with app specific info.
|
|
||||||
* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and
|
|
||||||
any relevant conf files in `conf/`.
|
|
||||||
* Using the [script helpers
|
|
||||||
documentation.](https://yunohost.org/packaging_apps_helpers)
|
|
||||||
* Add a `LICENSE` file for the package.
|
|
||||||
* Edit `doc/DISCLAIMER*.md`
|
|
||||||
* The `README.md` files are to be automatically generated by
|
|
||||||
https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
|
||||||
|
|
||||||
---
|
|
||||||
{% endif -%}
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
|
@ -24,74 +5,71 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# {{manifest.name}} pour YunoHost
|
# {{manifest.name}} pour YunoHost
|
||||||
|
|
||||||
[ ![Niveau
|
[![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)
|
||||||
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
|
[![Installer {{manifest.name}} avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})
|
||||||
YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})
|
|
||||||
|
|
||||||
*[Read this readme in english.](./README_fr.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d’installer {{manifest.name}} rapidement et simplement
|
> *Ce package vous permet d’installer {{manifest.name}} rapidement et simplement sur un serveur YunoHost.
|
||||||
> sur un serveur YunoHost. Si vous n’avez pas YunoHost, regardez
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
> [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en
|
|
||||||
> profiter.*
|
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{%
|
{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
|
||||||
endif %} **Version incluse :** {% if upstream.version %}{{upstream.version}}{%
|
**Version incluse :** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}
|
||||||
else %}{{manifest.version}} {% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
{% if upstream.demo %} **Démo :** <{{upstream.demo}}> {% endif -%}
|
{% if upstream.demo %}
|
||||||
|
**Démo :** <{{upstream.demo}}>
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{% if screenshots %}
|
{% if screenshots %}
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
{% for screenshot in screenshots -%} ![Capture d’écran de
|
{% for screenshot in screenshots -%}
|
||||||
{{manifest.name}}](./{{screenshot}}) {% endfor %} {% endif -%}
|
![Capture d’écran de {{manifest.name}}](./{{screenshot}})
|
||||||
|
{% endfor %}
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{% if disclaimer -%}
|
{% if disclaimer -%}
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
{{ disclaimer }} {% endif -%}
|
{{ disclaimer }}
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{% if antifeatures -%}
|
{% if antifeatures -%}
|
||||||
## :red_circle : Anti-fonctionnalités
|
## :red_circle: Anti-fonctionnalités
|
||||||
|
|
||||||
{% for antifeature in antifeatures.values() -%}
|
{% for antifeature in antifeatures.values() -%}
|
||||||
- **{{ antifeature.title }}** : {{ antifeature.description }} {% endfor %} {%
|
- **{{ antifeature.title }}** : {{ antifeature.description }}
|
||||||
endif -%}
|
{% endfor %}
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
{% if upstream.website -%}- Site officiel de l’app : <{{ upstream.website }}> {%
|
{% if upstream.website -%}- Site officiel de l’app : <{{ upstream.website }}>
|
||||||
endif -%} {% if upstream.userdoc -%}- Documentation officielle utilisateur : <{{
|
{% endif -%}
|
||||||
upstream.userdoc }}> {% endif -%} {% if upstream.admindoc -%}- Documentation
|
{% if upstream.userdoc -%}- Documentation officielle utilisateur : <{{ upstream.userdoc }}>
|
||||||
officielle de l’admin : <{{ upstream.admindoc }}> {% endif -%} {% if
|
{% endif -%}
|
||||||
upstream.code -%}- Dépôt de code officiel de l’app : <{{ upstream.code }}> {%
|
{% if upstream.admindoc -%}- Documentation officielle de l’admin : <{{ upstream.admindoc }}>
|
||||||
endif -%}
|
{% endif -%}
|
||||||
- YunoHost Store : <https://apps.yunohost.org/app/{{manifest.id}}>
|
{% if upstream.code -%}- Dépôt de code officiel de l’app : <{{ upstream.code }}>
|
||||||
- Signaler un bug :
|
{% endif -%}
|
||||||
<https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
- YunoHost Store : <https://apps.yunohost.org/app/{{manifest.id}}>
|
||||||
|
- Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).
|
||||||
testing](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).
|
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
||||||
or
|
ou
|
||||||
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
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 :**
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||||
<https://yunohost.org/packaging_apps>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue