![]() 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?
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
require_once "$IP/extensions/MWGeSHiGlue/MWGeSHiGlue.php";
file: 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.