diff --git a/README.md b/README.md index cc05da5..6c12e1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 `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) diff --git a/README_fr.md b/README_fr.md index 4da6fb7..984715d 100644 --- a/README_fr.md +++ b/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 + +--- # Exemple d'app pour YunoHost