File: album.xml

package info (click to toggle)
bins 1.1.29-16
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 5,836 kB
  • ctags: 2,351
  • sloc: perl: 5,161; xml: 2,536; sh: 314; makefile: 177
file content (60 lines) | stat: -rw-r--r-- 1,568 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>

<!-- this is a sample album.xml -->
<album>
   <description>

    <!-- All the fields in the description section can be edited using
    bins_edit (see the man page) -->
    <field name="longdesc">
      This is my holidays pictures taken during various travels.
    </field>
    
    <field name="title">
      Holidays
    </field>
    
    <field name="shortdesc">
      Holidays pictures.
    </field>
    
    <field name="sampleimage">
      Travel1/IMG_0005.JPG
    </field>
   </description>
   <bins>

    <!-- Here in the bins section, you can set various parameters to
    change apparence of album. See bins man page a the sample binsrc
    file for a detailed description of all available parameters. You
    can also put most of these parameters in the bins section of the
    image description file, if you want to customize only one picture,
    and not the whole album.-->
    <parameter name="colorStyle">
      green
    </parameter>
    <parameter name="previewMaxWidth">
      150
    </parameter>
    <parameter name="previewMaxHeight">
      150
    </parameter>
    <parameter name="numThumbsPerPage">
      20
    </parameter>
    <parameter name="thumbsPerRow">
      5
    </parameter>
    <parameter name="titleOnThumbnail">
      0
    </parameter>
    <parameter name="thumbnailInImageList">
      1
    </parameter>
    <sizes>
      <size name="Small" shortname="Sm" height="64%" width="64%"/>
      <size name="Large" shortname="Lg" height="100%" width="100%"/>
    </sizes>
  </bins>
</album>