diff -uNr antiword-0.33.orig/Docs/README.rpm antiword-0.33/Docs/README.rpm --- antiword-0.33.orig/Docs/README.rpm Wed Dec 31 16:00:00 1969 +++ antiword-0.33/Docs/README.rpm Fri Mar 7 14:05:30 2003 @@ -0,0 +1,30 @@ +antiword-0.33/Docs/README.rpm + +antiword is from: http://www.winfield.demon.nl/index.html + +RPM by E Frank Ball efball@efball.com, this file added, no other changes + +antiword is a blazing fast msword to text converter that easily integrates +into elm, mutt, and netscape. + +These are the instructions for how I use antiword: + +make a ~/.antiword directory and copy /usr/share/antiword/8859-1.txt and +/usr/share/antiword/fontnames to it. + +For elm or mutt put this in your ~/.mailcap file as the FIRST msword entry: +application/msword ; antiword %s ; copiousoutput + +For netscape put this in your ~/.mailcap file as the LAST msword entry: +application/msword ; antiword-net %s + +and in your ~/bin directory make a file called antiword-net: +#!/bin/sh +/bin/rm ~/word.txt +~/bin/antiword -s $1 > ~/word.txt +xterm -geometry 90x44 -e less ~/word.txt + +In .muttrc add it to the auto_view line: +auto_view text/html application/msword + +