1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/anarchism_ynh.git synced 2024-09-03 18:05:55 +02:00
anarchism_ynh/manifest.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2015-02-01 03:21:28 +01:00
{
"name": "Anarchism",
"id": "anarchism",
"description": {
"en": "An exhaustive exploration of Anarchist theory and practice.",
"fr": "Exploration exhaustive de la théorie et de la pratique anarchiste."
},
"licence": "GPL-2",
"developer": {
"name": "opi",
"email": "opi@zeropi.net",
"url": "http://zeropi.net"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for anarchism"
},
"example": "example.com"
},
{
"name": "path",
"ask": {
"en": "Choose a path for anarchism"
},
"example": "/anarchism",
"default": "/anarchism"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public website ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}