<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 5/2/13 10:20 AM, Stephen E Slevinski
Jr wrote:<br>
</div>
<blockquote cite="mid:51828449.5090207@signpuddle.net" type="cite">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Hi list and Andrew Bogott,<br>
<br>
I'm administering a MediaWiki install on Labs.<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://ase.wikipedia.wmflabs.org">http://ase.wikipedia.wmflabs.org</a><br>
<br>
2 days ago, the logo changed on the site. A new logo is set for
all MediaWiki installs on Labs. Here are the details.<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://www.gossamer-threads.com/lists/wiki/mediawiki-cvs/354166?do=post_view_threaded">http://www.gossamer-threads.com/lists/wiki/mediawiki-cvs/354166?do=post_view_threaded</a><br>
<br>
The logo is set after the site specific LocalSettings.php file has
been loaded, so it is impossible to customize.<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<font color="black" face="Verdana,Arial,Helvetica" size="2">
require_once( 'orig/LocalSettings.php' );<br>
$wgLogo =
"$wgStylePath/common/images/labs_mediawiki_logo.png"; </font><br>
<br>
Is there a new policy that all MediaWiki installs on Labs must use
the approved logo? The logo is important for branding, and while
I appreciate Wikimedia Labs, the generic logo does not feel right
for the the ASL Wikipedia Project.<br>
</blockquote>
Steve --<br>
<br>
Sorry for the breakage! I added that code in a response to a
request from Legal, in order to ensure that labs instances don't use
trademarked WMF logos. However, it is totally fine for your site to
use a different logo, presuming it is not a trademarked one.<br>
You can easily override my logo setting by dropping your own
line <font color="black" face="Verdana,Arial,Helvetica" size="2">$wgLogo
= <font size="2">"/path/to/my/special/logo.p<font size="2">ng</font></font>"
</font>in the mediawiki config someplace after the automatically
inserted line. Anywhere in orig/LocalSettings.php should do it, and
it will be safe from subsequent puppet meddling.<br>
<br>
Look for me on IRC if you need more explanation or want me to
make the change for you.<br>
<br>
-Andrew<br>
<br>
</body>
</html>