comparison doc/album.xml @ 0:a84c32f131df 1.1.29

Import vendor version
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:28:56 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a84c32f131df
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- this is a sample album.xml -->
4 <album>
5 <description>
6
7 <!-- All the fields in the description section can be edited using
8 bins_edit (see the man page) -->
9 <field name="longdesc">
10 This is my holidays pictures taken during various travels.
11 </field>
12
13 <field name="title">
14 Holidays
15 </field>
16
17 <field name="shortdesc">
18 Holidays pictures.
19 </field>
20
21 <field name="sampleimage">
22 Travel1/IMG_0005.JPG
23 </field>
24 </description>
25 <bins>
26
27 <!-- Here in the bins section, you can set various parameters to
28 change apparence of album. See bins man page a the sample binsrc
29 file for a detailed description of all available parameters. You
30 can also put most of these parameters in the bins section of the
31 image description file, if you want to customize only one picture,
32 and not the whole album.-->
33 <parameter name="colorStyle">
34 green
35 </parameter>
36 <parameter name="previewMaxWidth">
37 150
38 </parameter>
39 <parameter name="previewMaxHeight">
40 150
41 </parameter>
42 <parameter name="numThumbsPerPage">
43 20
44 </parameter>
45 <parameter name="thumbsPerRow">
46 5
47 </parameter>
48 <parameter name="titleOnThumbnail">
49 0
50 </parameter>
51 <parameter name="thumbnailInImageList">
52 1
53 </parameter>
54 <sizes>
55 <size name="Small" shortname="Sm" height="64%" width="64%"/>
56 <size name="Large" shortname="Lg" height="100%" width="100%"/>
57 </sizes>
58 </bins>
59 </album>
60