mediawiki-extensions-Parser.../README
Platonides 8bf52e3f42 Change ParserFunctions license to GPL-2.0+
Document that the ParserFunctions extension may be used under the
terms of any later version than 2.0 of the GPL.

Bug: T125322
Change-Id: I4231498a7738becc9a55490540a1395d69310359
2017-01-06 15:27:33 +00:00

22 lines
696 B
Plaintext

ParserFunctions v1.4.0
1. Licensing
2. How to install
3. Tests
1. Licensing
Licensed under GNU GPL 2.0 or any later version. See COPYING for more license information.
2. How to install
a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/
where $IP is your root wiki install
b. Add 'require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php");' to the
end of your LocalSettings (without the single quotes)
c. Enjoy
3. Tests
ParserFunctions ships with two tests
- Parser tests. These get added to the main parser tests, see there for docs
- Expression tests. These are designed to test the math-related functions
See testExpr.php