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

GitHub:

Note:
No localisation updates are
provided by translatewiki.net .


Readme

What can this extension do?

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

  • 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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.