summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--MORE.STUFF24
2 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99626aaa..6a6b22ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
src/preproc/eqn/other.cpp, src/preproc/eqn/over.cpp,
src/preproc/eqn/pile.cpp, src/preproc/eqn/script.cpp,
src/preproc/eqn/sqrt.cpp, src/preproc/eqn/text.cpp,
- src/preproc/eqn/eqn.man: MathmML output mode.
+ src/preproc/eqn/eqn.man: MathML output mode.
2007-02-02 Eric S. Raymond <esr@snark.thyrsus.com>
diff --git a/MORE.STUFF b/MORE.STUFF
index 9480b511..307558f4 100644
--- a/MORE.STUFF
+++ b/MORE.STUFF
@@ -127,6 +127,30 @@ for Debian; it is available from
ftp://ftp.debian.org/debian/pool/main/d/deroff/
+doclifter
+---------
+
+doclifter lifts troff macro markup to XML-Docbook. It doesn't do raw troff
+at all well (raw troff has insufficient structural information) but it
+handles manual pages, ms, mm, and me markup, producing clean lifts
+to valid XML more than 96% of the time. pic markup is translated to SVG,
+eqn markup to Presentation MathML.
+
+doclifter with the -w option behaves as a portability checker and validator,
+warning about constructs that aren't portable across *roff implementations
+and viewers.
+
+It is available from
+
+ http://catb.org/~esr/doclifter
+
+pic2plot
+--------
+
+pic2plot, part of the GNU plotutils package, can lift pic markup to SVG.
+The plotutils package is available at
+
+ http://www.gnu.org/software/plotutils/
miscellaneous
-------------