diff options
Diffstat (limited to 'sample/src/index.xml')
| -rw-r--r-- | sample/src/index.xml | 30 |
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> |
