NeoPhoto: Software for sharing photos with Family and Friends.
NeoPhoto

3.3. Describing your Template: the PhotoAlbumTemplate tag

NeoTemplate files are broken down into three basic parts:

  1. PhotoAlbumTemplate Tag which contains what will be displayed in the Select Template dialog in the Create Web Pages wizard.

  2. Index Page Tag and its children which describe how the thumbnail index pages will appear.

  3. Detail Page Tag and its children which describe how the photo detail pages will appear.

The very first thing in a NeoPhoto template file is an obligatory string required by XML which is:

<?xml version="1.0"?>
  

The next thing in the file must be a PhotoAlbumTemplate tag which contains the information that is displayed in the Select Template dialog in NeoPhoto. This is where you identify the name of the template, the creator, a link to the creators website, a preview image letting your users know what the web album will look like, a description of the album and any special instructions.

The text content area under the PhotoAlbumTemplate is displayed in the Template Information box. You may use HTML formatting to make the description more attractive and also to link to external content. It's a good idea to include a link to a sample album somewhere on the web where your users can get a better idea of how the generated album will look.

For the tutorial_simple template:

You will notice that all the HTML “<” and “>” characters are encoded per XML rules. This is why it's a good idea to use an XML editor to do all the encoding for you.

And this is how it looks in the Select Template dialog:

See how we've added a link in the description. If your description is longer than the box, the scroll bar will appear allowing you to have longer descriptions and more information.