2014-08-26 00:49:46 +02:00
|
|
|
{
|
|
|
|
"name": "EtherCalc",
|
|
|
|
"id": "ethercalc",
|
|
|
|
"description": {
|
2014-12-08 01:10:44 +01:00
|
|
|
"en": "Online web spreadsheet editor providing collaborative editing in really real-time",
|
|
|
|
"fr": "Feuille de calcul collaborative en ligne"
|
2014-08-26 00:49:46 +02:00
|
|
|
},
|
|
|
|
"developer": {
|
|
|
|
"name": "zamentur",
|
|
|
|
"email": "valentin@grimaud.me",
|
|
|
|
"url": "https://ethercalc.net/"
|
|
|
|
},
|
2015-06-01 00:40:57 +02:00
|
|
|
"multi_instance": "false",
|
2014-08-26 00:49:46 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2014-12-08 01:10:44 +01:00
|
|
|
"type": "domain",
|
2014-08-26 00:49:46 +02:00
|
|
|
"ask": {
|
2014-12-08 01:10:44 +01:00
|
|
|
"en": "Choose a domain for EtherCalc",
|
|
|
|
"fr": "Choisissez un domaine pour EterCalc"
|
2014-08-26 00:49:46 +02:00
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2014-12-08 01:10:44 +01:00
|
|
|
"type": "path",
|
2014-08-26 00:49:46 +02:00
|
|
|
"ask": {
|
2014-12-08 01:10:44 +01:00
|
|
|
"en": "Choose a path for EtherCalc",
|
|
|
|
"fr": "Choisissez un chemin pour EterCalc"
|
2014-08-26 00:49:46 +02:00
|
|
|
},
|
|
|
|
"example": "/calc",
|
|
|
|
"default": "/calc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "public_site",
|
|
|
|
"ask": {
|
2014-12-08 01:10:44 +01:00
|
|
|
"en": "Is it a public EtherCalc ?",
|
|
|
|
"fr": "Des personnes n'ayant pas de compte Yunohost peuvent elles utiliser ce EtherCalc ?"
|
2014-08-26 00:49:46 +02:00
|
|
|
},
|
|
|
|
"choices": ["Yes", "No"],
|
|
|
|
"default": "Yes"
|
2014-12-08 01:10:44 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "expire",
|
|
|
|
"ask": {
|
|
|
|
"en": "Deletes a spreadsheet's content after N days of inactivity. (0 to diasable this feature)",
|
|
|
|
"fr": "Suppression après N jours d'inactivités. (0 pour désactiver cette fonctionnalité)"
|
|
|
|
},
|
|
|
|
"default": "0"
|
2014-08-26 00:49:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|