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

34 lines
849 B
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"
},
"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"
}
]
}
}