2015-05-23 09:24:50 +00:00
|
|
|
{
|
|
|
|
"name": "MathCaptcha",
|
2018-12-31 15:22:57 +00:00
|
|
|
"author": [
|
|
|
|
"..."
|
|
|
|
],
|
2019-03-02 19:21:48 +00:00
|
|
|
"requires": {
|
|
|
|
"extensions": {
|
|
|
|
"Math": "*"
|
|
|
|
}
|
|
|
|
},
|
2018-12-31 15:22:57 +00:00
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#MathCaptcha",
|
|
|
|
"descriptionmsg": "mathcaptcha-desc",
|
|
|
|
"license-name": "GPL-2.0-or-later",
|
|
|
|
"type": "antispam",
|
|
|
|
"MessagesDirs": {
|
|
|
|
"MathCaptcha": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
2024-01-17 04:46:58 +00:00
|
|
|
"AutoloadClasses": {
|
|
|
|
"MathCaptcha": "includes/MathCaptcha.php",
|
|
|
|
"MediaWiki\\Extension\\ConfirmEdit\\MathCaptcha\\MathCaptcha": "includes/MathCaptcha.php"
|
|
|
|
},
|
2022-04-08 16:53:12 +00:00
|
|
|
"AutoloadNamespaces": {
|
|
|
|
"MediaWiki\\Extension\\ConfirmEdit\\MathCaptcha\\": "includes/"
|
2015-05-23 09:24:50 +00:00
|
|
|
},
|
|
|
|
"config": {
|
2019-10-16 19:29:56 +00:00
|
|
|
"CaptchaClass": {
|
2022-04-08 16:53:12 +00:00
|
|
|
"value": "MediaWiki\\Extension\\ConfirmEdit\\MathCaptcha\\MathCaptcha"
|
2019-10-16 19:29:56 +00:00
|
|
|
}
|
2016-02-28 17:20:01 +00:00
|
|
|
},
|
2019-10-16 19:29:56 +00:00
|
|
|
"manifest_version": 2
|
2015-05-23 09:24:50 +00:00
|
|
|
}
|