summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/README
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2014-12-27 15:41:37 +0100
committerPierre Schmitz <pierre@archlinux.de>2014-12-31 11:43:28 +0100
commitc1f9b1f7b1b77776192048005dcc66dcf3df2bfb (patch)
tree2b38796e738dd74cb42ecd9bfd151803108386bc /extensions/SyntaxHighlight_GeSHi/README
parentb88ab0086858470dd1f644e64cb4e4f62bb2be9b (diff)
Update to MediaWiki 1.24.1
Diffstat (limited to 'extensions/SyntaxHighlight_GeSHi/README')
-rw-r--r--extensions/SyntaxHighlight_GeSHi/README25
1 files changed, 2 insertions, 23 deletions
diff --git a/extensions/SyntaxHighlight_GeSHi/README b/extensions/SyntaxHighlight_GeSHi/README
index c0004318..31908768 100644
--- a/extensions/SyntaxHighlight_GeSHi/README
+++ b/extensions/SyntaxHighlight_GeSHi/README
@@ -6,8 +6,8 @@ for updated informations:
== Requirements ==
-This version of the extension has been tested with GeSHi 1.0.8.10 and MediaWiki 1.18
-as of 2011-02-19. It may or may not work with earlier versions of the aforementioned
+This version of the extension has been tested with GeSHi 1.0.8.11 and MediaWiki 1.24
+as of 2014-05-10. It may or may not work with earlier versions of the aforementioned
software. To get releases of this extension compatible with earlier versions of
MediaWiki, visit:
@@ -16,31 +16,10 @@ MediaWiki, visit:
== Installation ==
-If you downloaded this from MediaWiki.org, there should already be
-a 'geshi' directory in this folder. If there is, you can skip the next
-paragraph.
-
-Download the latest stable build from
-http://sourceforge.net/project/showfiles.php?group_id=114997, and unzip it into
-your extensions/SyntaxHighlight_GeSHi/ directory. (Note: the zip file creates a
-sub-directory called geshi/, and places a file geshi.php there)
-
Add this line to your LocalSettings.php:
require_once("extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");
-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 https://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' );
-
== Usage ==
On the wiki page, you can now use "source" elements: