blob: 904e074edb2f0e51edaed96a8727e6271d4bbf78 (
plain)
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
|
<?xml version="1.0" encoding="utf-8"?>
<gallery type="index">
<general>
<ID>CGG Sample gallery root</ID>
<title>Welcome to sample gallery for Cataract Gallery Generator!</title>
<description> <![CDATA[
This demo gallery will show you basic features and configuration possibilities.<br />
Please check the source XML documents for detailed syntax and description.<br />
<br />
From XML nature you can use CDATA containers as string values, allowing you to put whetever HTML tags you want.
Just be aware to be XHTML compliant (at least use lowercase tags).
]]>
</description>
<footnote> <![CDATA[
This is footnote, text after item list.
]]>
</footnote>
</general>
<items>
<item path="CIAF_1">
<title>CIAF 2007</title>
<title_description>8. - 9. září 2007</title_description>
<thumbnail src="CIAF_1/img_6802.jpg" />
</item>
<separator>This is a separator</separator>
<interspace>This is an interspace</interspace>
<item path="subdir">
<title>Going deeper...</title>
<title_description>nesting</title_description>
<thumbnail src="subdir/Tatry/img_7755.jpg" />
</item>
<interspace>This is an interspace</interspace>
<item path="hidden">
<hidden />
<title>This should not be visible</title>
<title_description>hidden</title_description>
</item>
<item path="inheritance"></item>
<item path="entities">
<title>Entities → '&' "&copy;"</title>
<title_description><![CDATA[Entities '&' "©" < <br /><b>ahoj!</b> <!-- comment <b>neco</b> -->xx]]></title_description>
</item>
<item path="extra_files">
<title>Extra files</title>
<title_description>Supplemental files distributed within the album</title_description>
</item>
</items>
</gallery>
|