2012-01-27: A new translation rally has started. Help us to translate FUDforum and claim your bounty of US$50! (Other news...)
PrivateSettings.php
From translatewiki.net
Updated at 16:53, 17 August 2011 (UTC)
<?php $wgEmergencyContact = "contact@example.com"; $wgPasswordSender = "mailer@example.com"; $wgProxyKey = "blah"; $egGoogleMapsKey = $wgGoogleApiKey = "blah"; $egYahooMapsKey = "blah"; #if ( $wgProto === 'http' ) { require( "$IP/extensions/GoogleAdSense/GoogleAdSense.php" ); #} $wgGoogleAdSenseClient = 'pub-blah'; $wgGoogleAdSenseSlot = 'blah'; $wgGoogleAdSenseID = 'translatewiki-2'; $wgGoogleAdSenseSrc = '//pagead2.googleadservices.com/pagead/show_ads.js'; # rally 2010-10 #require( "/www/w/rally.php"); $wgRC2UDPAddress = 'host.example.com'; # the host where the IRC client is running $wgRC2UDPPort = 8675; # or whatever $wgRC2UDPPrefix = ''; //$wgTranslateApertium = 'http://xixona.dlsi.ua.es/webservice/ws.php'; $wgTranslateTranslationServices['Google']['key'] = $wgGoogleApiKey; $wgTranslateTranslationServices['Apertium']['key'] = 'blah'; $wgTranslateTranslationServices['Microsoft']['key'] = 'blah';