mediawiki-extensions-RSS/extension.json
Umherirrender 3df840d216 Pass function name to HttpRequestFactory::create
Useful for logging
Replace deprecated MWHttpRequest::factory with service (since 1.32)

Change-Id: I81d8d350730f0f7da5cbf0a1463aaffbc07d2fab
2020-06-07 12:33:49 +02:00

84 lines
1.5 KiB
JSON

{
"name": "RSS feed",
"author": [
"Kellan Elliott-McCrea",
"mutante",
"Daniel Kinzler",
"Rdb",
"Mafs",
"Alxndr",
"Thomas Gries",
"Chris Reigrut",
"K001",
"Jack Phoenix",
"Jeroen De Dauw",
"Mark A. Hershberger"
],
"version": "2.25.1",
"requires": {
"MediaWiki": ">= 1.32.0"
},
"license-name": "GPL-2.0-or-later",
"url": "https://www.mediawiki.org/wiki/Extension:RSS",
"descriptionmsg": "rss-desc",
"type": "parserhook",
"MessagesDirs": {
"RSS": [
"i18n"
]
},
"AutoloadClasses": {
"RSSHooks": "includes/RSSHooks.php",
"RSSParser": "includes/RSSParser.php",
"RSSUtils": "includes/RSSUtils.php",
"RSSData": "includes/RSSData.php"
},
"Hooks": {
"ParserFirstCallInit": [
"RSSHooks::onParserFirstCallInit"
]
},
"TrackingCategories": [
"rss-tracking-category"
],
"config": {
"RSSCacheAge": {
"value": 3600
},
"RSSCacheCompare": {
"value": false
},
"RSSFetchTimeout": {
"value": 15
},
"RSSNamespaces": {
"value": null
},
"RSSUrlWhitelist": {
"value": []
},
"RSSUrlNumberOfAllowedRedirects": {
"value": 0
},
"RSSUserAgent": {
"value": "MediaWikiRSS/2.25.1 (+https://www.mediawiki.org/wiki/Extension:RSS) / MediaWiki RSS extension"
},
"RSSProxy": {
"value": false
},
"RSSDateDefaultFormat": {
"value": "Y-m-d H:i:s"
},
"RSSItemMaxLength": {
"value": false
},
"RSSAllowLinkTag": {
"value": false
},
"RSSAllowImageTag": {
"value": false
}
},
"manifest_version": 2
}