2020-03-01 11:28:28 +01:00
|
|
|
|
{
|
2020-04-09 01:13:27 +02:00
|
|
|
|
"name": "Lionwiki",
|
|
|
|
|
"id": "lionwiki-t2t",
|
2020-03-01 11:28:28 +01:00
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2020-04-09 01:13:27 +02:00
|
|
|
|
"en": "A lightweight wiki-style CMS using the txt2tags syntax",
|
|
|
|
|
"fr": "Un CMS géré sous forme de wiki utilisant la syntaxe txt2tags"
|
2020-03-01 11:28:28 +01:00
|
|
|
|
},
|
|
|
|
|
"version": "1.0~ynh1",
|
|
|
|
|
"url": "https://lionwiki-t2t.sourceforge.io/",
|
|
|
|
|
"license": "free",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "Eric Forgeot"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 3.5"
|
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
|
|
|
|
"php7.0-fpm"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a domain name for lionwiki-t2t",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour lionwiki-t2t"
|
|
|
|
|
},
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a path for lionwiki-t2t",
|
|
|
|
|
"fr": "Choisissez un chemin pour lionwiki-t2t"
|
|
|
|
|
},
|
2020-04-06 11:45:16 +02:00
|
|
|
|
"example": "/lionwiki",
|
|
|
|
|
"default": "/lionwiki"
|
2020-03-01 11:28:28 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "admin",
|
|
|
|
|
"type": "user",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose an admin user",
|
|
|
|
|
"fr": "Choisissez l’administrateur"
|
|
|
|
|
},
|
|
|
|
|
"example": "johndoe"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "language",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose the application language",
|
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
|
},
|
|
|
|
|
"choices": ["fr", "en"],
|
|
|
|
|
"default": "en"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "password",
|
|
|
|
|
"type": "password",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Set the administrator password",
|
|
|
|
|
"fr": "Définissez le mot de passe administrateur"
|
|
|
|
|
},
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
|
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
|
|
|
},
|
|
|
|
|
"example": "Choose a password"
|
2020-03-27 11:05:13 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "wiki",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Set the wiki name",
|
|
|
|
|
"fr": "Définissez le titre de votre wiki"
|
|
|
|
|
},
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "This name will be displayed in the header of the wiki.",
|
|
|
|
|
"fr": "Ce nom sera affiché dans l'entête de votre wiki."
|
|
|
|
|
},
|
|
|
|
|
"example": "My Wiki"
|
2020-03-27 10:52:32 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "color",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"ask": {
|
2020-04-06 01:13:43 +02:00
|
|
|
|
"en": "Set color base",
|
2020-03-27 10:52:32 +01:00
|
|
|
|
"fr": "Définissez la couleur de base"
|
|
|
|
|
},
|
|
|
|
|
"help": {
|
2020-04-06 01:13:43 +02:00
|
|
|
|
"en": "Use hexadecimal value (6 figures without #)",
|
|
|
|
|
"fr": "Utilisez une valeur hexadecimale (6 chiffres sans # devant)"
|
2020-03-27 10:52:32 +01:00
|
|
|
|
},
|
2020-04-06 11:45:16 +02:00
|
|
|
|
"example": "D17732"
|
2020-03-01 11:28:28 +01:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|