mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-23 23:34:07 +00:00
dead41ed99
SPDX released version 3 of their license list (<https://spdx.org/licenses/>), which changed the FSF licenses to explicitly end in -only or -or-later instead of relying on an easy to miss + symbol. Bug: T183858 Change-Id: Id997a5350a0de6e6a177a411008c100b696a96ac
57 lines
1.2 KiB
JSON
57 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",
|
|
"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
|
|
}
|