summaryrefslogtreecommitdiff
path: root/sample/src/index.xml
blob: 4363cb61284a66cee2995eaf75efd1d0a4ded493 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?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 whatever 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>
    <news timestamp="2010-10-07T16:43:43+02:00" type="text" title="Introducing Atom feeds">
      This is the first attempt of an Atom feed generator built in CGG. For the moment only textual and html records are supported.
      This basic type of feed should serve as a "news" feed, to keep visitors notified about site updates.
    </news>
    <news timestamp="2010-10-07T16:47:47+02:00" type="text" title="Multiple news per page supported">
      You can add second news for the same page, e.g. when you add new subgallery or new images.
    </news>
    <news title="Invalid item">
      This item is missing a timestamp, which is important in Atom feed world. You should not see this record in your feed reader.
    </news>
  </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 &#8594; '&amp;' "&amp;copy;"</title>
      <title_description><![CDATA[Entities &nbsp; '&amp;' "&copy;" &lt; <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>

    <item path="passwd_protect">
      <title>Restricted area</title>
      <title_description><![CDATA[Password protected access<br/><br/>user/pass: test/test]]></title_description>
      <thumbnail src="CIAF_1/img_6802.jpg" />
    </item>

  </items>
</gallery>