This document describes the XML based template language used by NeoPhoto to render photographs into annotated multipage galleries. A NeoPhoto gallery consists of any/all of the following.
an index page of photo thumbnails optionally with annotations.
a linked set of detail pages with next/prev and optionally index links and annotations.
It is the intent of this gallery template language to favor expressiveness over ease of use. We want to support the greatest number of designs that it is reasonable to support.
Description of photo album.
This tag determines what is displayed to the end-user in the Select Template dialog in NeoPhoto.
This is the top level tag.
<PhotoAlbumTemplate
Name="Slide Show"
Creator="Nuts and Bolts Interactive, Inc."
CreatorURL="http://www.nbinteractive.com">
This creates a gallery with thumbnails that look like slides, and picture
detail pages that look like prints.
...
</PhotoAlbumTemplate>
|