Update packaging_apps.md

This commit is contained in:
jerome.lebleu@mailoo.org 2014-06-04 12:35:52 +02:00 committed by YunoHost
parent ab58aae0a6
commit 8665f5fa53

View file

@ -20,6 +20,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
"en": "Open Source Webmail software",
"fr": "Webmail Open Source"
},
"license": "GPL-3",
"developer": {
"name": "kload",
"email": "kload@kload.fr",
@ -54,6 +55,8 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
* **description** : The complete description of the app. You can make it as detailed as you feel it should be. Only `en` is required right now, but you can translate the description by prepending the locale prefix.
* **license** : The license under which the app is distributed. Please use the short name of the license, e.g. `GPL-3` for the GNU General Public License v3. You can find a list of standard abbreviations here: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-short-name
* **developer** : Some information about the app maintainer (you!).
* **multi_instance** : This defines your app's ability to be installed multiple times. When YunoHost tries to install a second instance of your app, it will replace the `id` in your scripts by an `id__2`. It means that, if you want to be `multi_instance`, you have to put all the identifiers in the scripts.