Apache-Gallery
view release on metacpan or search on metacpan
templates/showpicture.tpl
templates/slideshowisoff.tpl
templates/slideshowoff.tpl
templates/pictureinfo.tpl
templates/nopictureinfo.tpl
A new option has been added:
PerlSetVar GalleryCacheDir '/var/tmp/Apache-Gallery/'
GalleryCacheDir is optional but you can use it to decide
where Apache::Gallery should place the scaled pictures.
For users upgrading from 0.3 to 0.4:
Two new options have been added, they are both optional:
PerlSetVar GalleryThumbnailSize '100x75'
PerlSetVar GalleryCopyrightImage 'htdocs/c.png'
The templates and the htdocs/gallery.css file has been updated
templates/default/gallery.css view on Meta::CPAN
body {
background-color: #cccccc;
font-family: Verdana, Lucida, Arial;
font-size: 10px;
margin-left: 10px;
margin-top: 10px;
text-align: center;
}
td {
font-size: 10px;
}
table {
margin-left: auto;
templates/new/gallery.css view on Meta::CPAN
body {
background-color: #cccccc;
color: #666666;
font-family: Verdana, Lucida, Arial, serif;
font-size: 10px;
margin-left: 10px;
margin-top: 10px;
text-align: center;
}
td {
font-size: 10px;
}
table {
margin-left: auto;
( run in 0.292 second using v1.01-cache-2.11-cpan-de7293f3b23 )