Begin4
Title: html2text
Version: 1.3.2
Entered-date: 2004-01-15
Description: html2text - an advanced HTML-to-text converter.
html2text is a command line utility, written in C++, that converts HTML
documents into plain text. Each HTML document is read from standard input or a
(local or remote) URI, and formatted into a stream of plain text characters
that is written to standard output or into an output-file. The program
preserves the original positions of table fields and accepts also
syntactically incorrect input, attempting to interpret it "reasonably". The
rendering is largely customisable through an RC file.
Keywords: html2text, html2txt, converter, HTML to text
Author: arno@unkrig.de (Arno Unkrig)
mail@mbayer.de (Martin Bayer)
Maintained-by: mail@mbayer.de (Martin Bayer)
Primary-site: http://userpage.fu-berlin.de/~mbayer/tools/
128K html2text-1.3.2.tar.gz
127K html2text-1.3.2a.tar.gz
Platforms: html2text is reported to work on Linux and other UNIX platforms,
including AIX, BSD, and Cygwin.
Please choose version 1.3.2A for modern compilers, such as g++ 3.3 (and up),
and version 1.3.2 (without 'a') for older compilers.
Copying-policy: GPL
End