$Id: README,v 1.3 2004/02/26 18:02:05 nik Exp $
This is an AxKit based image gallery, using XSLT and XPathScript. Directory hierarchies of images can be placed online with minimal effort. To see an example of AxKit::App::Gallery in use, go to
See the INSTALL document for notes on installing AxKit::App::Gallery and its dependencies.
After installing AxKit::App::Gallery;
mkdir /usr/local/share/ax-app-gallery
cp stylesheets/* /usr/local/share/ax-app-gallery
<xsl:include href="file:///home/nik/Local-CVS/CPAN/AxKit::App::Gallery/src/stylesheets/breadcrumb.xsl"/>
Adjust the path to reflect the full path to the file breadcrumb.xsl on your system. Unfortunately, this is a side effect of interactions between specific versions of XML::LibXML, XML::LibXSLT, and libxml.
Future versions will hopefully fix this bug.
You should be rewarded with a page listing the subdirectories as links. Any images in this root directory should also be present as thumbnails.
Clicking on a subdirectory should show you the images and subdirectories it contains. Clicking on an image should show you a larger version of that image, some information about it, and links to view larger or smaller versions of the image.
See the documentation in AxKit::App::Gallery for detailed configuration information, author contact details, and troubleshooting/debugging recommendations.