Enable "albuminfo" to contain links and other markup.
Use the "albuminfo" to set the title and description of each gallery.
Added a gallery/index page that lists the multiple galleries.
Enabled albums to contain metadata.
Automated the image variant (e.g. thumb, small) creation. Note that this
is not
backward-compatible, so existing users need to move original images
from the old "big" directory and remove the "preview" and "small" directories.
Use locationmap for resolution of resources and files. Resources are exposed via
{lm:photoGallery.*}
Use "alt" motd position to prevent the motd overlaying the image.
Renamed to bring into line with naming conventions.
Added link back to index page and provide some text for links to next
image and larger/smaller image.
Changed method of identifying pictures, it no longer users request
parameters, therefore it will work in a statically generated site as
well as in a webapp.
Added some sample pictures.
Added basic documentation.
Initial plugin code.
Create the documentaiton with lots of examples and samples.
XML content goes in
src/documentation/content/xdocs.
Remove outpmap.xmap and replace it (if necessary) with resources.xmap)
requesting http://localhost/gallery/lena/ without index.html is not yet
matched
Implement the comment.xml feature (merge the xml from the
imagedirectory-generator and the comment.xml)
I tried to align the left- and right arrows vertically in the table (using
valign="middle") but this didn't work. Maybe some of the html gurus can fix
this.
what is the required syntax for links and images <a> and <img> or <link> and
<figure>, document-v20.dtd seems to allow both?
Implement tool-tip infos
Implement a template facility for the picture page (so you can change the
layout, right now everything is hardcoded in gallerypicture.xsl).
Test other image types other than jpg.
Implement reading of exif data in cocoon imagedirectory-generator