Path to this page:
./
converters/enriched2html,
Converts from text/enriched to HTML
Branch: pkgsrc-2008Q4,
Version: 1.0,
Package name: enriched2html-1.0,
Maintainer: pkgsrc-usersTo quote from the author, Brandon Long:
This program is based on the program in Appendix A of rfc1896.
It does as much as I can think of to convert text/enriched to
text/html (since there are so many viewers for text/html). It
is a hack. It is not perfect, and the html it generates is
far from perfect. I've tried to follow HTML v3.2, but its
still not great.
Usage:
Pass it the text/enriched body of a message on stdin, and it
will put the text/html version on stdout.
To make mutt display text/enriched, put this in your .mailcap file:
# enriched.sh converts text/enriched to text/html and then uses lynx to display
text/enriched; ${PREFIX}/bin/enriched2html | lynx -dump -stdin ; copiousoutput
Master sites:
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version enriched2html-1.0 (created)