mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-23 23:34:07 +00:00
9a706dd1c6
See I2291c69d9df17c1a9e4ab1b7d4cbc73bc51d3ebb for the anticipated hard-deprecation of this method in core. Bug: T197492 Change-Id: Idb8b671245771964853eedb60eeaaacd76b5ef13
60 lines
1.2 KiB
JSON
60 lines
1.2 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.31.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": "RSSHooks.php",
|
|
"RSSParser": "RSSParser.php",
|
|
"RSSUtils": "RSSUtils.php",
|
|
"RSSData": "RSSData.php"
|
|
},
|
|
"Hooks": {
|
|
"ParserFirstCallInit": [
|
|
"RSSHooks::onParserFirstCallInit"
|
|
]
|
|
},
|
|
"TrackingCategories": [
|
|
"rss-tracking-category"
|
|
],
|
|
"config": {
|
|
"RSSCacheAge": 3600,
|
|
"RSSCacheCompare": false,
|
|
"RSSFetchTimeout": 15,
|
|
"RSSNamespaces": null,
|
|
"RSSUrlWhitelist": [],
|
|
"RSSUrlNumberOfAllowedRedirects": 0,
|
|
"RSSUserAgent": "MediaWikiRSS/2.25.1 (+https://www.mediawiki.org/wiki/Extension:RSS) / MediaWiki RSS extension",
|
|
"RSSProxy": false,
|
|
"RSSDateDefaultFormat": "Y-m-d H:i:s",
|
|
"RSSItemMaxLength": false,
|
|
"RSSAllowLinkTag": false,
|
|
"RSSAllowImageTag": false
|
|
},
|
|
"manifest_version": 1
|
|
}
|