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

62 lines
1.8 KiB
JSON
Raw Normal View History

2015-04-28 17:05:35 +02:00
{
"name": "SPIP",
"id": "spip",
"description": {
"en": "SPIP - publishing system for the Internet",
"fr": "SPIP - Système de publication pour lInternet"
},
"license": "GPL-3",
"developer": {
"name": "cyp",
"email": "cyp@rouquin.me",
"url": "http://rouquin.me"
},
2015-04-28 17:54:25 +02:00
"url": "http://www.spip.net/",
2015-04-28 17:05:35 +02:00
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for SPIP"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for SPIP"
},
"example": "/spip",
"default": "/spip"
2015-04-28 17:40:10 +02:00
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the SPIP administrator (must be an existing YunoHost user)",
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
},
"example": "homer"
},
{
"name": "language",
"ask": {
"en": "Choose the language of the SPIP site",
"fr": "Choissisez la langue du SPIP"
},
"choices": ["en_EN", "fr_FR"],
"default": "en_EN"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public SPIP site?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
2015-04-28 17:05:35 +02:00
}
]
}
}