Extension:MWGeSHiGlue

From mediawiki.org
MediaWiki extensions manual
MWGeSHiGlue
Release status: unmaintained
Description tie MediaWiki to GeSHi
Author(s) (Short Circuittalk)
MediaWiki
License BSD 2-clause "Simplified" License
Download
Readme

What can this extension do?[edit]

This is a MediaWiki extension designed to tie MediaWiki to GeSHi, primarily with the concerns of Rosetta Code's use case. As such, it only uses a subset of GeSHi's available features.

Installation[edit]

  • Download and place the file(s) in a directory called MWGeSHiGlue in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/MWGeSHiGlue/MWGeSHiGlue.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.