diff options
author | Richard Ellis <rellis@dp100.com> | 2014-01-20 00:50:11 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:07 -0600 |
commit | 1165f82869fa1719a7aa8a44beedcb4499df813f (patch) | |
tree | c7c1d39bf1adbdd40f196b2498b1f70c7e5a654b /libraries/tDOM/README | |
parent | 03172f817bb8da51d64553a0fbc5997313ec151c (diff) | |
download | slackbuilds-1165f82869fa1719a7aa8a44beedcb4499df813f.tar.gz |
libraries/tDOM: License Update + Build New Extensions.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tDOM/README')
-rw-r--r-- | libraries/tDOM/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/tDOM/README b/libraries/tDOM/README index c27d137aa9..27d7d01af4 100644 --- a/libraries/tDOM/README +++ b/libraries/tDOM/README @@ -4,3 +4,9 @@ manipulate XML with a scripting language and uses very little memory in the process (for example the DOM tree of the XML recommendation in XML (160K) needs only about 450K in memory)! The tDOM project was started by Jochen Löwer. It is currently maintained by Rolf Ade. + +Note, tDOM ships with two extensions: tnc, an XML validation module and +tdomhtml, a set of definitions for creating html documents using tDOM. The +slackbuild script builds and installs both by default. If you do not wish +to build one or both of these extensions then set the BUILD_TNC and +BUILD_TDOMHTML variables to false as appropriate. |