Skip to content

Instantly share code, notes, and snippets.

@bvibber
Created January 10, 2013 18:07
Show Gist options
  • Save bvibber/4504356 to your computer and use it in GitHub Desktop.
Save bvibber/4504356 to your computer and use it in GitHub Desktop.
require "$IP/extensions/MobileFrontend/MobileFrontend.php";
// really important extensions for running Wikipedia content
require "$IP/extensions/ParserFunctions/ParserFunctions.php";
require "$IP/extensions/Cite/Cite.php";
// pull images from Commons
$wgUseInstantCommons = true;
$wgUseTidy = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment