<?xml version="1.0" ?>
<config>

  <!--

      This is a sample configuration file for rubyphoto; copy it to
      ~/.rubyphoto-conf and edit it.

      You can also override configuration settings for individual
      directories by including a config.xml in that directory.
      Settings are inherited in a tree-like fashion; each directory
      inherits settings from its parents, and then any local
      config.xml settings are applied.  The top directory inherits
      from ~/.rubyphoto-conf, which inherits from the default
      configuration, whose values are (supposed to be) listed here.
      Hence you don't need to include all settings in your
      ~/.rubyphoto-conf, only the ones you want to change.

      You can inhibit inheritance of <option> settings as follows:

        <option name="foo" inherit="no" value="bar">

      This currently only works for <option> elements, however.

    -->

  <!-- You must put these in size order, from smallest to largest -->
  <imagecategories>
    <image type="SMALL" label="Sm" longlabel="Small" width="320" height="200" />
    <image type="MEDIUM" label="Med" longlabel="Medium" width="640" height="480" />
    <image type="IMAGE" label="Orig" longlabel="Original" />
  </imagecategories>

  <options>
    <option name="album_file" value="album.xml" />
    <option name="index_file" value="index.html" />
    <option name="drop_index" value="yes" />
    <option name="tree_file" value="tree.html" />
    <option name="ignore_file" value=".rubyphoto-ignore" />    
    <option name="table_columns" value="6" />
    <option name="table_rows" value="4" />
    <option name="thumb_width" value="100" />
    <option name="thumb_height" value="100" />

    <option name="sort_photos_by" value="filename" />
    <option name="sort_subalbums_by" value="title" />

    <option name="min_best_width" value="321" />
    <option name="min_best_height" value="201" />
  </options>

  <photofields>
    <photofield name="title" />
    <photofield name="description" />
    <photofield name="date" />
    <photofield name="event" />
    <photofield name="location" />
    <photofield name="people" />
    <photofield name="order" />
  </photofields>

</config>

