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