{ "name": "PluXml", "id": "pluxml", "packaging_format": 1, "description": { "en": "Blog or CMS storing data in XML flat files.", "fr": "Blog ou CMS stockant ses données dans des fichiers XML plats." }, "version": "5.8.8~ynh1", "url": "https://www.pluxml.org/", "upstream": { "license": "GPL-2.0-only", "website": "https://www.pluxml.org/", "demo": "https://demo.pluxml.org/", "admindoc": "https://wiki.pluxml.org/", "userdoc": "https://yunohost.org/#/app_pluxml", "code": "https://github.com/pluxml/PluXml" }, "license": "GPL-2.0-only", "maintainer": { "name": "Antoine", "email": "antoine@miaou.org", "url": "https://miaou.org" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "php7.4-fpm" ], "arguments": { "install": [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/pluxml", "default": "/pluxml" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "language", "type": "string", "ask": { "en": "Default language", "fr": "Langue par défaut" }, "choices": [ "de", "en", "es", "fr", "it", "nl", "oc", "pl", "pt", "ro", "ru" ], "default": "en" }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" } ] } }