Index: trunk/extensions/NativePreprocessor/README |
— | — | @@ -0,0 +1,17 @@ |
| 2 | +NativePreprocessor |
| 3 | +(c) 2011 - Platonides |
| 4 | + |
| 5 | + |
| 6 | +This is a parser preprocessor for the MediaWiki software. |
| 7 | + |
| 8 | +To compile use: |
| 9 | + |
| 10 | + phpize |
| 11 | + ./configure |
| 12 | + make |
| 13 | + |
| 14 | +Upon success, the extension library will be placed in ./modules/ |
| 15 | + |
| 16 | +Install in your PHP extension directory using: |
| 17 | + sudo make install |
| 18 | + |
Property changes on: trunk/extensions/NativePreprocessor/README |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 19 | + native |