    OpaL Mirror Tool
    Copyright (C) 2000  Ola Lundqvist
    $Id: README 2293 2006-07-16 22:15:28Z ola $
    For full COPYRIGHT notice see the COPYING document.

    If you want more information about the program or updated versions,
    visit the official homepage at:
      http://www.opal.dhs.org/programs/omt/
    or contact the author at:
      opal@lysator.liu.se


DESCRIPTION:
------------
A tool for mirroring web pages.

OpaL Mirror Tool is a program written in perl to mirror web pages or download
files from the web. It has the powerful ability to rewrite the content of the
pages to make a fully functional mirror and the user can specify additional
rewrite rules at the command line.


REQUIRES:
---------

It is using the perl module LWP::UserAgent for retreaving. You have to
install that package for the script to work. You can find LWP::Useragent at
www.cpan.org.

There is now both tar and rpm packages for youre needs.
If you use the debian packages it is just to download libwww-perl and
liburi-perl with dselect to install the required packages.


FEATURES:
---------
* Handles <a href="xxx">, <img src="xxx"> and <link href="xxx"> tags.
* Possible to add own url rewrite rules on the command line.
* Lot of options see mirrortool.pl --help for better list of features.


COPYRIGHT:
----------

    Copyright (C) 2000, 2006 Ola Lundqvist <ola@opalsys.net>

    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.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
