The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AxKit::App::Gallery::imagesheet

DESCRIPTION

An imagesheet is generated by AxKit::App::Gallery whenever the user requests a file that is in a directory for which AxKit::App::Gallery is the handler, and the format parameter in the URL is html.

The imagesheet is an XML document, and the last stylesheet in the imagesheet processing chain should style this to HTML (or your final delivery format).

IMAGESHEET STRUCTURE

The <imagesheet> element is almost identical to the <proofsheet> element. The only differences are in the elements it is expected to contain.

Specifically, the <imagesheet> element contains all the elements of a <proofsheet> except for:

  • <albums>, and all its children.

  • <pages>, and all its children.

In addition, there is no <images> element. There will be exactly one <image> element (as a child of the <imagesheet> element) that contains the same information as the <image> elements in the <proofsheet> document.

SEE ALSO

AxKit::App::Gallery, AxKit::App::Gallery::proofsheet, AxKit::App::Gallery::Plugin, AxKit::App::Gallery::Provider

AUTHOR

Nik Clayton, nik@FreeBSD.org

BUGS

Undoubtedly.