You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "LatinizeUrl",
|
|
"author": "hyperzlib",
|
|
"url": "https://github.com/Isekai-Project/mediawiki-extension-LatinizeUrl",
|
|
"descriptionmsg": "latinizeurl-desc",
|
|
"version": "1.0.4",
|
|
"license-name": "MIT",
|
|
"type": "other",
|
|
"ExtensionMessagesFiles": {
|
|
"LatinizeUrlAlias": "LatinizeUrl.alias.php"
|
|
},
|
|
"MessagesDirs": {
|
|
"LatinizeUrl": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"LatinizeUrl\\Hooks": "includes/Hooks.php",
|
|
"LatinizeUrl\\BaseConvertor": "includes/BaseConvertor.php",
|
|
"LatinizeUrl\\Utils": "includes/Utils.php",
|
|
"LatinizeUrl\\LatinizeCollation": "includes/LatinizeCollation.php",
|
|
"LatinizeUrl\\Patcher": "includes/Patcher.php",
|
|
"LatinizeUrl\\SpecialCustomUrl": "specials/SpecialCustomUrl.php"
|
|
},
|
|
"Hooks": {
|
|
"LoadExtensionSchemaUpdates": [
|
|
"LatinizeUrl\\Hooks::onLoadExtensionSchemaUpdates"
|
|
],
|
|
"Collation::factory": [
|
|
"LatinizeUrl\\Hooks::onCollationFactory"
|
|
],
|
|
"SkinTemplateOutputPageBeforeExec": [
|
|
"LatinizeUrl\\Hooks::onSkinTemplateOutputPageBeforeExec"
|
|
],
|
|
"BeforePageDisplay": [
|
|
"LatinizeUrl\\Hooks::onBeforePageDisplay"
|
|
],
|
|
"InitializeParseTitle": [
|
|
"LatinizeUrl\\Hooks::onInitializeParseTitle"
|
|
],
|
|
"ArticleDeleteComplete": [
|
|
"LatinizeUrl\\Hooks::onArticleDeleteComplete"
|
|
],
|
|
"PageContentInsertComplete": [
|
|
"LatinizeUrl\\Hooks::onPageContentInsertComplete"
|
|
],
|
|
"TitleMoveComplete": [
|
|
"LatinizeUrl\\Hooks::onTitleMoveComplete"
|
|
],
|
|
"GetLocalURL": [
|
|
"LatinizeUrl\\Hooks::onGetArticleUrl"
|
|
],
|
|
"ApiBeforeMain": [
|
|
"LatinizeUrl\\Hooks::onApiBeforeMain"
|
|
]
|
|
},
|
|
"SpecialPages": {
|
|
"CustomUrl": "LatinizeUrl\\SpecialCustomUrl"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.latinizeurl.timeless": {
|
|
"styles": ["Timeless.less"]
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "modules",
|
|
"remoteExtPath": "LatinizeUrl"
|
|
},
|
|
"config": {
|
|
"LatinizeUrlForceRedirect": true
|
|
},
|
|
"manifest_version": 1
|
|
}
|