updates and better URI schemes
This commit is contained in:
parent
a88c2ff5d0
commit
9a5bd14841
6 changed files with 33 additions and 25 deletions
|
|
@ -91,6 +91,9 @@ $wgCopyUploadsFromSpecialUpload = true;
|
|||
$wgUseImageMagick = true;
|
||||
$wgImageMagickConvertCommand = "/usr/bin/convert";
|
||||
|
||||
# compiled widgets
|
||||
$wgWidgetsCompileDir = "/var/cache/mediawiki/compiled_templates/";
|
||||
|
||||
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
|
||||
$wgUseInstantCommons = false;
|
||||
|
||||
|
|
@ -153,7 +156,6 @@ wfLoadExtension( 'ParserFunctions' );
|
|||
wfLoadExtension( 'Poem' );
|
||||
wfLoadExtension( 'PdfHandler' );
|
||||
wfLoadExtension( 'ReplaceText' );
|
||||
wfLoadExtension( 'Renameuser' );
|
||||
wfLoadExtension( 'SpamBlacklist' );
|
||||
wfLoadExtension( 'SyntaxHighlight_GeSHi' );
|
||||
wfLoadExtension( 'TemplateData' );
|
||||
|
|
@ -231,6 +233,7 @@ $wgHideInterlanguageLinks = false;
|
|||
|
||||
# Allow webcal:// URLs
|
||||
$wgUrlProtocols[] = 'webcal://';
|
||||
$smwgURITypeSchemeList = array_merge($smwgURITypeSchemeList, ['matrix']);
|
||||
|
||||
# SVG config
|
||||
$wgFileExtensions[] = 'svg';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue