image_album 2008-03-12 (Default branch) |
|
|
image_album generates HTML on-the-fly for the
navigation of albums of related images. It
supports several different viewing modes
appropriate for different display sizes and
connection speeds, and allows the viewing of
additional image info such as EXIF data. It uses
CGI PATH_INFO-style URLs (with no '?' characters)
for spiderability by all search engines.
License: GNU General Public License (GPL)
Changes:
Named anchors were added so that you can send someone a link to a particular album or photo while showing it in the context of all its siblings. 'use warnings' is now used instead of the -w switch to prevent warnings from external modules. This is done conditionally using if.pm for compatibility with Pre-5.6.0 Perl.
|