From d041253dca2e450e4424e4ccc346b0cfaf27d3b9 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Mon, 20 Oct 2014 19:32:56 +0200 Subject: [PATCH 1/2] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index fdf4463..fc477a4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "YunoHost application example", + "name": "YunoHost example app", "id": "ynhexample", "description": { "en": "Example package for Yunohost applications." @@ -25,8 +25,8 @@ "ask": { "en": "Choose a path for ynhexample" }, - "example": "/dokuwiki", - "default": "/dokuwiki" + "example": "/example", + "default": "/example" }, { "name": "admin", From b2cf9a1298403b50774b19cf7ccd112e04300c0d Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Mon, 20 Oct 2014 19:36:04 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6dbabb3..82059a8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# YunoHost Application example # - -## Documentation ## -https://yunohost.org/packaging_apps_en +# YunoHost example app # ## Usage ## - Add application source files into `sources` subfolder. - Edit `conf/nginx.conf` file to match application prerequisites. -- Edit install/upgrade/remove scripts. -- Edit manifest with application specific information. \ No newline at end of file +- Edit manifest with application specific information. +- Edit the install/upgrade/remove scripts. + +**More information on the documentation page:** +https://yunohost.org/packaging_apps