mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-14 19:30:37 +00:00
93076cf47e
Uses MediaWikiServices::getInstance()->getParserCache() only available since 1.30 Bug: T205916 Change-Id: I388a09b443aa57ae88f36029a7656625373f82a1
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"name": "TextExtracts",
|
|
"author": [
|
|
"Max Semenik"
|
|
],
|
|
"requires": {
|
|
"MediaWiki": ">= 1.30.0"
|
|
},
|
|
"url": "https://www.mediawiki.org/wiki/Extension:TextExtracts",
|
|
"descriptionmsg": "textextracts-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"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",
|
|
"script",
|
|
"input",
|
|
"style",
|
|
"ul.gallery",
|
|
".mw-editsection",
|
|
"sup.reference",
|
|
"ol.references",
|
|
".error",
|
|
".nomobile",
|
|
".noprint",
|
|
".noexcerpt",
|
|
".sortkey"
|
|
],
|
|
"ExtractsExtendOpenSearchXml": false
|
|
},
|
|
"manifest_version": 1
|
|
}
|