Subject: CVS commit: pkgsrc/converters/enriched2html
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2004 09:12:27
Module Name: pkgsrc
Committed By: agc
Date: Mon Jan 19 09:12:27 UTC 2004
Update of /cvsroot/pkgsrc/converters/enriched2html
In directory ivanova.netbsd.org:/tmp/cvs-serv25776
Log Message:
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
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/converters/enriched2html/Makefile
N pkgsrc/converters/enriched2html/DESCR
N pkgsrc/converters/enriched2html/PLIST
N pkgsrc/converters/enriched2html/distinfo
No conflicts created by this import