Math library for MediaWiki (patched)
Go to file
Physikerwelt 926db7c3bd Restructuring Math classes
The Math.body file which contains the MathRender class was split in the following way:
- Math.base contains the base class with the database related stuff and provides an abstract interface
- Math.source and Math.MathJax handle the plain tex string output. There are two classes since they
  will differntiate in the future I think.
- Math.texvc contains the "old" implementation of png generation with all the file handling related stuff
- Other implementation of math renderer can be added in the same style.
- Cleanup to better follow coding conventions.
- Changed LockManager to 'fsLockManager'

The first attempt restructure the class layout and introduce LaTeXML at the same
time was dropped. Instead this was split up into two phases.
This commit only deals about the restructuring of the math module design.

Change-Id: I9b1d68c4faa8d177d8d0088fa1a5879caed4f1fe
2013-02-07 20:35:45 -08:00
db Breaking the 'math' table setup out to Math extension. Should be the last main step in extension-ification of the math options! 2011-04-22 21:37:16 +00:00
math Restructuring Math classes 2013-02-07 20:35:45 -08:00
modules JSHint: Equality, unused arguments and other minor remnants. 2013-02-06 20:20:14 -08:00
.gitignore Ignore .DS_Store 2012-06-02 11:42:18 +02:00
.gitreview Adding .gitreview 2012-03-23 10:30:45 -07:00
.jshintignore JSHint: ignore modules/MathJax 2013-01-18 12:22:28 +01:00
.jshintrc JSHint: Add .jshintrc 2013-02-06 19:54:07 -08:00
Math.hooks.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
Math.i18n.php Localisation updates from http://translatewiki.net. 2013-01-29 21:02:36 +00:00
Math.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
MathMathJax.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
mathParserTests.txt Restructuring Math classes 2013-02-07 20:35:45 -08:00
MathRenderer.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
MathSource.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
MathTexvc.php Restructuring Math classes 2013-02-07 20:35:45 -08:00
README Initial experimental import of MathJax source into Math extension as a client-side rendering supplement to the PNG rendering. 2011-12-06 01:17:35 +00:00

This version (for MediaWiki 1.19) has some changes since previous versions:

* rendering options have been reduced to just 'Always PNG' and 'Leave it as TeX'
** all other rendering options will merge to PNG.
* initial experimental support for integrating MathJax client-side rendering

See the README in the math subdirectory for more info on setting up the
low-level conversion tools.