Apache/Gallery version 0.01 =========================== $Id: README,v 1.7 2001/10/14 17:53:53 mil Exp $ INSTALLATION To install this module type the following: perl Makefile.PL make make install Setup a virtualhostblock in httpd.conf, like this: ServerName gallery.yourdomain.dk DocumentRoot /data/pictures/ ErrorLog logs/gallery-error_log TransferLog logs/gallery-access_log PerlSetVar GalleryTemplateDir '/usr/local/apache/gallery/templates' SetHandler perl-script PerlHandler Apache::Gallery Copy the files from templates/ to where you pointed GalleryTemplateDir to, copy htdocs/folder.png to your Apache icons directory and copy htdocs/gallery.css to the DocumentRoot of your gallery. Create /usr/local/apache/Inline and make sure your httpd can write to this directory. This will be used by the Inline module to compile the c-code used to access functions in Imlib2 DEPENDENCIES This module requires these other modules and libraries: - Apache with mod_perl - Image::Info - CGI::FastTemplate - Inline - Imlib2 (http://prdownloads.sourceforge.net/enlightenment/imlib2-1.0.3.tar.gz) COPYRIGHT AND LICENCE Copyright (C) 2001 Michael Legart Templates designed by Thomas Kjaer See LICENSE for details.