Extension:MWGeSHiGlue
Appearance
From mediawiki.org
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 Circuit talk ) |
| MediaWiki | |
| Licence | BSD 2-clause "Simplified" License |
| Download | GitHub:
Note: 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
MWGeSHiGluein yourextensions/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:Versionon your wiki to verify that the extension is successfully installed.