summaryrefslogtreecommitdiff
path: root/extensions/ParserFunctions/README
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-12-03 13:29:22 +0100
committerPierre Schmitz <pierre@archlinux.de>2011-12-03 13:29:22 +0100
commitca32f08966f1b51fcb19460f0996bb0c4048e6fe (patch)
treeec04cc15b867bc21eedca904cea9af0254531a11 /extensions/ParserFunctions/README
parenta22fbfc60f36f5f7ee10d5ae6fe347340c2ee67c (diff)
Update to MediaWiki 1.18.0
* also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing
Diffstat (limited to 'extensions/ParserFunctions/README')
-rw-r--r--extensions/ParserFunctions/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/extensions/ParserFunctions/README b/extensions/ParserFunctions/README
new file mode 100644
index 00000000..9665c2f3
--- /dev/null
+++ b/extensions/ParserFunctions/README
@@ -0,0 +1,21 @@
+ParserFunctions v1.4.0
+
+1. Licensing
+2. How to install
+3. Tests
+
+1. Licensing
+Licensed under GNU GPL. 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