anarch, version 0.02 (alpha)

A script for creating offline copies of websites.


CHANGES IN THIS RELEASE

See the Changes file for more detail.

• Two speed optimisations
• Makefile.PL has been fixed so that the dummy.pm file is no longer
  installed.


INSTALLATION

The easiest way to install this module is to use the CPAN module or
the cpan script:

    [sudo] perl -MCPAN -e "install App::Anarch"

    [sudo] cpan App::Anarch

Or you can use the following:

    perl Makefile.PL
    make
    make test
    [sudo] make install


DEPENDENCIES

This module requires  perl  5.8.3 or higher (5.8.4  or  higher  recom-
mended)  and the following modules,  which can be found on the  CPAN:

  HTML::DOM 0.025 or higher
  LWP 5.815 or higher
  URI
  WWW::Scripter
  CSS::DOM 0.03 or higher
  File::Slurp

and WWW::Scripter::Plugin::Ajax for the -run-scripts option.

DOCUMENTATION

After installing, you can find documentation for these modules with
the perldoc command.

    perldoc anarch

Or try using man (it’s faster, in my experience):

    man anarch


COPYRIGHT AND LICENCE

Copyright © 2009 Father Chrysostomos

This program is free software; you may redistribute it, modify it, or
both, under the same terms as perl.
