There are four plug-ins in the project, and some standalone helper applications:
Plugin/app name | CVS/SVN name | Identifier | Kind | Description |
---|---|---|---|---|
FOP Wrapper | FO (CVS) | sk.uniba.euromath.fop | plugin | contains the FO processor (FOP), FO editors and FO renderers. References core plugin. |
TeX to MathML | sk.uniba.euromath.tex2mml (CVS) | sk.uniba.euromath.tex2mml | plugin | Provides exporters from MathML to TeX and vice versa. References core plugin. |
Main plugin | sk.uniba.euromath (SVN) | sk.uniba.euromath | plugin | Provides core functionality. |
.T to XSLT | T2Xslt (CVS) | sk.baka.t2xslt | application | Standalone convertor from Thot/Amaya .T file to XSLT. |
Test files | test (CVS) | test | other | Contains some example XML files. Can be downloaded here. |
Release generator | ReleaseGenerator (CVS) | ReleaseGenerator | other | Contains scripts and ant builds that compiles the project. |
JUnit's test cases | sk.uniba.euromath.testcases (CVS) | sk.uniba.euromath.testcases | plugin | Contains code for batch testing the EuroMath system. Currently not maintained. |
MML plugin | sk.uniba.euromath.mml (CVS) | sk.uniba.euromath.mml | plugin | Code for rendering and editing MathML formulae. Deprecated by the sk.uniba.euromath.mathml plugin. |
MathML plugin | sk.uniba.euromath.mathml (CVS) | sk.uniba.euromath.mathml | plugin | Renderers and editors for MathML formulae. References core plugin. |
In order to be able to edit the project, you need to have the Eclipse 3 and Java 5.0.
Checkout all these projects from the
CVS server: anonymous@cvs.sourceforge.net:/cvsroot/euromath2/[CVS name]
(SVN server: https://svn.sourceforge.net/svnroot/euromath2/[SVN name]
).
They must be stored in directories named
after the identifier column and
all these directories must be in same directory if you wish to use
ReleaseGenerator to build a release.
There are also two other project in the CVS repository: the test
project that can be downloaded
from the web page, and the ReleaseGenerator
project used to build the releases.