 mhtml -- a program to mirror html pages recursively
 Copyright (C) 1996  Kevin M. Bealer
 
 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., 675 Mass Ave, Cambridge, MA 02139,
 USA.
 
 You can send mail to the author at <kmb203@psu.edu> or:
 
 Kevin M Bealer
 94 Bowers Road
 Mertztown, PA 19539

HOW TO INSTALL:

1. Unpack the tar somewhere
2. Edit the makefile to taste (ie the install target)
3. type make (you may need to be root depending on directory permissions)
4. try it out (you probably do NOT want to be root :)

You will need to either:

(1) create the directory /var/spool/mhtml
(2) edit the program (mhtml.cc, near the top of int main(..))
(3) use the command line option (-c path) to specify another location

( use it for a while )

(4) mail me describing the program's inadequacies if you like,
    or to thank me.  Note that my hardware and my email is
    stretched to it's useful limit, so if the message dies, it
    probably did not reach me, so you can send it again.  (the
    address is included in every file with the legal stuff.)
    This does not include advertisements of course.

