Index: trunk/extensions/ParserFunctions/README |
— | — | @@ -0,0 +1,22 @@ |
| 2 | +ParserFunctions v1.1.1
|
| 3 | +
|
| 4 | +1. Licensing
|
| 5 | +2. How to install
|
| 6 | +3. How to config
|
| 7 | +
|
| 8 | +1. Licensing
|
| 9 | +Dual licensed under GNU GPL and DWTFYWWI. See COPYING for more license
|
| 10 | +information.
|
| 11 | +
|
| 12 | +2. How to install
|
| 13 | + a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/
|
| 14 | + where $IP is your root wiki install
|
| 15 | + b. Add 'require( "extensions/ParserFunctions/ParserFunctions.php");' to your
|
| 16 | + LocalSettings (without the single quotes)
|
| 17 | + c. Enjoy
|
| 18 | +
|
| 19 | +3. Tests
|
| 20 | +ParserFunctions ships with two tests
|
| 21 | +- Parser tests. These get added to the main parser tests, see there for docs
|
| 22 | +- Expression tests. These are designed to test the math-related functions
|
| 23 | + See testExpr.php |
\ No newline at end of file |