Unhtml

Kevin Swan, 013639s@dragon.acadiau.ca
Version 2.2
Last revised: February 3, 1998

DESCRIPTION

unhtml is a program developed by me in April of 1996 to remove the HTML formatting from documents and print the output to the standard output stream. It treated any occurrences of a greater than or less than sign as HTML tags and removes them. In this version, it is more intelligent in the sense that it recognizes <SCRIPT> blocks.

Please report any bugs you find or comments you have to 013639s@dragon.acadiau.ca

DISTRIBUTION

This software is freely distributable under the Free Software License, and may be altered in any way. The only condition for redistribution is that this README file be included with the revised/redistributed software, with the only modifications being additions describing what's been changed.

Commercial distribution requires permission of the software's original author Kevin Swan, 013639s@dragon.acadiau.ca.

INSTALLATION

Although a binary compatible with Intel Linux ELF systems is supplied, you can compile and install unhtml by doing the following as root:


         make && make install

Kevin Swan