Contents |
Hi PatPeter -- we are excited to have Red Orchestra Wiki as part of the Wikia community!
Starting a new wiki can be a big job, but don't worry, the Wikia Community Team is here to help! We have put together a few guides to getting started. They say imitation is the best form of flattery so absolutely check out other wikis on Wikia for ideas on layout, ways to organize your content, etc. We are all one big family at Wikia and the most important thing is to have fun!
- Our guide to Getting Started gives you 5 things you can do right now to set your wiki up for success
- We also put together some Advice On Starting a Wiki which provides a more a in-depth look at some of the important things you should consider when building a wiki
- If you are new to wikis in general than we recommend checking our new user FAQ
If you need help (which trust me we ALL do) you can access our full in-depth help at Help Wikia, or email us through our contact form.
Now, go edit! We look forward to seeing this project thrive!
Best wishes, sannse
LocalSettings.php
Edit
<?php
# This file was automatically generated by the MediaWiki installer.
# If you make manual changes, please keep track in case you need to
# recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
# If you customize your file layout, set $IP to the directory that contains
# the other MediaWiki files. It will be used as a base to locate files.
if( defined( 'MW_INSTALL_PATH' ) ) {
$IP = MW_INSTALL_PATH;
} else {
$IP = dirname( __FILE__ );
}
$path = array( $IP, "$IP/includes", "$IP/languages" );
set_include_path( implode( PATH_SEPARATOR, $path ) );
require_once( "includes/DefaultSettings.php" );
# If PHP's memory limit is very low, some operations may fail.
# ini_set( 'memory_limit', '20M' );
if ( $wgCommandLineMode ) {
if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
die( "This script must be run from the command line\n" );
}
} elseif ( empty( $wgNoOutputBuffer ) ) {
## Compress output if the browser supports it
if( !ini_get( 'zlib.output_compression' ) ) @ob_start( 'ob_gzhandler' );
}
$wgSitename = "Red Orchestra Wiki";
$wgScriptPath = "/wiki";
$wgScript = "$wgScriptPath/index.php";
$wgRedirectScript = "$wgScriptPath/redirect.php";
## For more information on customizing the URLs please see:
## http://meta.wikimedia.org/wiki/Eliminating_index.php_from_the_url
## If using PHP as a CGI module, the ?title= style usually must be used.
# $wgArticlePath = "$wgScript=$1";
$wgArticlePath = "$wgScript?title=$1";
$wgStylePath = "$wgScriptPath/skins";
$wgStyleDirectory = "$IP/skins";
$wgLogo = "$wgScriptPath/logo.ico";
$wgFavicon = "$wgScriptPath/favicon.ico";
$wgUploadPath = "$wgScriptPath/images";
$wgUploadDirectory = "$IP/images";
$wgMaxUploadSize = 1024*1024*500;
$wgUploadSizeWarning = false;
$wgCheckFileExtensions = false;
$wgEnableEmail = true;
$wgEnableUserEmail = true;
$wgEmergencyContact = "administrator@maporchestra.com";
$wgPasswordSender = "administrator@maporchestra.com";
# Anonymous users can't create pages
$wgGroupPermissions['*']['createpage'] = false;
# Only users with accounts four days old or older can create pages
# (like Wikipedia!). Requires MW 1.6 or higher.
$wgGroupPermissions['*' ]['createpage'] = false;
$wgGroupPermissions['user' ]['createpage'] = false;
$wgGroupPermissions['autoconfirmed']['createpage'] = true;
$wgAutoConfirmAge = 86400 * 4; # Four days times 86400 seconds/day
$wgExtraNamespaces = array(100 => "Forum", 101 => "Forum_talk", 102 => "Portal", 103 => "Portal_talk", 104 => "WikiProject", 105 => "WikiProject_talk", 106 => "History", 107 => "History_talk", 108 => "Manual", 109 => "Manual_talk", 110 => "Extension", 111 => "Extension_talk", 112 => "Map", 113 => "Map_talk", 114 => "Server", 115 => "Server_talk", 116 => "Modification", 117 => "Modification_talk", 118 => "Mutator", 119 => "Mutator_talk", 120 => "Unit", 121 => "Unit_talk", 122 => "Clan", 123 => "Clan_talk", 124 => "Term", 125 => "Term_talk", 126 => "Tactic", 127 => "Tactic_talk", 128 => "Weapon", 129 => "Weapon_talk", 130 => "Vehicle", 131 => "Vehicle_talk", 132 => "Role", 133 => "Role_talk", 134 => "Player", 135 => "Player_talk");
$wgFileExtensions = array('jpg','jpeg','png','ogg','ico','bmp','rom','ukx','uc','uax','usx','utx','u');
$wgNamespacesWithSubpages = array(
NS_MAIN => true,
NS_TALK => true,
NS_USER => true,
NS_USER_TALK => true,
NS_PROJECT => true,
NS_PROJECT_TALK => true,
NS_IMAGE => true,
NS_IMAGE_TALK => true,
NS_MEDIAWIKI => true,
NS_MEDIAWIKI_TALK => true,
NS_TEMPLATE => true,
NS_TEMPLATE_TALK => true,
NS_HELP => true,
NS_HELP_TALK => true,
NS_CATEGORY => true,
NS_CATEGORY_TALK => true,
NS_FORUM => true,
NS_FORUM_TALK => true,
NS_PORTAL => true,
NS_PORTAL_TALK => true,
NS_WIKIPROJECT => true,
NS_WIKIPROJECT_TALK => true,
NS_HISTORY => true,
NS_HISTORY_TALK => true,
NS_MANUAL => true,
NS_MANUAL_TALK => true,
NS_EXTENSION => true,
NS_EXTENSION_TALK => true,
NS_MAP => true,
NS_MAP_TALK => true,
NS_SERVER => true,
NS_SERVER_TALK => true,
NS_MODIFICATION => true,
NS_MODIFICATION_TALK => true,
NS_MUTATOR => true,
NS_MUTATOR_TALK => true,
NS_UNIT => true,
NS_UNIT_TALK => true,
NS_CLAN => true,
NS_CLAN_TALK => true,
NS_TERM => true,
NS_TERM_TALK => true,
NS_TACTIC => true,
NS_TACTIC_TALK => true,
NS_WEAPON => true,
NS_WEAPON_TALK => true,
NS_VEHICLE => true,
NS_VEHICLE_TALK => true,
NS_ROLE => true,
NS_ROLE_TALK => true,
NS_PLAYER => true,
NS_PLAYER_TALK => true
);
$wgNamespacesToBeSearchedDefault = array(
NS_MAIN => true,
NS_HISTORY => true,
NS_MANUAL => true,
NS_EXTENSION => true,
NS_MAP => true,
NS_SERVER => true,
NS_MODIFICATION => true,
NS_MUTATOR => true,
NS_UNIT => true,
NS_CLAN => true,
NS_TERM => true,
NS_TACTIC => true,
NS_WEAPON => true,
NS_VEHICLE => true,
NS_ROLE => true,
NS_PLAYER => true
);
## For a detailed description of the following switches see
## http://meta.wikimedia.org/Enotif and http://meta.wikimedia.org/Eauthent
## There are many more options for fine tuning available see
## /includes/DefaultSettings.php
## UPO means: this is also a user preference option
$wgEnotifUserTalk = true; # UPO
$wgEnotifWatchlist = true; # UPO
$wgEmailAuthentication = true;
$wgDBserver = "p50mysql23.secureserver.net";
$wgDBname = "maporch_wiki";
$wgDBuser = "maporch_wiki";
$wgDBpassword = "WiscGoldMine1";
$wgDBprefix = "wiki";
$wgDBtype = "mysql";
# Experimental charset support for MySQL 4.1/5.0.
$wgDBmysql5 = false;
## Shared memory settings
$wgMainCacheType = CACHE_NONE;
$wgMemCachedServers = array();
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = true;
$wgUseImageResize = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";
## If you want to use image uploads under safe mode,
## create the directories images/archive, images/thumb and
## images/temp, and make them all writable. Then uncomment
## this, if it's not already uncommented:
# $wgHashedUploadDirectory = false;
## If you have the appropriate support software installed
## you can enable inline LaTeX equations:
$wgUseTeX = false;
$wgMathPath = "{$wgUploadPath}/math";
$wgMathDirectory = "{$wgUploadDirectory}/math";
$wgTmpDirectory = "{$wgUploadDirectory}/tmp";
$wgLocalInterwiki = $wgSitename;
$wgLanguageCode = "en";
$wgProxyKey = "45353a84ba249cf183c9501ea18ddaf552c69bdcf37e42c66bc50ebbdb588d43";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
$wgDefaultSkin = 'monobook';
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
# $wgEnableCreativeCommonsRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used
$wgDiff3 = "/usr/bin/diff3";
# When you make changes to this configuration file, this will make
# sure that cached pages are cleared.
$configdate = gmdate( 'YmdHis', @filemtime( __FILE__ ) );
$wgCacheEpoch = max( $wgCacheEpoch, $configdate );
require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
require_once( "{$IP}/extensions/Renameuser/SpecialRenameuser.php" );
include("extensions/google-coop.php");
require_once( "$IP/extensions/UserMerge/UserMerge.php" );
$wgGroupPermissions['bureaucrat']['usermerge'] = true;
#optional - default is array( 'sysop' )
$wgUserMergeProtectedGroups = array( 'groupname' );
require_once("$IP/extensions/CharInsert.php");
?>
This is here in the case I can get the custom namespaces I had on my old wiki. -PatPeter 19:45, 30 November 2008 (UTC)
Namespaces to Keep
Edit
Redundant Namespaces
Edit
- History
- History talk
- Pair 1
- Pair 2
- Pair 3
- Pair 4
- Pair 5
- Pair 6
- Pair 7
- Role
- Role talk
- Player - Merge with user.
- Player talk - Merge with user talk.
I moved all pages out of these namespaces with the message "No longer using redundant namespaces." -PatPeter 04:59, September 19, 2011 (UTC)
Glad
Edit
I'm glad to contribute to Red Orchestra Wiki! Kalinine 12:03, November 19, 2011 (UTC)
Affiliates
Edit
Hello,
I am Fargo84, head admin of the WWII Wiki and I was wondering if you would like to share affiliated links to increase traffic on both of our wikis. Furthermore, perhaps editors from both of our wikis will come to contribute. I'll let you think about this deal. Please reply soon,
Link:http://world-war-2.wikia.com/wiki/World_War_II_Wiki
{{SUBST:User:Fargo84/SigReal}}02:40,4/29/2013 02:40, April 29, 2013 (UTC)