summaryrefslogtreecommitdiffstats
path: root/libraries/tDOM
diff options
context:
space:
mode:
author B. Watson2022-03-13 21:41:34 +0100
committer B. Watson2022-03-13 21:41:34 +0100
commit6767335da3783fce654962076c6e732baabed39a (patch)
tree31b16ccf15e22d77e0ccc2fb6f6bfd7d46ea17a0 /libraries/tDOM
parent7ebcb49e6c4149dbb0b2a1e8215aa40f232a135b (diff)
downloadslackbuilds-6767335da3783fce654962076c6e732baabed39a.tar.gz
libraries/tDOM: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/tDOM')
-rw-r--r--libraries/tDOM/README23
1 files changed, 12 insertions, 11 deletions
diff --git a/libraries/tDOM/README b/libraries/tDOM/README
index 3a2caa5452..97e051688e 100644
--- a/libraries/tDOM/README
+++ b/libraries/tDOM/README
@@ -1,12 +1,13 @@
-tDOM combines high performance XML data processing with easy and powerful
-Tcl scripting functionality. tDOM should be one of the fastest ways to
-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
-Lower. It is currently maintained by Rolf Ade.
+tDOM combines high performance XML data processing with easy and
+powerful Tcl scripting functionality. tDOM should be one of the
+fastest ways to 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 Lower. 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.
+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.