Mercurial > judyates
diff e2gallerypro/e2upload/xml/e2galleryproXMLsample.xml @ 3:3f6b44aa6b35 judyates
[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author | rlm |
---|---|
date | Mon, 22 Feb 2010 08:02:39 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/e2gallerypro/e2upload/xml/e2galleryproXMLsample.xml Mon Feb 22 08:02:39 2010 -0500 1.3 @@ -0,0 +1,51 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<galleries> 1.6 + <!--Gallery 1--> 1.7 + <gallery> 1.8 + 1.9 + <!--Gallery Settings--> 1.10 + <totalitems>Total Item Count</totalitems> 1.11 + <title>Gallery Title</title> 1.12 + <description>Gallery Description</description> 1.13 + <gallerypath>/main/gallery/path/</gallerypath> 1.14 + <largeimgpath>/large/image/gallery/path/</largeimgpath> 1.15 + <thumbpath>/thumbnail/path/</thumbpath> 1.16 + <mainthumb>/mainthumb/path/</mainthumb> 1.17 + <mainthumbsrc>main thumb image name</mainthumbsrc> 1.18 + <!--Gallery Settings End--> 1.19 + 1.20 + <!--Gallery Items--> 1.21 + <item type="image"> 1.22 + <!--Supported types [image]--> 1.23 + <title>Image Title</title> 1.24 + <author>Image Author Name</author> 1.25 + <copyright>Copyright Name (No Special Characters)</copyright> 1.26 + <description>Image Description</description> 1.27 + <src>item name</src> 1.28 + <demensions width="762" height="510" /> 1.29 + <large width="1000" height="670" /><!--Optional to show Large Image--> 1.30 + <!--Two Selling Options(Optional): [google, paypal]--> 1.31 + <sellprint type="google" currency="USD" currencysymbol="$"><!--Supported Currency Symbols [$ | € | £]--> 1.32 + <price size="8x10">15</price> 1.33 + <price size="11x14">25</price> 1.34 + <price size="16x20">55</price> 1.35 + <price size="20x24">65</price> 1.36 + </sellprint> 1.37 + 1.38 + </item> 1.39 + <!--Gallery ItemsEnd--> 1.40 + 1.41 + <!--Gallery Items (Media Files Format, Everything but images)--> 1.42 + <item type="mov"> 1.43 + <!--Supported types [flv, mp4, mov, swf, blip, dailymotion, flickr, googlevideo, metacafe, myspace, revver, rutube, seesmicm, tudou, youku, youtube, veoh, viddler, vimeo, 12seconds]--> 1.44 + <mediaURL>Locations/of/media/file.mov</mediaURL> 1.45 + <title>Timelapse Video 1</title> 1.46 + <author>E2interactive</author> 1.47 + <copyright>2009 E2interactive</copyright> 1.48 + <description>Taken in Alberta Canada. 68 Photos 10 second exposures every 30 seconds</description> 1.49 + <src>/gallerypro/Gallery4/thumb/canadarim.jpg</src> 1.50 + <demensions width="640" height="375" /> 1.51 + </item> 1.52 + <!--Gallery ItemsEnd--> 1.53 + </gallery> 1.54 +</galleries> 1.55 \ No newline at end of file