2015-12-09 23:33:24 +00:00
|
|
|
{
|
|
|
|
"name": "TextExtracts",
|
|
|
|
"author": [
|
|
|
|
"Max Semenik"
|
|
|
|
],
|
2017-08-02 13:23:48 +00:00
|
|
|
"requires": {
|
2024-01-12 23:33:00 +00:00
|
|
|
"MediaWiki": ">= 1.42"
|
2017-08-02 13:23:48 +00:00
|
|
|
},
|
2015-12-09 23:33:24 +00:00
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:TextExtracts",
|
|
|
|
"descriptionmsg": "textextracts-desc",
|
2018-03-02 23:43:49 +00:00
|
|
|
"license-name": "GPL-2.0-or-later",
|
2015-12-09 23:33:24 +00:00
|
|
|
"type": "other",
|
|
|
|
"ConfigRegistry": {
|
|
|
|
"textextracts": "GlobalVarConfig::newInstance"
|
|
|
|
},
|
|
|
|
"APIPropModules": {
|
|
|
|
"extracts": {
|
|
|
|
"class": "TextExtracts\\ApiQueryExtracts",
|
2021-03-31 20:38:36 +00:00
|
|
|
"services": [
|
|
|
|
"ConfigFactory",
|
|
|
|
"MainWANObjectCache",
|
2021-12-14 21:58:51 +00:00
|
|
|
"LanguageConverterFactory",
|
2024-06-30 11:30:52 +00:00
|
|
|
"WikiPageFactory",
|
|
|
|
"TitleFormatter"
|
2021-03-31 20:38:36 +00:00
|
|
|
]
|
2015-12-09 23:33:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"MessagesDirs": {
|
|
|
|
"TextExtracts": [
|
2019-08-24 23:00:59 +00:00
|
|
|
"i18n",
|
|
|
|
"i18n/api"
|
2015-12-09 23:33:24 +00:00
|
|
|
]
|
|
|
|
},
|
2019-03-18 01:32:26 +00:00
|
|
|
"AutoloadNamespaces": {
|
|
|
|
"TextExtracts\\": "includes/"
|
2015-12-09 23:33:24 +00:00
|
|
|
},
|
|
|
|
"Hooks": {
|
2024-06-26 21:56:41 +00:00
|
|
|
"ApiOpenSearchSuggest": "main",
|
|
|
|
"SearchResultProvideDescription": "main"
|
2023-08-14 17:49:09 +00:00
|
|
|
},
|
|
|
|
"HookHandlers": {
|
|
|
|
"main": {
|
2024-06-26 21:56:41 +00:00
|
|
|
"class": "TextExtracts\\Hooks",
|
|
|
|
"services": [
|
|
|
|
"ConfigFactory"
|
|
|
|
]
|
2023-08-14 17:49:09 +00:00
|
|
|
}
|
2015-12-09 23:33:24 +00:00
|
|
|
},
|
|
|
|
"config": {
|
2020-05-12 01:05:32 +00:00
|
|
|
"ExtractsRemoveClasses": {
|
|
|
|
"value": [
|
|
|
|
"table",
|
|
|
|
"div",
|
2022-09-27 17:13:24 +00:00
|
|
|
"figure",
|
2020-05-12 01:05:32 +00:00
|
|
|
"script",
|
|
|
|
"input",
|
|
|
|
"style",
|
|
|
|
"ul.gallery",
|
|
|
|
".mw-editsection",
|
|
|
|
"sup.reference",
|
|
|
|
"ol.references",
|
|
|
|
".error",
|
|
|
|
".nomobile",
|
|
|
|
".noprint",
|
|
|
|
".noexcerpt",
|
|
|
|
".sortkey"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ExtractsExtendOpenSearchXml": {
|
|
|
|
"value": false
|
2024-06-26 21:56:41 +00:00
|
|
|
},
|
|
|
|
"ExtractsExtendRestSearch": {
|
|
|
|
"value": false
|
2020-05-12 01:05:32 +00:00
|
|
|
}
|
2015-12-09 23:33:24 +00:00
|
|
|
},
|
2020-05-12 01:05:32 +00:00
|
|
|
"manifest_version": 2
|
2019-12-16 18:33:03 +00:00
|
|
|
}
|