add fr translation
This commit is contained in:
parent
184f76783e
commit
a9e7f85999
2 changed files with 15 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Packaging an app, starting from this example
|
# Packaging an app, starting from this example
|
||||||
|
|
||||||
* Copy this app before working on it, using the ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) button on the Github repo.
|
* Copy this app before working on it, using the ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) button on the GitHub repo.
|
||||||
* Edit the `manifest.toml` with app specific info.
|
* Edit the `manifest.toml` with app specific info.
|
||||||
* Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and any relevant conf files in `conf/`.
|
* 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)
|
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
|
||||||
|
|
16
README_fr.md
16
README_fr.md
|
@ -1,6 +1,18 @@
|
||||||
|
# Emballage d'une application, à partir de cet exemple
|
||||||
|
|
||||||
|
* Copier cette application avant de travailler dessus, en utilisant le bouton ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) sur le repo GitHub.
|
||||||
|
* Editer le fichier `manifest.toml` avec les informations spécifiques à l'application.
|
||||||
|
* Editer les scripts `install`, `upgrade`, `remove`, `backup` et `restore`, et tous les fichiers de conf pertinents dans `conf/`.
|
||||||
|
* Utiliser la [documentation sur les aides aux scripts] (https://yunohost.org/packaging_apps_helpers).
|
||||||
|
* Éditez aussi les scripts `change_url` et `config`, ou supprimez-les si vous n'en avez pas l'utilité.
|
||||||
|
* Ajouter un fichier `LICENSE` pour le paquet. NB : ce fichier LICENSE n'est pas nécessairement la LICENSE de l'application en amont - c'est seulement la LICENSE avec laquelle vous voulez que le code de ce paquet soit publié ;). Nous recommandons d'utiliser [l'AGPL-3] (https://www.gnu.org/licenses/agpl-3.0.txt).
|
||||||
|
* Editer les fichiers dans le répertoire `doc/`.
|
||||||
|
* Les fichiers `README.md` doivent être générés automatiquement par <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
|
N.B. : Ce README a été généré automatiquement par https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
Il ne doit PAS être édité à la main.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Exemple d'app pour YunoHost
|
# Exemple d'app pour YunoHost
|
||||||
|
|
Loading…
Add table
Reference in a new issue