2015-05-31 13:46:25 +02:00
{
2018-03-14 03:38:17 +01:00
"name" : "LimeSurvey" ,
"id" : "limesurvey" ,
2017-01-31 11:53:20 +01:00
"packaging_format" : 1 ,
2015-05-31 13:46:25 +02:00
"description" : {
2022-01-17 02:37:44 +01:00
"en" : "Create and distribute surveys" ,
2021-07-12 12:11:43 +02:00
"fr" : "Outil de création et diffusion de sondage"
} ,
2022-01-01 08:47:31 +01:00
"version" : "5.2.6~ynh1" ,
2021-07-12 12:11:43 +02:00
"url" : "https://www.limesurvey.org/" ,
"upstream" : {
"license" : "GPL-2.0+" ,
"website" : "https://www.limesurvey.org" ,
"admindoc" : "https://manual.limesurvey.org/LimeSurvey_Manual/fr" ,
2022-01-14 01:29:27 +01:00
"userdoc" : "https://help.limesurvey.org" ,
2021-07-12 12:11:43 +02:00
"code" : "https://github.com/LimeSurvey/LimeSurvey"
2015-05-31 13:46:25 +02:00
} ,
2017-01-31 11:53:20 +01:00
"license" : "GPL-2.0+" ,
"maintainer" : {
"name" : "ljf" ,
2018-03-14 03:38:17 +01:00
"email" : "ljf+limesurvey_ynh@reflexlibre.net" ,
2018-03-14 04:00:59 +01:00
"url" : "https://reflexlibre.net"
2015-05-31 13:46:25 +02:00
} ,
2016-11-21 07:18:50 +01:00
"requirements" : {
2022-01-14 01:29:27 +01:00
"yunohost" : ">= 4.3.0"
2016-11-21 07:18:50 +01:00
} ,
2017-01-31 11:53:20 +01:00
"multi_instance" : true ,
"services" : [
"nginx" ,
2021-07-12 12:11:43 +02:00
"php7.3-fpm" ,
2017-01-31 11:53:20 +01:00
"mysql"
] ,
2015-05-31 13:46:25 +02:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
2021-09-22 14:09:22 +02:00
"type" : "domain"
2015-05-31 13:46:25 +02:00
} ,
{
"name" : "path" ,
2017-01-31 11:53:20 +01:00
"type" : "path" ,
2015-05-31 13:46:25 +02:00
"example" : "/poll" ,
"default" : "/poll"
} ,
{
"name" : "admin" ,
2021-09-22 14:09:22 +02:00
"type" : "user"
2015-05-31 13:46:25 +02:00
} ,
{
"name" : "language" ,
2019-05-19 22:01:01 +02:00
"type" : "string" ,
2015-05-31 13:46:25 +02:00
"ask" : {
2018-03-14 03:38:17 +01:00
"en" : "Choose the default language of this LimeSurvey" ,
"fr" : "Choisissez la langue par défault de LimeSurvey"
2015-05-31 13:46:25 +02:00
} ,
2022-01-14 01:29:27 +01:00
"choices" : [
"af" ,
"am" ,
"ar" ,
"az" ,
"be" ,
"bg" ,
"bn" ,
"bs" ,
"ca" ,
"ca-valencia" ,
"ceb" ,
"ckb" ,
"cnr" ,
"cs" ,
"cs-informal" ,
"cy" ,
"da" ,
"de" ,
"de-easy" ,
"de-informal" ,
"el" ,
"en" ,
"eo" ,
"es" ,
"es-AR" ,
"es-AR-informal" ,
"es-CL" ,
"es-CO" ,
"es-MX" ,
"et" ,
"eu" ,
"fa" ,
"fi" ,
"fil" ,
"fr" ,
"ful" ,
"ga" ,
"gl" ,
"gu" ,
"he" ,
"hi" ,
"hil" ,
"hr" ,
"hu" ,
"hy" ,
"id" ,
"ilo" ,
"is" ,
"it" ,
"it-informal" ,
"ja" ,
"ka" ,
"kal" ,
"kk" ,
"kmr" ,
"ko" ,
"ky" ,
"lb" ,
"lt" ,
"lv" ,
"mk" ,
"ml" ,
"mn" ,
"mr" ,
"ms" ,
"mt" ,
"mya" ,
"nb" ,
"nl" ,
"nl-informal" ,
"nn" ,
"ny" ,
"oc" ,
"pa" ,
"pap-CW" ,
"pl" ,
"pl-informal" ,
"prs" ,
"ps" ,
"pt" ,
"pt-BR" ,
"ro" ,
"roh" ,
"ru" ,
"run" ,
"rw" ,
"sah" ,
"si" ,
"sk" ,
"sl" ,
"smi" ,
"so" ,
"sq" ,
"sr" ,
"sr-Latn" ,
"sv" ,
"swh" ,
"ta" ,
"tg" ,
"th" ,
"ti" ,
"tl" ,
"tr" ,
"uk" ,
"ur" ,
"vi" ,
"xho" ,
"zh-Hans" ,
"zh-Hant-HK" ,
"zh-Hant-TW" ,
"zu"
] ,
2017-02-02 03:37:01 +01:00
"default" : "en"
2017-01-31 11:53:20 +01:00
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
2021-07-12 14:07:36 +02:00
"help" : {
2021-08-29 18:22:06 +02:00
"en" : "In private mode, only authorized YunoHost members can create poll, with the public mode, it's possible to create account to people with no YunoHost account. " ,
"fr" : "En mode privé, seuls les utilisateurs YunoHost autorisés peuvent créer un sondage. En mode public, il est possible de créer un sondage sans compte YunoHost."
2021-07-12 14:07:36 +02:00
} ,
2021-07-12 12:11:43 +02:00
"default" : true
2021-07-12 14:45:08 +02:00
} ,
{
"name" : "password" ,
2021-09-22 14:09:22 +02:00
"type" : "password"
2015-05-31 13:46:25 +02:00
}
]
}
}