1
0
Fork 0

Configure MediaWiki

This commit is contained in:
Alex Kotov 2020-02-05 15:05:15 +05:00
parent 433f928599
commit 0e4a519a46
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 11 additions and 6 deletions

View File

@ -18,7 +18,17 @@ if ( !defined( 'MEDIAWIKI' ) ) {
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = "Crypto-Libertarian";
## The name of the site.
$wgSitename = 'Crypto-Libertarian Wiki';
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://wiki.crypto-libertarian.com";
## Canonical URL of the server to use in IRC feeds, notification e-mails, etc.
$wgCanonicalServer = $wgServer;
## The base URL used to create article links.
$wgArticlePath = '/wiki/$1';
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
@ -27,9 +37,6 @@ $wgSitename = "Crypto-Libertarian";
## https://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath = "";
## The protocol and server name to use in fully-qualified URLs
$wgServer = "https://wiki.crypto-libertarian.com";
## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath;
@ -146,9 +153,7 @@ require_once "$IP/extensions/SocialProfile/SocialProfile.php";
# End of automatically generated settings.
# Add more configuration options below.
$wgArticlePath = "/wiki/$1";
$wgOATHAuthAccountPrefix = 'wiki.crypto-libertarian.com';
$wgPFEnableStringFunctions = true;
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoUseGeSHi = true;