summaryrefslogtreecommitdiff
path: root/sample/src/setup.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/setup.xml
downloadcataract-510fff156db65795cbf211e7910a67fb316cb404.tar.xz
Initial commitv0.99.0
Diffstat (limited to 'sample/src/setup.xml')
-rw-r--r--sample/src/setup.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml
new file mode 100644
index 0000000..ae92918
--- /dev/null
+++ b/sample/src/setup.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<gallery_setup>
+ <templates>
+ <!-- path to templates (design) -->
+ <path>../../templates</path>
+
+ <!-- index: top level page -->
+ <index>template-index.tmpl</index>
+ <!-- album: list of photos in directory -->
+ <album>template-album.tmpl</album>
+ <!-- photo: single photo page -->
+ <photo>template-view_photo.tmpl</photo>
+
+ <!-- mandatory files used in templates -->
+ <styles>styles.css</styles>
+ <scripts>scripts-general.js</scripts>
+ </templates>
+
+ <images>
+ <!-- default sizes of thumbnail and preview images -->
+ <thumbnail landscape_w="180" landscape_h="120"
+ portrait_w="120" portrait_h="180"
+ quality="95" />
+ <preview landscape_w="900" landscape_h="600"
+ portrait_w="500" portrait_h="750"
+ quality="95" />
+ </images>
+
+ <footer><![CDATA[
+ <div class="footer">So this is footer, suitable place for copyright, W3C validation links and advertisement! |
+ Generated with <a href="http://cgg.bzatek.net/" title="Cataract Gallery Generator" class="footermail">Cataract Gallery Generator</a>.
+ </div>
+ ]]></footer>
+
+</gallery_setup>