# Copyright (c) 2003 Nik Clayton # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # $Id: imagesheet.pod,v 1.1.1.1 2003/03/29 17:11:49 nik Exp $ =head1 NAME AxKit::App::Gallery::imagesheet =head1 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 C parameter in the URL is C. 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). =head1 IMAGESHEET STRUCTURE The element is almost identical to the element. The only differences are in the elements it is expected to contain. Specifically, the element contains all the elements of a except for: =over 4 =item * , and all its children. =item * , and all its children. =back In addition, there is no element. There will be exactly one element (as a child of the element) that contains the same information as the elements in the document. =head1 SEE ALSO AxKit::App::Gallery, AxKit::App::Gallery::proofsheet, AxKit::App::Gallery::Plugin, AxKit::App::Gallery::Provider =head1 AUTHOR Nik Clayton, nik@FreeBSD.org =head1 BUGS Undoubtedly.