Per Chad's suggestion on r60489 CR, updated compatibilty notice and moved in from source file to README.

This commit is contained in:
Max Semenik 2009-12-30 12:02:04 +00:00
parent a66a09b42c
commit 655655cf75
2 changed files with 10 additions and 3 deletions

10
README
View file

@ -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

View file

@ -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' ) )