Extension:MWGeSHiGlue
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. Please see the following alternatives that you may wish to install instead of this extension: |
![]() Release status: unmaintained |
|
---|---|
Description | tie MediaWiki to GeSHi |
Author(s) | (Short Circuittalk) |
MediaWiki | |
License | BSD 2-clause "Simplified" License |
Download | GitHub: Note: 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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/MWGeSHiGlue/MWGeSHiGlue.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.