
-------------------------------------------------------------------------------
                               html2txt 0.99.1
                               August 16, 1999
                      copyright (c) 1999 Renato Gallmetzer
-------------------------------------------------------------------------------


html2txt is free software; see below for details. 


General Information
===================

This is html2txt, a HTML to Text converter.
It dos'nt any conversion of your file, but only stripes ANYTHING between
the '<' and '>' signs in the original html-file and writing the result to 
the specified text file. The html file remains untuched.

html2txt is written in Pascal and can be compiled for Linux with the
Free Pascal Compiler (Copyright (c) 1993-98 by Florian Klaempfl) and
for DOS or Windows with any Turbo Pascal compatible compiler.
It was inspired by a little perl program written by Michael Smith.
To compile html2txt you need a ppc386 Free Pascal version in your system.

In the directory "bin" you will almost find a compiled version of the program.


INSTALL
===========

Just copy the executable to a location in the path of your 
linux box (/usr/bin or /usr/local/bin).

-----------

If you have suggestions or found a bug or something else, e-mail me.

Renato Gallmetzer (renatogl@tin.it)


-------------------------------------------------------------------------------

   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.

   This program is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330, Boston,
   MA 02111-1307, USA.

-------------------------------------------------------------------------------