... | ... | @@ -4,13 +4,13 @@ |
|
|
|
|
|
[betterFORM](http://betterform.de/) is an XForms processor bundled with the [eXist Native XML database](http://exist-db.org/). Normally, the betterFORM XForms processor is just used in MOM-CA for user interface development. The cooperation project [Virtuelles deutsches Urkundennetzwerk](http://www.vdu.uni-koeln.de), above that, implemented a betterFORM extension for MOM-CA, namely a control for XML Mixed Content edition. The code is located in [my/betterFORM](../tree/master/my/betterFORM). See the [MOM-CA compiling and deployment guide](./Compile-And-Deploy) on how to compile and integrate a custom betterFORM version into MOM-CA.
|
|
|
|
|
|
### my/eXist/extensions/module/src<br/>my/eXist/src<br/>my/eXist/webapp
|
|
|
### my/eXist/extensions/module/src
|
|
|
|
|
|
MOM-CA uses and in some parts extends the [eXist application server](http://exist-db.org/). The source code extending or patching eXist is located under [my/eXist](../tree/master/my/eXist). eXist provides an interface to write custom XQuery modules extending the standard XQuery function-set and the eXist XQuery function extensions. Following this interface, MOM-CA implements three new XQuery modules:
|
|
|
MOM-CA uses and in some parts extends the [eXist application server](http://exist-db.org/). The source code extending or patching eXist is located under [my/eXist](../tree/master/my/eXist). eXist provides an interface to write custom XQuery modules extending the standard XQuery function-set and the eXist XQuery function extensions. Following this interface, MOM-CA implements two new XQuery modules:
|
|
|
|
|
|
* an XQuery Excel module for the conversion of Excel sheets into XML
|
|
|
* an XQuery text difference module which forms the basis to compare
|
|
|
* an XQuery minify module to minify JavaScript and CSS resources
|
|
|
* an [XQuery Excel module](../tree/master/my/eXist/extensions/module/src/excel) for the conversion of Excel sheets into XML
|
|
|
* an [XQuery text difference module](../tree/master/my/eXist/extensions/module/src/excel) which forms the basis for the XML version difference tool
|
|
|
* an [XQuery minify module] to minify JavaScript and CSS resources
|
|
|
|
|
|
All these XQuery modules are located under [my/eXist/extensions/module/src](../tree/master/my/eXist/extensions/module/src). Besides these new modules, there are patches and extensions implemented for some existing eXist XQuery modules, also located under [my/eXist/extensions/module/src](../tree/master/my/eXist/extensions/module/src):
|
|
|
|
... | ... | @@ -18,8 +18,14 @@ All these XQuery modules are located under [my/eXist/extensions/module/src](../t |
|
|
* the eXist XSL-FO module is extended with a server-side cache maechanism for fonts
|
|
|
* the eXist image module needs some fixes related to the image cropping feature
|
|
|
|
|
|
### my/eXist/src<br/>my/eXist/webapp
|
|
|
|
|
|
|
|
|
|
|
|
### my/XRX/src/core<br/>my/XRX/src/mom
|
|
|
|
|
|
|
|
|
|
|
|
### my/XRX/res/jssaxparser<br/>my/XRX/res/jquery<br/>my/XRX/res/codemirror<br/>my/XRX/res/xml
|
|
|
|
|
|
### my/XRX/system
|
... | ... | |