2013-11-27 12:55:54 +01:00
|
|
|
{
|
|
|
|
"name": "Jappix",
|
|
|
|
"id": "jappix",
|
|
|
|
"description": {
|
|
|
|
"en": "A free social network",
|
2014-07-25 12:48:36 +02:00
|
|
|
"fr": "Un réseau social libre"
|
2013-11-27 12:55:54 +01:00
|
|
|
},
|
|
|
|
"developer": {
|
|
|
|
"name": "titoko",
|
|
|
|
"email": "titoko@titoko.fr",
|
|
|
|
"url": "http://dev.yunohost.org"
|
|
|
|
},
|
|
|
|
"multi_instance": "true",
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"ask": {
|
2014-11-25 22:56:15 +01:00
|
|
|
"en": "Choose a domain for Jappix",
|
2014-11-25 23:16:05 +01:00
|
|
|
"fr": "Choisissez un domaine pour Jappix"
|
2013-11-27 12:55:54 +01:00
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"ask": {
|
2014-11-25 22:56:15 +01:00
|
|
|
"en": "Choose a path for Jappix",
|
2014-11-25 23:16:05 +01:00
|
|
|
"fr": "Choisissez un chemin pour Jappix"
|
2013-11-27 12:55:54 +01:00
|
|
|
},
|
|
|
|
"example": "/jappix",
|
|
|
|
"default": "/jappix"
|
2014-06-18 11:34:05 +02:00
|
|
|
},
|
|
|
|
{
|
2014-11-25 20:41:18 +01:00
|
|
|
"name": "name",
|
2014-06-18 11:34:05 +02:00
|
|
|
"ask": {
|
2014-11-25 22:56:15 +01:00
|
|
|
"en": "Choose a name for Jappix",
|
2014-11-25 23:16:05 +01:00
|
|
|
"fr": "Choisissez un nom pour Jappix"
|
2014-06-18 11:34:05 +02:00
|
|
|
},
|
2014-11-25 20:41:18 +01:00
|
|
|
"example": "YunoJappix",
|
|
|
|
"default": "YunoJappix"
|
|
|
|
},
|
2014-11-25 23:16:05 +01:00
|
|
|
{
|
2014-11-25 20:41:18 +01:00
|
|
|
"name": "language",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the language of the Jappix",
|
|
|
|
"fr": "Choissisez la langue du Jappix"
|
|
|
|
},
|
|
|
|
"choices" : ["en", "fr", "es"],
|
|
|
|
"default" : "en"
|
|
|
|
}
|
2013-11-27 12:55:54 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|