From 67ffe2573ca15d102412c64890dc1a775188f089 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sat, 28 Sep 2019 03:12:38 +0000 Subject: [PATCH] Added a pointer to packaging guidelines (which they haven't encountered yet if working sequentially through packaging_apps_en) for rules for id --- packaging_apps_manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging_apps_manifest.md b/packaging_apps_manifest.md index e8c713af..d757bdba 100644 --- a/packaging_apps_manifest.md +++ b/packaging_apps_manifest.md @@ -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.