diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-07-27 19:13:28 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-07-27 19:13:28 +0200 |
| commit | 510fff156db65795cbf211e7910a67fb316cb404 (patch) | |
| tree | dfbec486ffeab2d6886f9f51863f723a2d5cd574 /sample/src/setup.xml | |
| download | cataract-510fff156db65795cbf211e7910a67fb316cb404.tar.xz | |
Initial commitv0.99.0
Diffstat (limited to 'sample/src/setup.xml')
| -rw-r--r-- | sample/src/setup.xml | 35 |
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> |
