AxKit::App::Gallery - web based image galleries using AxKit


AxKit-App-Gallery documentation  | view source Contained in the AxKit-App-Gallery distribution.

Index


NAME

Top

AxKit::App::Gallery - web based image galleries using AxKit

SYNOPSIS

Top

  AxAddPlugin       AxKit::App::Gallery::Plugin
  AxContentProvider AxKit::App::Gallery::Provider

  # Many AxAddRootProcessor statements to map root elements to
  # stylesheets

  # ...

DESCRIPTION

Top

AxKit::App::Gallery is a collection of Perl modules, XSLT stylesheets, and XPathScript stylesheets that implement a web-based image gallery. The gallery is generated on the fly, with intelligent caching.

Out of the box, the gallery generates two types of web page. The first is a 'proofsheet', a collection of image thumbnails. The second is an 'imagesheet', which contains a single image (which may be viewed at a number of different resolutions, depending on the gallery's configuration), and additional information about the image (size, date and time it was taken, and so on).

This manual page provides an introduction to the application, and how to configure it once it has been installed. People interested in extending AxKit::App::Gallery (::Gallery from here on in) should see the manual pages for AxKit::App::Gallery::Plugin, AxKit::App::Gallery::Provider, and AxKit::App::Gallery::stylesheets for further information.

GALLERY CONFIGURATION

Top

APACHE CONFIGURATION

Top

Create a directory for the stylesheets

The contents of the stylesheets/ directory must be copied to somewhere the web server can read them.

httpd.conf directives

The root of the directory hierarchy that contains the images must be configured in Apache. The httpd/ directory contains a commented httpd.conf file. You should add the contents of that file to your Apache configuration.

TESTING

Top

That should be all you need to do. So restart Apache, and point your web browser at the AxKit::App::Gallery enabled URL.

SEE ALSO

Top

perl(1). AxKit

AUTHOR

Top

Nik Clayton, nik@freebsd.org

BUGS

Top

Undoubtedly.


AxKit-App-Gallery documentation  | view source Contained in the AxKit-App-Gallery distribution.