summaryrefslogtreecommitdiff
path: root/sample/src/index.xml
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-07-27 19:13:28 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-07-27 19:13:28 +0200
commit510fff156db65795cbf211e7910a67fb316cb404 (patch)
treedfbec486ffeab2d6886f9f51863f723a2d5cd574 /sample/src/index.xml
downloadcataract-510fff156db65795cbf211e7910a67fb316cb404.tar.xz
Initial commitv0.99.0
Diffstat (limited to 'sample/src/index.xml')
-rw-r--r--sample/src/index.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/sample/src/index.xml b/sample/src/index.xml
new file mode 100644
index 0000000..fb91c93
--- /dev/null
+++ b/sample/src/index.xml
@@ -0,0 +1,30 @@
+<?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>
+ </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>
+
+ <item path="subdir">
+ <title>Going deeper...</title>
+ <title_description>nesting</title_description>
+ <thumbnail src="subdir/Tatry/img_7755.jpg" />
+ </item>
+
+ </items>
+</gallery>