2014-05-07 02:18:48 +02:00
|
|
|
|
{
|
2015-06-26 00:14:07 +02:00
|
|
|
|
"name": "MediaWiki",
|
2014-05-07 02:18:48 +02:00
|
|
|
|
"id": "mediawiki",
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"packaging_format": 1,
|
2014-05-07 02:18:48 +02:00
|
|
|
|
"description": {
|
2020-06-10 15:24:30 +02:00
|
|
|
|
"en": "A free and open source software wiki package written in PHP, originally for use on Wikipedia.",
|
2021-05-19 18:39:29 +02:00
|
|
|
|
"fr": "Un wiki à base de logiciels libres Open source, développé à l’origine pour Wikipédia."
|
2014-05-07 02:18:48 +02:00
|
|
|
|
},
|
2021-06-08 23:21:05 +02:00
|
|
|
|
"version": "1.36.0~ynh1",
|
2020-06-10 15:24:30 +02:00
|
|
|
|
"url": "https://www.mediawiki.org",
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"license": "GPL-2.0-or-later",
|
2021-05-20 10:04:50 +02:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
|
"website": "https://www.mediawiki.org",
|
|
|
|
|
"demo": "https://www.wikipedia.org/, https://www.mediawiki.org/wiki/Project:Sandbox",
|
|
|
|
|
"admindoc": "https://www.mediawiki.org/wiki/Documentation",
|
|
|
|
|
"userdoc": "https://www.mediawiki.org/wiki/Project:Help",
|
|
|
|
|
"code": "https://github.com/wikimedia/mediawiki",
|
2021-06-08 23:21:05 +02:00
|
|
|
|
"version": "1.36.0"
|
2021-05-20 10:04:50 +02:00
|
|
|
|
},
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"maintainer": {
|
2020-06-10 15:24:30 +02:00
|
|
|
|
"name": "Salamandar",
|
|
|
|
|
"email": "felix@piedallu.me"
|
2014-05-07 02:18:48 +02:00
|
|
|
|
},
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"requirements": {
|
2021-06-08 23:21:05 +02:00
|
|
|
|
"yunohost": ">= 4.2.0"
|
2019-02-27 23:52:47 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
2020-06-10 17:28:54 +02:00
|
|
|
|
"php7.3-fpm",
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"mysql"
|
|
|
|
|
],
|
2014-05-07 02:18:48 +02:00
|
|
|
|
"arguments": {
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"install" : [
|
2014-05-07 02:18:48 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "example.com"
|
2014-05-07 02:18:48 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"type": "path",
|
2014-05-07 02:18:48 +02:00
|
|
|
|
"example": "/wiki",
|
|
|
|
|
"default": "/wiki"
|
|
|
|
|
},
|
|
|
|
|
{
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"name": "admin",
|
|
|
|
|
"type": "user",
|
|
|
|
|
"example": "johndoe"
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-06-10 15:24:30 +02:00
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "Visibility of the wiki pages",
|
|
|
|
|
"fr": "La visibilité des pages du wiki"
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
2014-05-07 02:18:48 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "language",
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"type": "string",
|
2014-05-07 02:18:48 +02:00
|
|
|
|
"ask": {
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"en": "Choose the application language",
|
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
2014-05-07 02:18:48 +02:00
|
|
|
|
},
|
2019-02-27 23:52:47 +01:00
|
|
|
|
"choices": ["fr", "en"],
|
|
|
|
|
"default": "fr"
|
2014-09-01 22:13:34 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
2020-06-10 15:24:30 +02:00
|
|
|
|
"name": "password",
|
|
|
|
|
"type": "password",
|
2019-07-27 22:09:37 +02:00
|
|
|
|
"help": {
|
2020-12-18 10:08:52 +01:00
|
|
|
|
"en": "The password for the wiki administrator. It needs to be solid or the installation process will fail.",
|
|
|
|
|
"fr": "Le mot de passe de l'administrateur du wiki. Il doit être solide, sinon l'installation échouera."
|
2020-06-10 15:24:30 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "Choose a password"
|
2019-07-27 22:09:37 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "wiki_name",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose the application name",
|
|
|
|
|
"fr": "Choisissez le nom de l'application"
|
|
|
|
|
},
|
|
|
|
|
"default": "YunoWiki"
|
2014-05-07 02:18:48 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2015-06-26 00:14:07 +02:00
|
|
|
|
}
|