mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Per Chad's suggestion on r60489 CR, updated compatibilty notice and moved in from source file to README.
This commit is contained in:
parent
a66a09b42c
commit
655655cf75
10
README
10
README
|
@ -4,6 +4,16 @@ for updated informations:
|
|||
|
||||
http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
|
||||
|
||||
== Requirements ==
|
||||
|
||||
This version of the extension has been tested with GeSHi 1.0.8.6 and MediaWiki 1.16
|
||||
as of 2010-01-01. It may or may not work with earlier versions of the aforementioned
|
||||
software. To get releleases of this extension compatible with earlier versions of
|
||||
MediaWiki, visit:
|
||||
|
||||
http://www.mediawiki.org/wiki/Special:ExtensionDistributor/SyntaxHighlight_GeSHi
|
||||
|
||||
|
||||
== Installation ==
|
||||
|
||||
If you downloaded this from MediaWiki.org, there should already be
|
||||
|
|
|
@ -33,9 +33,6 @@
|
|||
* A language is specified like: <source lang="c">void main() {}</source>
|
||||
* If you forget, or give an unsupported value, the extension spits out
|
||||
* some help text and a list of all supported languages.
|
||||
*
|
||||
* The extension has been tested with GeSHi 1.0.8.3 and MediaWiki 1.15.1
|
||||
* as of 2009-08-05
|
||||
*/
|
||||
|
||||
if( !defined( 'MEDIAWIKI' ) )
|
||||
|
|
Loading…
Reference in a new issue