Merge pull request #1091 from yunohost-bot/anonymous-2019-09-24_09-26-39

[Anonymous contrib] Added a pointer to packaging guidelines (which they haven't encountered yet if working sequentially through packaging_apps_en) for rules for id
This commit is contained in:
frju365 2019-09-28 17:19:48 +02:00 committed by GitHub
commit 058f0dc4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,9 +53,9 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
}
```
* **name**: app name. It does not have to be unique, but it should be, since it is the name shown to all the YunoHost administrators in the app list.
* **name**: app name. It does not have to be unique, but it should be, since it is the name shown to all the YunoHost administrators in the app list. Any characters are allowed.
* **id**: ID of the app. You have to ensure that this ID is unique before submit an app integration request.
* **id**: ID of the app. You have to ensure that this ID is unique before submit an app integration request. See [packaging_apps_guidelines.md#yep-11](https://github.com/YunoHost/doc/blob/master/packaging_apps_guidelines.md#yep-11) for valid rules.
- **packaging_format**: package version. Actual version is **1**. This key has been set up to make independant packaging evolution versions from YunoHost versions evolution.