Skip to content

MW Extra plugins

Peter Willendrup edited this page Jan 12, 2016 · 15 revisions

From the MediaWiki extension repository (https://www.mediawiki.org/wiki/Category:All_extensions):

require_once "$IP/extensions/Math/Math.php";

Set MathML as default rendering option;

$wgDefaultUserOptions['math'] = 'mathml'; $wgMathFullRestbaseURL= 'https://api.formulasearchengine.com/'; require_once( "$IP/extensions/MathJax/MathJax.php" ); $wgMathJaxJS = array("/mathjax/MathJax.js?config=default" => "$IP/extensions/MathJax/mwMathJaxConfig.js");

  • Cite
    • Is already in the default extensions but must be enabled in Localsettings
    • require_once( "$IP/extensions/Cite/Cite.php" );
  • Other stuff
    • # use parserfunctions extension (used by hide/show template)
      

require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );

To rename users in a good way without breaking links

require_once("$IP/extensions/Renameuser/Renameuser.php");

  • Consider making an anonymized version of LocalSettings available...

Stuff below this line did not really work properly...


OWA from https://github.com/padams/Open-Web-Analytics/ (last semi-functional "official" version was 1.5.2... Let's try with their "bleeding edge" stuff...)

piwik from http://piwik.org