On Tue, 04-Sep-2001 at 16:42:54 -0700, Rick Moen wrote:
> Incidentally, one good resource for converters, including the in-line,
> MSWord-to-something-reasonable kind, is this site:
>http://wvware.sourceforge.net/
Very handy for those pesky Word document senders.
In case anybody's interested, I have the following in my mailcap:
text/html; html2text; copiousoutput
text/rtf; rtf2text %s; copiousoutput
application/rtf; rtf2text %s; copiousoutput
application/msword; word2text %s; copiousoutput
The script html2text contains the following:
#!/bin/sh
echo
/usr/bin/w3m -dump -T text/html | perl -pe 's/\n\s*\n/\n\n/gs; s/\xa0/ /gs;'
I find that w3m produces nicer text output than Lynx does, especially when
dealing with tables.
The script rtf2text is from the Perl package RTF::Parser. The script
word2text contains the following:
#!/bin/sh
wvWare -x /usr/local/share/wv/wvHtml.xml "$1" 2>/dev/null | perl -0777 -p \
-e 's|<img .*?>||gs;' | html2text
It uses the wvWare package referenced above, and my simple html2text
script.
The end result of all this stuff is that I can generally read just about
anything people send me, without having to leave the comfort of the Mutt
pager.
--
Take care,
Scott \\'unsch
... A conclusion is simply the place where you got tired of thinking.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!