|
Installation
This page explains how to install Mahalo ParserFunctions
Acquiring the softwareThere are two easy ways to acquire the Mahalo ParserFunctions software: by subversion and by archive. SubversionNote: Subversion is a version control system. To download from subversion, you must have a subversion client. To download the latest code from subversion, execute this command: svn co http://mahalo-parserfunctions.googlecode.com/svn/trunk/ mahalo-parserfunctions This will create a directory called mahalo-parserfunctions which will contain all the project files. To upgrade at any time, navigate to this directory and execute this command: svn update ArchiveTo download the latest release,
Installation and activationOnce you have acquired the software, copy the mahalo-parserfunctions directory to $IP/extensions where $IP is your MediaWiki installation directory. Finally, edit your LocalSettings.php file and add require() lines for each extension you you would like to activate. For example, to activate the ImageLink parser function, you would add this line: require_once('extensions/mahalo-parserfunctions/mhoImageLink.php');For a list of available parser functions, see the Project Home page. |
Sign in to add a comment