2015-12-09 23:33:24 +00:00
|
|
|
{
|
|
|
|
"name": "TextExtracts",
|
|
|
|
"author": [
|
|
|
|
"Max Semenik"
|
|
|
|
],
|
2017-08-02 13:23:48 +00:00
|
|
|
"requires": {
|
|
|
|
"MediaWiki": ">= 1.29.0"
|
|
|
|
},
|
2015-12-09 23:33:24 +00:00
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:TextExtracts",
|
|
|
|
"descriptionmsg": "textextracts-desc",
|
2016-04-08 07:48:35 +00:00
|
|
|
"license-name": "GPL-2.0+",
|
2015-12-09 23:33:24 +00:00
|
|
|
"type": "other",
|
|
|
|
"ConfigRegistry": {
|
|
|
|
"textextracts": "GlobalVarConfig::newInstance"
|
|
|
|
},
|
|
|
|
"APIPropModules": {
|
|
|
|
"extracts": {
|
|
|
|
"class": "TextExtracts\\ApiQueryExtracts",
|
|
|
|
"factory": "TextExtracts\\ApiQueryExtracts::factory"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"MessagesDirs": {
|
|
|
|
"TextExtracts": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"TextExtracts\\ApiQueryExtracts": "includes/ApiQueryExtracts.php",
|
|
|
|
"TextExtracts\\ExtractFormatter": "includes/ExtractFormatter.php",
|
|
|
|
"TextExtracts\\Hooks": "includes/Hooks.php"
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"OpenSearchXml": [
|
|
|
|
"TextExtracts\\Hooks::onApiOpenSearchSuggest"
|
|
|
|
],
|
|
|
|
"ApiOpenSearchSuggest": [
|
|
|
|
"TextExtracts\\Hooks::onApiOpenSearchSuggest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"ExtractsRemoveClasses": [
|
|
|
|
"table",
|
|
|
|
"div",
|
2017-06-29 17:46:57 +00:00
|
|
|
"script",
|
|
|
|
"input",
|
2017-05-16 14:38:52 +00:00
|
|
|
"style",
|
2015-12-09 23:33:24 +00:00
|
|
|
"ul.gallery",
|
|
|
|
".mw-editsection",
|
|
|
|
"sup.reference",
|
2016-03-07 05:19:20 +00:00
|
|
|
"ol.references",
|
2015-12-09 23:33:24 +00:00
|
|
|
".error",
|
|
|
|
".nomobile",
|
|
|
|
".noprint",
|
2017-03-25 03:33:24 +00:00
|
|
|
".noexcerpt",
|
|
|
|
".sortkey"
|
2015-12-09 23:33:24 +00:00
|
|
|
],
|
|
|
|
"ExtractsExtendOpenSearchXml": false
|
|
|
|
},
|
|
|
|
"manifest_version": 1
|
|
|
|
}
|