Apache2::Archive
This is a port of Jon Peterson's Apache::Archive module. The port was done by David Moreno <david@axiombox.com>.
Old README follows:
This is an Apache module designed to be used with the Apache web server and the mod_perl environment. It allows Apache to present tar and tar.gz files as a menu of their component parts, from which a user may pick and choose the elements to view or download.
The appearance of the menu is fully configurable through templates.
To use this module, you will need:
Apache, pref v 1.3.6
mod_perl, 1.2
Archive::Tar 0.2
Compress::Zlib
Install using the normal technique for perl modules:
> perl Makefile.PL
> make
> make test
> make install
Full documentation on the module is available in POD format within the .pm file.
Jon Peterson jon@snowdrift.org
Copyright 1998-1999, J. Peterson
This module is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.