fix collapsing problem with templates (templates would be expanded and
[lhc/web/wiklou.git] / LocalSettings.sample
index 925ccbf..68ec52c 100644 (file)
 # here, otherwise your settings will be overwritten with your
 # next update.
 
+# You can get some useful informations online at:
+# http://meta.wikipedia.org/wiki/LocalSettings.php
+
+
 # The most important setting is here: $IP is the installation
 # path for the software. In the example below, the htdocs
 # dir should be set as the DocumentRoot in the httpd.conf 
@@ -64,7 +68,7 @@ $wgStyleSheetDirectory = "{$IP}/style";
 
 $wgUploadPath       = "{$wgScriptPath}/upload";
 $wgUploadDirectory     = "{$IP}/upload";
-$wgLogo                                = "{$wgUploadPath}/wiki.png";
+$wgLogo                                = "{$wgStylePath}/images/wiki.png";
 
 ## Preferably these addresses should be able to receive mail asking for help
 #
@@ -150,6 +154,10 @@ $wgLocalInterwiki   = $wgSitename;
 # $wgInputEncoding     = "UTF-8";
 # $wgOutputEncoding    = "UTF-8";
 
+## Default skin: you can change the default skin. Use the internal symbolic
+## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
+# $wgDefaultSkin = 'monobook';
+
 ## Extremely high-traffic wikis may want to disable
 ## some database-intensive features here:
 #
@@ -162,8 +170,8 @@ $wgLocalInterwiki   = $wgSitename;
 #
 # If wgWhitelistEdit is set to true, only logged in users
 # are allowed to edit articles.
-# If wgWhitelistRead is set to true, only logged in users
-# are allowed to read articles.
+# If wgWhitelistRead is set to an array of page names, only logged in users
+# are allowed to read pages *not in the list*.
 #
 # wgWhitelistAccount lists user types that can add user accounts:
 # "key" => 1 defines permission if user has right "key".
@@ -177,7 +185,7 @@ $wgLocalInterwiki   = $wgSitename;
 #
 # Invitation-only closed shop type of system
 # $wgWhitelistEdit = true;
-# $wgWhitelistRead = true;
+# $wgWhitelistRead = array ( ":Main_Page" );
 # $wgWhitelistAccount = array ( "user" => 0, "sysop" => 1, "developer" => 1 );
 #
 # Public website, closed editorial team