Apache-Album
view release on metacpan or search on metacpan
the thumbnails, but before the end of the page. Useful for
links back to a home page, mailto: tag, etc.
EditMode
Allows the user to create new albums and upload pictures.
Obviously there are security implications here, so if EditMode
is turned on that location should probably have some kind of
security. Albums can share the same AlbumDir, so you can have
something like:
/albums - ReadOnly version, no security /albums_edit - Allow
new album creation and picture uploads, require authentication
both using the same AlbumDir.
AllowFinalResize
If this is set to true, the user will have 3 additional
options when viewing the full sized picture. The thumbnail can
still be selected to view the full picture, or Sm (Small), Med
(Medium), or Lg(Large) can be selected to bring the picture
down to fit better in a 640x480, 800x600, or 1024x758 screen.
ReverseDirs
When viewing albums, they will be sorted by name. If this is
set to true the order will be reversed. (Useful if you want to
use things like dates/months as the directory names, this will
put the most recent albums first.
ReversePics
When viewing pictures, they will be sorted by name. If this is
set to true, the order of the pictures will be reversed.
OTHER FEATURES
For people with lots of bandwidth and memory, Apache::Album can
generate a single page with all the full sized pictures (or all
the Small(sm), Medium(med) or Large(lg) pictures if
AllowFinalResize is turned on). This is enabled by passing
?all_full_images=sm|med|lg|full to the url of an album, for
example:
`http://your.web.server/albums/specific_album/?all_full_images
=sm'
Will create a page with all the picutres in an album, but none
will be larger than 640x480. The pictures will have captions as
if the pictures were being viewed one at a time.
LIMITATIONS
PerlMagick is a limiting factor. If PerlMagick can't load the
image, no thumbnail will be created.
COPYRIGHT
Copyright (c) 1998-2000 Jim Woodgate. All rights reserved. This
program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
AUTHOR
Jim Woodgate woody@bga.com
SEE ALSO
perl(1), the Image::Magick manpage(3).
( run in 1.781 second using v1.01-cache-2.11-cpan-39bf76dae61 )