bug 511
[lhc/web/wiklou.git] / LocalSettings.sample
index b78d3f0..829e968 100644 (file)
@@ -65,8 +65,8 @@ $wgArticlePath      = "{$wgScript}/$1";
 
 ## Normally you don't need to change these once the above are set...
 #
-$wgStylePath   = "{$wgScriptPath}/style";
-$wgStyleSheetDirectory = "{$IP}/style";
+$wgStylePath   = "{$wgScriptPath}/skins";
+$wgStyleSheetDirectory = "{$IP}/skins";
 
 $wgUploadPath       = "{$wgScriptPath}/upload";
 $wgUploadDirectory     = "{$IP}/upload";
@@ -147,6 +147,9 @@ $wgLocalInterwiki   = $wgSitename;
 ## If you want a non-English wiki, add a line like this
 # $wgLanguageCode = "de";
 
+## If you want a different default time zone than UTC, add a line like this
+# $wgLocalTZoffset = -5;       # (EST, for example)
+
 ## Character encoding: normally auto-selected by the language.
 ## English, German, Danish, Dutch, French, Spanish, and Swedish
 ## will be in ISO-8859-1 by default, all other languages in
@@ -190,7 +193,8 @@ $wgLocalInterwiki   = $wgSitename;
 #
 # Invitation-only closed shop type of system
 # $wgWhitelistEdit = true;
-# $wgWhitelistRead = array ( ":Main_Page" );
+# Pages anonymous user may see:
+# $wgWhitelistRead = array ( ":Main_Page", "Special:Userlogin", "Wikipedia:Help");
 # $wgWhitelistAccount = array ( "user" => 0, "sysop" => 1, "developer" => 1 );
 #
 # Public website, closed editorial team