2015-04-30 18:45:20 +00:00
|
|
|
{
|
|
|
|
"name": "Cite",
|
|
|
|
"author": [
|
|
|
|
"Ævar Arnfjörð Bjarmason",
|
|
|
|
"Andrew Garrett",
|
|
|
|
"Brion Vibber",
|
2016-02-03 21:03:41 +00:00
|
|
|
"Ed Sanders",
|
2015-04-30 18:45:20 +00:00
|
|
|
"Marius Hoch",
|
2016-02-03 21:03:41 +00:00
|
|
|
"Steve Sanbeg",
|
|
|
|
"Trevor Parscal",
|
|
|
|
"..."
|
2015-04-30 18:45:20 +00:00
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Cite",
|
|
|
|
"descriptionmsg": "cite-desc",
|
|
|
|
"license-name": "GPL-2.0+",
|
|
|
|
"type": "parserhook",
|
|
|
|
"MessagesDirs": {
|
2016-02-03 21:03:41 +00:00
|
|
|
"cite": "i18n",
|
|
|
|
"ve-cite": "modules/ve-cite/i18n"
|
2015-04-30 18:45:20 +00:00
|
|
|
},
|
2016-02-17 21:55:48 +00:00
|
|
|
"APIPropModules": {
|
|
|
|
"references": {
|
|
|
|
"class": "ApiQueryReferences"
|
|
|
|
}
|
|
|
|
},
|
2015-04-30 18:45:20 +00:00
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": [
|
|
|
|
"Cite::setHooks"
|
2016-02-03 21:03:41 +00:00
|
|
|
],
|
|
|
|
"ContentHandlerDefaultModelFor": [
|
|
|
|
"CiteHooks::onContentHandlerDefaultModelFor"
|
2016-02-05 20:54:55 +00:00
|
|
|
],
|
|
|
|
"ResourceLoaderTestModules": [
|
|
|
|
"CiteHooks::onResourceLoaderTestModules"
|
2016-01-25 16:52:46 +00:00
|
|
|
],
|
2016-10-14 21:40:54 +00:00
|
|
|
"ResourceLoaderRegisterModules": [
|
|
|
|
"CiteHooks::onResourceLoaderRegisterModules"
|
|
|
|
],
|
2016-01-25 16:52:46 +00:00
|
|
|
"LinksUpdate": [
|
|
|
|
"CiteHooks::onLinksUpdate"
|
|
|
|
],
|
|
|
|
"LinksUpdateComplete": [
|
|
|
|
"CiteHooks::onLinksUpdateComplete"
|
2016-04-27 20:03:49 +00:00
|
|
|
],
|
|
|
|
"ResourceLoaderGetConfigVars": [
|
|
|
|
"CiteHooks::onResourceLoaderGetConfigVars"
|
2015-04-30 18:45:20 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"ResourceModules": {
|
2015-06-05 20:56:58 +00:00
|
|
|
"ext.cite.styles": {
|
2015-05-19 16:23:43 +00:00
|
|
|
"styles": {
|
2015-06-05 20:56:58 +00:00
|
|
|
"ext.cite.styles.css": {},
|
2015-05-19 16:23:43 +00:00
|
|
|
"ext.cite.print.css": {
|
|
|
|
"media": "print"
|
|
|
|
}
|
|
|
|
},
|
2015-06-05 20:56:58 +00:00
|
|
|
"position": "bottom"
|
|
|
|
},
|
|
|
|
"ext.cite.a11y": {
|
|
|
|
"scripts": "ext.cite.a11y.js",
|
|
|
|
"styles": "ext.cite.a11y.css",
|
2015-04-30 18:45:20 +00:00
|
|
|
"messages": [
|
|
|
|
"cite_references_link_accessibility_label",
|
|
|
|
"cite_references_link_many_accessibility_label"
|
2015-06-05 20:56:58 +00:00
|
|
|
],
|
|
|
|
"position": "bottom"
|
2015-04-29 16:07:09 +00:00
|
|
|
},
|
|
|
|
"ext.cite.style": {
|
|
|
|
"class": "CiteCSSFileModule",
|
2015-06-10 20:33:35 +00:00
|
|
|
"styles": "ext.cite.style.css",
|
2015-07-13 12:57:07 +00:00
|
|
|
"position": "top",
|
|
|
|
"targets": [
|
|
|
|
"desktop",
|
|
|
|
"mobile"
|
|
|
|
]
|
2015-04-30 18:45:20 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "modules",
|
|
|
|
"remoteExtPath": "Cite/modules"
|
|
|
|
},
|
2016-02-03 21:03:41 +00:00
|
|
|
"VisualEditorPluginModules": [
|
|
|
|
"ext.cite.visualEditor"
|
|
|
|
],
|
2016-02-17 21:55:48 +00:00
|
|
|
"ConfigRegistry": {
|
|
|
|
"cite": "GlobalVarConfig::newInstance"
|
|
|
|
},
|
2015-04-30 18:45:20 +00:00
|
|
|
"config": {
|
|
|
|
"AllowCiteGroups": true,
|
2016-01-25 16:52:46 +00:00
|
|
|
"CiteCacheReferences": false,
|
|
|
|
"CiteStoreReferencesData": false,
|
2016-04-27 20:03:49 +00:00
|
|
|
"CiteCacheReferencesDataOnParse": false,
|
|
|
|
"CiteVisualEditorOtherGroup": false
|
2015-04-30 18:45:20 +00:00
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
2016-09-20 13:54:23 +00:00
|
|
|
"ApiQueryReferences": "includes/ApiQueryReferences.php",
|
|
|
|
"Cite": "includes/Cite.php",
|
|
|
|
"CiteHooks": "includes/CiteHooks.php",
|
|
|
|
"CiteDataModule": "includes/CiteDataModule.php",
|
|
|
|
"CiteCSSFileModule": "includes/CiteCSSFileModule.php"
|
2015-04-30 18:45:20 +00:00
|
|
|
},
|
|
|
|
"ParserTestFiles": [
|
2016-09-20 13:57:31 +00:00
|
|
|
"tests/parser/citeParserTests.txt"
|
2015-05-29 03:45:57 +00:00
|
|
|
],
|
2015-07-05 12:32:44 +00:00
|
|
|
"TrackingCategories": [
|
|
|
|
"cite-tracking-category-cite-error"
|
|
|
|
],
|
2015-05-29 03:45:57 +00:00
|
|
|
"manifest_version": 1
|
2015-04-30 18:45:20 +00:00
|
|
|
}
|