Index: trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php |
— | — | @@ -33,9 +33,6 @@ |
34 | 34 | * A language is specified like: <source lang="c">void main() {}</source> |
35 | 35 | * If you forget, or give an unsupported value, the extension spits out |
36 | 36 | * some help text and a list of all supported languages. |
37 | | - * |
38 | | - * The extension has been tested with GeSHi 1.0.8.3 and MediaWiki 1.15.1 |
39 | | - * as of 2009-08-05 |
40 | 37 | */ |
41 | 38 | |
42 | 39 | if( !defined( 'MEDIAWIKI' ) ) |
Index: trunk/extensions/SyntaxHighlight_GeSHi/README |
— | — | @@ -4,6 +4,16 @@ |
5 | 5 | |
6 | 6 | http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi |
7 | 7 | |
| 8 | +== Requirements == |
| 9 | + |
| 10 | +This version of the extension has been tested with GeSHi 1.0.8.6 and MediaWiki 1.16 |
| 11 | +as of 2010-01-01. It may or may not work with earlier versions of the aforementioned |
| 12 | +software. To get releleases of this extension compatible with earlier versions of |
| 13 | +MediaWiki, visit: |
| 14 | + |
| 15 | + http://www.mediawiki.org/wiki/Special:ExtensionDistributor/SyntaxHighlight_GeSHi |
| 16 | + |
| 17 | + |
8 | 18 | == Installation == |
9 | 19 | |
10 | 20 | If you downloaded this from MediaWiki.org, there should already be |