diff options
author | agc <agc@pkgsrc.org> | 2004-01-19 09:14:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-19 09:14:21 +0000 |
commit | da71907a5a530e07e8c7c49a11902abab44287e5 (patch) | |
tree | e2abb4c6deb05391ff512a485f434292512ef4f2 /doc | |
parent | 663681392e5f458edb600980e6a30c8822c0a2aa (diff) | |
download | pkgsrc-da71907a5a530e07e8c7c49a11902abab44287e5.tar.gz |
Initial import of enriched2html-1.0 into the Packages Collection.
This is useful if you ever receive text/enriched email.
To 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 43e5eb2aaeb..96870f55a11 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4504 2004/01/19 00:57:10 sjg Exp $ +$NetBSD: CHANGES,v 1.4505 2004/01/19 09:14:21 agc Exp $ Changes to the packages collection and infrastructure in 2004: @@ -337,3 +337,4 @@ Changes to the packages collection and infrastructure in 2004: Updated py-Scientific to 2.4.5 [recht 2004-01-18] Updated py-Scientific-doc to 2.4.5 [recht 2004-01-18] Updated bmake to 20040118 [sjg 2004-01-18] + Added enriched2html-1.0 [agc 2004-01-19] |