summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoresr <esr>2007-02-03 05:44:09 +0000
committeresr <esr>2007-02-03 05:44:09 +0000
commitaf1ba7f2a0197ef0c39460320ee5fc35d1acd275 (patch)
treef911570b1abd7d47c60eb4ded51ed96bf1d9b3d1
parent8e11e8d772558afa1557d98d8351c70e0f21ec26 (diff)
downloadgroff-af1ba7f2a0197ef0c39460320ee5fc35d1acd275.tar.gz
More more-stuff entries and a typo fix.
-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
-------------