mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
adding download method via SVN for GeSHi
This commit is contained in:
parent
8d7e53766d
commit
db3b1fd15e
11
README
11
README
|
@ -15,8 +15,15 @@ Add this line to your LocalSettings.php:
|
|||
|
||||
require_once("extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");
|
||||
|
||||
If needed, change the following line on SyntaxHighlight_GeSHi.php to suit the path of
|
||||
your geshi.php file
|
||||
If your MediaWiki software is obtained via Subversion, then the latest build
|
||||
can be downloaded via the Subversion repository. First of all, is to switch
|
||||
into your extensions/SyntaxHighlight_GeSHi/ directory. Then invoke the command
|
||||
to obtain the latest build of the GeSHi code:
|
||||
|
||||
svn checkout http://geshi.svn.sourceforge.net/svnroot/geshi/trunk/geshi-1.0.X/src/ geshi
|
||||
|
||||
If needed, change the following line on SyntaxHighlight_GeSHi.class.php to
|
||||
suit the path of your geshi.php file
|
||||
|
||||
require_once( 'geshi/geshi.php' );
|
||||
|
||||
|
|
Loading…
Reference in a new issue