diff --git a/README.md b/README.md index a8444b4..874c8d8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -pluxml_ynh -========== -A yunohost version of PluXml : http://www.pluxml.org +# PluXml package for YunoHost + +* [PluXml website](http://www.pluxml.org) +* [YunoHost website](https://yunohost.org/) diff --git a/manifest.json b/manifest.json index 98a5b23..ace2ce1 100644 --- a/manifest.json +++ b/manifest.json @@ -5,12 +5,17 @@ "en": "A fast and light blog/CMS with XML", "fr": "Blog ou CMS à l'Xml, rapide et léger" }, - "developer": { + "url": "http://www.pluxml.org/", + "license": "free", + "maintainer": { "name": "matlink", - "email": "matlink@matlink.fr", - "url": "" + "email": "matlink@matlink.fr" }, "multi_instance": "true", + "services": [ + "nginx", + "php5-fpm" + ], "arguments": { "install" : [ { @@ -68,8 +73,6 @@ "choices": ["de","en","es","fr","it","nl","pl","pt","po","ro","ru"], "default": "en" } - - ] } }