album.pl

Summary:

The goal of this project is to create a simple html based photo album and slide show that can be viewed with any browser on any platform.

Files:

Install Instructions:

  1. Put your copy of album.pl somewhere appropriate: /usr/local/bin or ~/bin
  2. Make sure the path to perl on the first line is correct for your system.
  3. Edit the $comment and $name fields.
  4. You will need the ImageMagick mogrify utility. This is standard on many modern Linux distros.
  5. You will also need these two perl modules. They also may already be installed on system. If not, try:
      # perl -MCPAN -e shell
      cpan> install Image::Size
      cpan> install Getopt::Std
      cpan> quit

Operational Instructions:

Example:

Changes:

Known Bugs:

Author:

Philip Shuman
philip at shuman dot org
http://www.shuman.org