    OpaL Mirror Tool
    Copyright (C) 2000  Ola Lundqvist
    $Id: README,v 1.7 2002/03/04 20:01:33 ola Exp $
    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.

