1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/manifest.json

76 lines
2.3 KiB
JSON
Raw Normal View History

2014-11-12 22:22:53 +01:00
{
"name": "PluXml",
"id": "pluxml",
"description": {
"en": "A fast and light blog/CMS with XML",
"fr": "Blog ou CMS à l'Xml, rapide et léger"
},
"developer": {
"name": "matlink",
"email": "matlink@matlink.fr",
"url": ""
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2014-11-12 22:22:53 +01:00
"ask": {
"en": "Choose a domain for pluxml",
"fr": "Choisissez un domaine pour pluxml"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2014-11-12 22:22:53 +01:00
"ask": {
"en": "Choose a path for pluxml",
"fr": "Choisissez un chemin pour pluxml"
},
2014-11-12 22:25:20 +01:00
"example": "/pluxml",
"default": "/pluxml"
2014-11-12 22:22:53 +01:00
},
{
"name": "admin",
"type": "user",
2014-11-12 22:22:53 +01:00
"ask": {
"en": "Choose an admin user for pluxml",
"fr": "Choisissez un administrateur pour pluxml"
},
"example": "homer"
},
2014-11-13 21:53:16 +01:00
{
"name": "password",
"type": "password",
2014-11-13 21:53:16 +01:00
"ask": {
"en": "Choose an admin password for pluxml",
"fr": "Choisissez un mot de passe administrateur pour pluxml"
},
"example": "super_secret_password"
},
2014-11-12 22:22:53 +01:00
{
"name": "public_site",
"ask": {
"en": "Should this application be public ?",
"fr": "Est-ce que cette application doit être visible publiquement ?"
},
"choices": ["Yes", "No"],
"default": "No"
2014-11-13 22:06:51 +01:00
},
{
"name": "default_lang",
"ask": {
"en": "Default language",
"fr": "Langue par défaut"
},
"choices": ["de","en","es","fr","it","nl","pl","pt","po","ro","ru"],
"default": "en"
2014-11-12 22:22:53 +01:00
}
]
}
}