Mercurial > judyates
view 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 source
1 <?xml version="1.0" encoding="UTF-8"?>2 <galleries>3 <!--Gallery 1-->4 <gallery>6 <!--Gallery Settings-->7 <totalitems>Total Item Count</totalitems>8 <title>Gallery Title</title>9 <description>Gallery Description</description>10 <gallerypath>/main/gallery/path/</gallerypath>11 <largeimgpath>/large/image/gallery/path/</largeimgpath>12 <thumbpath>/thumbnail/path/</thumbpath>13 <mainthumb>/mainthumb/path/</mainthumb>14 <mainthumbsrc>main thumb image name</mainthumbsrc>15 <!--Gallery Settings End-->17 <!--Gallery Items-->18 <item type="image">19 <!--Supported types [image]-->20 <title>Image Title</title>21 <author>Image Author Name</author>22 <copyright>Copyright Name (No Special Characters)</copyright>23 <description>Image Description</description>24 <src>item name</src>25 <demensions width="762" height="510" />26 <large width="1000" height="670" /><!--Optional to show Large Image-->27 <!--Two Selling Options(Optional): [google, paypal]-->28 <sellprint type="google" currency="USD" currencysymbol="$"><!--Supported Currency Symbols [$ | € | £]-->29 <price size="8x10">15</price>30 <price size="11x14">25</price>31 <price size="16x20">55</price>32 <price size="20x24">65</price>33 </sellprint>35 </item>36 <!--Gallery ItemsEnd-->38 <!--Gallery Items (Media Files Format, Everything but images)-->39 <item type="mov">40 <!--Supported types [flv, mp4, mov, swf, blip, dailymotion, flickr, googlevideo, metacafe, myspace, revver, rutube, seesmicm, tudou, youku, youtube, veoh, viddler, vimeo, 12seconds]-->41 <mediaURL>Locations/of/media/file.mov</mediaURL>42 <title>Timelapse Video 1</title>43 <author>E2interactive</author>44 <copyright>2009 E2interactive</copyright>45 <description>Taken in Alberta Canada. 68 Photos 10 second exposures every 30 seconds</description>46 <src>/gallerypro/Gallery4/thumb/canadarim.jpg</src>47 <demensions width="640" height="375" />48 </item>49 <!--Gallery ItemsEnd-->50 </gallery>51 </galleries>