Extension:MWGeSHiGlue
From MediaWiki.org
|
MWGeSHiGlue Release status: beta |
|
|---|---|
| Description | tie MediaWiki to GeSHi |
| Author(s) | (Short Circuittalk) |
| License | copyright |
| Download | Project page Git [Help] |
| Check usage and version matrix | |
Contents |
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.
Usage [edit]
Download instructions [edit]
Please copy and paste the code found here and place it in $IP/extensions/ExtensionName/ExtensionName.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
Installation [edit]
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/ExtensionName/ExtensionName.php");