ruby-picasa 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.autotest +7 -0
- data/History.txt +11 -0
- data/Manifest.txt +15 -0
- data/README.txt +74 -0
- data/Rakefile +23 -0
- data/lib/ruby_picasa.rb +279 -0
- data/lib/ruby_picasa/types.rb +165 -0
- data/spec/ruby_picasa/types_spec.rb +221 -0
- data/spec/ruby_picasa_spec.rb +319 -0
- data/spec/sample/album.atom +141 -0
- data/spec/sample/recent.atom +111 -0
- data/spec/sample/search.atom +99 -0
- data/spec/sample/user.atom +107 -0
- data/spec/spec.opts +2 -0
- data/spec/spec_helper.rb +13 -0
- metadata +91 -0
@@ -0,0 +1,141 @@
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
2
|
+
<feed xmlns='http://www.w3.org/2005/atom'
|
3
|
+
xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
|
4
|
+
xmlns:exif='http://schemas.google.com/photos/exif/2007'
|
5
|
+
xmlns:geo='http://www.w3.org/2003/01/geo/wgs84_pos#'
|
6
|
+
xmlns:gml='http://www.opengis.net/gml'
|
7
|
+
xmlns:georss='http://www.georss.org/georss'
|
8
|
+
xmlns:photo='http://www.pheed.com/pheed/'
|
9
|
+
xmlns:media='http://search.yahoo.com/mrss/'
|
10
|
+
xmlns:batch='http://schemas.google.com/gdata/batch'
|
11
|
+
xmlns:gphoto='http://schemas.google.com/photos/2007'>
|
12
|
+
<id>
|
13
|
+
http://picasaweb.google.com/data/feed/api/user/default/albumid/5228155363249705041</id>
|
14
|
+
<updated>2008-08-15T19:01:04.000Z</updated>
|
15
|
+
<category scheme='http://schemas.google.com/g/2005#kind'
|
16
|
+
term='http://schemas.google.com/photos/2007#album' />
|
17
|
+
<title type='text'>lolcats</title>
|
18
|
+
<subtitle type='text'>Hilarious Felines</subtitle>
|
19
|
+
<rights type='text'>public</rights>
|
20
|
+
<icon>
|
21
|
+
http://lh5.ggpht.com/liz/SI4jmlkNUFE/AAAAAAAAAzU/J1V3PUhHEoI/s160-c/Lolcats.jpg</icon>
|
22
|
+
<link rel='http://schemas.google.com/g/2005#feed'
|
23
|
+
type='application/atom+xml'
|
24
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz/albumid/5228155363249705041' />
|
25
|
+
<link rel='http://schemas.google.com/g/2005#post'
|
26
|
+
type='application/atom+xml'
|
27
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz/albumid/5228155363249705041' />
|
28
|
+
<link rel='alternate' type='text/html'
|
29
|
+
href='http://picasaweb.google.com/liz/Lolcats' />
|
30
|
+
<link rel='http://schemas.google.com/photos/2007#slideshow'
|
31
|
+
type='application/x-shockwave-flash'
|
32
|
+
href='http://picasaweb.google.com/s/c/bin/slideshow.swf?host=picasaweb.google.com&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fliz%2Falbumid%2F5228155363249705041%3Falt%3Drss' />
|
33
|
+
<link rel='http://schemas.google.com/photos/2007#report'
|
34
|
+
type='text/html'
|
35
|
+
href='http://picasaweb.google.com/lh/reportAbuse?uname=liz&aid=5228155363249705041' />
|
36
|
+
<link rel='self' type='application/atom+xml'
|
37
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz/albumid/5228155363249705041?start-index=1&max-results=1000' />
|
38
|
+
<author>
|
39
|
+
<name>Liz</name>
|
40
|
+
<uri>http://picasaweb.google.com/liz</uri>
|
41
|
+
</author>
|
42
|
+
<generator version='1.00' uri='http://picasaweb.google.com/'>
|
43
|
+
Picasaweb</generator>
|
44
|
+
<openSearch:totalResults>1</openSearch:totalResults>
|
45
|
+
<openSearch:startIndex>1</openSearch:startIndex>
|
46
|
+
<openSearch:itemsPerPage>1000</openSearch:itemsPerPage>
|
47
|
+
<gphoto:id>5228155363249705041</gphoto:id>
|
48
|
+
<gphoto:name>Lolcats</gphoto:name>
|
49
|
+
<gphoto:location>mountain view, ca</gphoto:location>
|
50
|
+
<gphoto:access>public</gphoto:access>
|
51
|
+
<gphoto:timestamp>1217228400000</gphoto:timestamp>
|
52
|
+
<gphoto:numphotos>1</gphoto:numphotos>
|
53
|
+
<gphoto:numphotosremaining>499</gphoto:numphotosremaining>
|
54
|
+
<gphoto:bytesUsed>23044</gphoto:bytesUsed>
|
55
|
+
<gphoto:user>liz</gphoto:user>
|
56
|
+
<gphoto:nickname>Liz</gphoto:nickname>
|
57
|
+
<gphoto:commentingEnabled>true</gphoto:commentingEnabled>
|
58
|
+
<gphoto:commentCount>0</gphoto:commentCount>
|
59
|
+
<georss:where>
|
60
|
+
<gml:Point>
|
61
|
+
<gml:pos>37.38911780598221 -122.08638668060303</gml:pos>
|
62
|
+
</gml:Point>
|
63
|
+
<gml:Envelope>
|
64
|
+
<gml:lowerCorner>37.38482151758655
|
65
|
+
-122.0958924293518</gml:lowerCorner>
|
66
|
+
<gml:upperCorner>37.39341409437787
|
67
|
+
-122.07688093185425</gml:upperCorner>
|
68
|
+
</gml:Envelope>
|
69
|
+
</georss:where>
|
70
|
+
<gphoto:allowPrints>true</gphoto:allowPrints>
|
71
|
+
<gphoto:allowDownloads>true</gphoto:allowDownloads>
|
72
|
+
<entry>
|
73
|
+
<id>
|
74
|
+
http://picasaweb.google.com/data/entry/api/user/liz/albumid/5228155363249705041/photoid/5234820919508560306</id>
|
75
|
+
<published>2008-08-15T18:58:44.000Z</published>
|
76
|
+
<updated>2008-08-15T19:01:04.000Z</updated>
|
77
|
+
<category scheme='http://schemas.google.com/g/2005#kind'
|
78
|
+
term='http://schemas.google.com/photos/2007#photo' />
|
79
|
+
<title type='text'>invisible_bike.jpg</title>
|
80
|
+
<summary type='text'></summary>
|
81
|
+
<content type='image/jpeg'
|
82
|
+
src='http://lh5.ggpht.com/liz/SKXR5BoXabI/AAAAAAAAAzs/tJQefyM4mFw/invisible_bike.jpg' />
|
83
|
+
<link rel='http://schemas.google.com/g/2005#feed'
|
84
|
+
type='application/atom+xml'
|
85
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz/albumid/5228155363249705041/photoid/5234820919508560306' />
|
86
|
+
<link rel='alternate' type='text/html'
|
87
|
+
href='http://picasaweb.google.com/lh/photo/THdOPB27qGrofntiI91-8w' />
|
88
|
+
<link rel='self' type='application/atom+xml'
|
89
|
+
href='http://picasaweb.google.com/data/entry/api/user/liz/albumid/5228155363249705041/photoid/5234820919508560306' />
|
90
|
+
<link rel='edit' type='application/atom+xml'
|
91
|
+
href='http://picasaweb.google.com/data/entry/api/user/liz/albumid/5228155363249705041/photoid/5234820919508560306/1218826864901001' />
|
92
|
+
<link rel='edit-media' type='image/jpeg'
|
93
|
+
href='http://picasaweb.google.com/data/media/api/user/liz/albumid/5228155363249705041/photoid/5234820919508560306/1218826864901001' />
|
94
|
+
<link rel='media-edit' type='image/jpeg'
|
95
|
+
href='http://picasaweb.google.com/data/media/api/user/liz/albumid/5228155363249705041/photoid/5234820919508560306/1218826864901001' />
|
96
|
+
<link rel='http://schemas.google.com/photos/2007#report'
|
97
|
+
type='text/html'
|
98
|
+
href='http://picasaweb.google.com/lh/reportAbuse?uname=liz&aid=5228155363249705041&iid=5234820919508560306' />
|
99
|
+
<gphoto:id>5234820919508560306</gphoto:id>
|
100
|
+
<gphoto:version>1218826864901001</gphoto:version>
|
101
|
+
<gphoto:position>1.0</gphoto:position>
|
102
|
+
<gphoto:albumid>5228155363249705041</gphoto:albumid>
|
103
|
+
<gphoto:width>410</gphoto:width>
|
104
|
+
<gphoto:height>295</gphoto:height>
|
105
|
+
<gphoto:size>23044</gphoto:size>
|
106
|
+
<gphoto:client></gphoto:client>
|
107
|
+
<gphoto:checksum></gphoto:checksum>
|
108
|
+
<gphoto:timestamp>1218826724000</gphoto:timestamp>
|
109
|
+
<exif:tags>
|
110
|
+
<exif:imageUniqueID>
|
111
|
+
0657130896bace739a44ce90a7d5b451</exif:imageUniqueID>
|
112
|
+
</exif:tags>
|
113
|
+
<gphoto:commentingEnabled>true</gphoto:commentingEnabled>
|
114
|
+
<gphoto:commentCount>1</gphoto:commentCount>
|
115
|
+
<media:group>
|
116
|
+
<media:title type='plain'>invisible_bike.jpg</media:title>
|
117
|
+
<media:description type='plain'></media:description>
|
118
|
+
<media:keywords>invisible, bike</media:keywords>
|
119
|
+
<media:content url='http://lh5.ggpht.com/liz/SKXR5BoXabI/AAAAAAAAAzs/tJQefyM4mFw/invisible_bike.jpg'
|
120
|
+
height='295' width='410' type='image/jpeg' medium='image' />
|
121
|
+
<media:thumbnail url='http://lh5.ggpht.com/liz/SKXR5BoXabI/AAAAAAAAAzs/tJQefyM4mFw/s72/invisible_bike.jpg'
|
122
|
+
height='52' width='72' />
|
123
|
+
<media:thumbnail url='http://lh5.ggpht.com/liz/SKXR5BoXabI/AAAAAAAAAzs/tJQefyM4mFw/s144/invisible_bike.jpg'
|
124
|
+
height='104' width='144' />
|
125
|
+
<media:thumbnail url='http://lh5.ggpht.com/liz/SKXR5BoXabI/AAAAAAAAAzs/tJQefyM4mFw/s288/invisible_bike.jpg'
|
126
|
+
height='208' width='288' />
|
127
|
+
<media:credit>Liz</media:credit>
|
128
|
+
</media:group>
|
129
|
+
<georss:where>
|
130
|
+
<gml:Point>
|
131
|
+
<gml:pos>37.427399548633325 -122.1703290939331</gml:pos>
|
132
|
+
</gml:Point>
|
133
|
+
<gml:Envelope>
|
134
|
+
<gml:lowerCorner>37.42054944692195
|
135
|
+
-122.1825385093689</gml:lowerCorner>
|
136
|
+
<gml:upperCorner>37.4342496503447
|
137
|
+
-122.15811967849731</gml:upperCorner>
|
138
|
+
</gml:Envelope>
|
139
|
+
</georss:where>
|
140
|
+
</entry>
|
141
|
+
</feed>
|
@@ -0,0 +1,111 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<feed xmlns='http://www.w3.org/2005/Atom'
|
3
|
+
xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
|
4
|
+
xmlns:exif='http://schemas.google.com/photos/exif/2007'
|
5
|
+
xmlns:geo='http://www.w3.org/2003/01/geo/wgs84_pos#'
|
6
|
+
xmlns:gml='http://www.opengis.net/gml'
|
7
|
+
xmlns:georss='http://www.georss.org/georss'
|
8
|
+
xmlns:batch='http://schemas.google.com/gdata/batch'
|
9
|
+
xmlns:media='http://search.yahoo.com/mrss/'
|
10
|
+
xmlns:gphoto='http://schemas.google.com/photos/2007'>
|
11
|
+
<id>http://picasaweb.google.com/data/feed/api/user/default</id>
|
12
|
+
<updated>2009-02-24T20:47:35.320Z</updated>
|
13
|
+
<category scheme='http://schemas.google.com/g/2005#kind'
|
14
|
+
term='http://schemas.google.com/photos/2007#user'/>
|
15
|
+
<title type='text'>liz</title>
|
16
|
+
<subtitle type='text'></subtitle>
|
17
|
+
<icon>http://lh4.ggpht.com/_WNllnlKPbiI/AAAA6DflE9g/AAAAAAAAAAA/gDUIEK-RnsA/s64-c/liz.jpg</icon>
|
18
|
+
<link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml'
|
19
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz'/>
|
20
|
+
<link rel='alternate' type='text/html'
|
21
|
+
href='http://picasaweb.google.com/liz'/>
|
22
|
+
<link rel='http://schemas.google.com/photos/2007#slideshow'
|
23
|
+
type='application/x-shockwave-flash'
|
24
|
+
href='http://picasaweb.google.com/s/c/bin/slideshow.swf?host=picasaweb.google.com&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fliz%3Falt%3Drss'/>
|
25
|
+
<link rel='self' type='application/atom+xml'
|
26
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz?start-index=1&max-results=1&kind=photo'/>
|
27
|
+
<link rel='next' type='application/atom+xml'
|
28
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz?start-index=2&max-results=1&kind=photo'/>
|
29
|
+
<author>
|
30
|
+
<name>Liz</name>
|
31
|
+
<uri>http://picasaweb.google.com/liz</uri>
|
32
|
+
</author>
|
33
|
+
<generator version='1.00' uri='http://picasaweb.google.com/'>Picasaweb</generator>
|
34
|
+
<openSearch:totalResults>2346</openSearch:totalResults>
|
35
|
+
<openSearch:startIndex>1</openSearch:startIndex>
|
36
|
+
<openSearch:itemsPerPage>1</openSearch:itemsPerPage>
|
37
|
+
<gphoto:user>liz</gphoto:user>
|
38
|
+
<gphoto:nickname>Liz</gphoto:nickname>
|
39
|
+
<gphoto:thumbnail>http://lh4.ggpht.com/_WNllnlKPbiI/AAAA6DflE9g/AAAAAAAAAAA/gDUIEK-RnsA/s64-c/liz.jpg</gphoto:thumbnail>
|
40
|
+
<gphoto:quotalimit>1073741824</gphoto:quotalimit>
|
41
|
+
<gphoto:quotacurrent>827885946</gphoto:quotacurrent>
|
42
|
+
<gphoto:maxPhotosPerAlbum>500</gphoto:maxPhotosPerAlbum>
|
43
|
+
<entry>
|
44
|
+
<id>http://picasaweb.google.com/data/entry/api/user/liz/albumid/8823482382828282/photoid/83248238423842304234</id>
|
45
|
+
<published>2008-03-14T20:09:49.000Z</published>
|
46
|
+
<updated>2008-11-19T22:16:52.000Z</updated>
|
47
|
+
<category scheme='http://schemas.google.com/g/2005#kind'
|
48
|
+
term='http://schemas.google.com/photos/2007#photo'/>
|
49
|
+
<title type='text'>DSC00868.JPG</title>
|
50
|
+
<summary type='text'>EN 1 Necklace</summary>
|
51
|
+
<content type='image/jpeg'
|
52
|
+
src='http://lh3.ggpht.com/_WNllnlKPbiI/R9rbjUlLiiI/AAAAAAAAABo/pCRfzIt57So/DSC00868.JPG'/>
|
53
|
+
<link rel='http://schemas.google.com/g/2005#feed'
|
54
|
+
type='application/atom+xml'
|
55
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz/albumid/8823482382828282/photoid/83248238423842304234?authkey=504Da7FUvRM'/>
|
56
|
+
<link rel='alternate' type='text/html'
|
57
|
+
href='http://picasaweb.google.com/liz/ByLiz?authkey=504Da7FUvRM#83248238423842304234'/>
|
58
|
+
<link rel='self' type='application/atom+xml'
|
59
|
+
href='http://picasaweb.google.com/data/entry/api/user/liz/albumid/8823482382828282/photoid/83248238423842304234?authkey=504Da7FUvRM'/>
|
60
|
+
<link rel='edit' type='application/atom+xml'
|
61
|
+
href='http://picasaweb.google.com/data/entry/api/user/liz/albumid/8823482382828282/photoid/83248238423842304234/1227133012148000?authkey=504Da7FUvRM'/>
|
62
|
+
<link rel='edit-media' type='image/jpeg'
|
63
|
+
href='http://picasaweb.google.com/data/media/api/user/liz/albumid/8823482382828282/photoid/83248238423842304234/1227133012148000?authkey=504Da7FUvRM'/>
|
64
|
+
<link rel='media-edit' type='image/jpeg'
|
65
|
+
href='http://picasaweb.google.com/data/media/api/user/liz/albumid/8823482382828282/photoid/83248238423842304234/1227133012148000?authkey=504Da7FUvRM'/>
|
66
|
+
<link rel='http://schemas.google.com/photos/2007#report' type='text/html'
|
67
|
+
href='http://picasaweb.google.com/lh/reportAbuse?uname=liz&aid=8823482382828282&iid=83248238423842304234'/>
|
68
|
+
<gphoto:id>83248238423842304234</gphoto:id>
|
69
|
+
<gphoto:version>1227133012148000</gphoto:version>
|
70
|
+
<gphoto:albumid>8823482382828282</gphoto:albumid>
|
71
|
+
<gphoto:access>private</gphoto:access>
|
72
|
+
<gphoto:width>1944</gphoto:width>
|
73
|
+
<gphoto:height>2592</gphoto:height>
|
74
|
+
<gphoto:size>1910900</gphoto:size>
|
75
|
+
<gphoto:client></gphoto:client>
|
76
|
+
<gphoto:checksum></gphoto:checksum>
|
77
|
+
<gphoto:timestamp>1205492888000</gphoto:timestamp>
|
78
|
+
<exif:tags>
|
79
|
+
<exif:fstop>2.8</exif:fstop>
|
80
|
+
<exif:make>SONY</exif:make>
|
81
|
+
<exif:model>DSC-V1</exif:model>
|
82
|
+
<exif:exposure>0.07692308</exif:exposure>
|
83
|
+
<exif:flash>false</exif:flash>
|
84
|
+
<exif:focallength>7.0</exif:focallength>
|
85
|
+
<exif:iso>100</exif:iso>
|
86
|
+
<exif:time>1205492888000</exif:time>
|
87
|
+
<exif:imageUniqueID>904d07a26b986ac95eeef63942f70622</exif:imageUniqueID>
|
88
|
+
</exif:tags>
|
89
|
+
<gphoto:commentingEnabled>true</gphoto:commentingEnabled>
|
90
|
+
<gphoto:commentCount>1</gphoto:commentCount>
|
91
|
+
<media:group>
|
92
|
+
<media:title type='plain'>DSC00868.JPG</media:title>
|
93
|
+
<media:description type='plain'>EN 1 Necklace</media:description>
|
94
|
+
<media:keywords>
|
95
|
+
</media:keywords>
|
96
|
+
<media:content
|
97
|
+
url='http://lh3.ggpht.com/_WNllnlKPbiI/R9rbjUlLiiI/AAAAAAAAABo/pCRfzIt57So/DSC00868.JPG'
|
98
|
+
height='1600' width='1200' type='image/jpeg' medium='image'/>
|
99
|
+
<media:thumbnail
|
100
|
+
url='http://lh3.ggpht.com/_WNllnlKPbiI/R9rbjUlLiiI/AAAAAAAAABo/pCRfzIt57So/s72/DSC00868.JPG'
|
101
|
+
height='72' width='54'/>
|
102
|
+
<media:thumbnail
|
103
|
+
url='http://lh3.ggpht.com/_WNllnlKPbiI/R9rbjUlLiiI/AAAAAAAAABo/pCRfzIt57So/s144/DSC00868.JPG'
|
104
|
+
height='144' width='108'/>
|
105
|
+
<media:thumbnail
|
106
|
+
url='http://lh3.ggpht.com/_WNllnlKPbiI/R9rbjUlLiiI/AAAAAAAAABo/pCRfzIt57So/s288/DSC00868.JPG'
|
107
|
+
height='288' width='216'/>
|
108
|
+
<media:credit>Liz</media:credit>
|
109
|
+
</media:group>
|
110
|
+
</entry>
|
111
|
+
</feed>
|
@@ -0,0 +1,99 @@
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
2
|
+
<feed xmlns='http://www.w3.org/2005/atom'
|
3
|
+
xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
|
4
|
+
xmlns:exif='http://schemas.google.com/photos/exif/2007'
|
5
|
+
xmlns:geo='http://www.w3.org/2003/01/geo/wgs84_pos#'
|
6
|
+
xmlns:gml='http://www.opengis.net/gml'
|
7
|
+
xmlns:georss='http://www.georss.org/georss'
|
8
|
+
xmlns:photo='http://www.pheed.com/pheed/'
|
9
|
+
xmlns:media='http://search.yahoo.com/mrss/'
|
10
|
+
xmlns:gphoto='http://schemas.google.com/photos/2007'>
|
11
|
+
<id>http://picasaweb.google.com/data/feed/api/all</id>
|
12
|
+
<title type='text'>Search Results</title>
|
13
|
+
<link rel='http://schemas.google.com/g/2005#feed'
|
14
|
+
type='application/atom+xml'
|
15
|
+
href='http://picasaweb.google.com/data/feed/api/all' />
|
16
|
+
<link rel='self' type='application/atom+xml'
|
17
|
+
href='http://picasaweb.google.com/data/feed/api/all?q=puppy&start-index=2&max-results=1' />
|
18
|
+
<link rel='previous' type='application/atom+xml'
|
19
|
+
href='http://picasaweb.google.com/data/feed/api/all?q=puppy&start-index=1&max-results=1' />
|
20
|
+
<link rel='next' type='application/atom+xml'
|
21
|
+
href='http://picasaweb.google.com/data/feed/api/all?q=puppy&start-index=3&max-results=1' />
|
22
|
+
<generator version='1.00' uri='http://picasaweb.google.com/'>
|
23
|
+
Picasaweb</generator>
|
24
|
+
<openSearch:totalResults>625082</openSearch:totalResults>
|
25
|
+
<openSearch:startIndex>1</openSearch:startIndex>
|
26
|
+
<openSearch:itemsPerPage>1</openSearch:itemsPerPage>
|
27
|
+
<gphoto:crowded_length>10</gphoto:crowded_length>
|
28
|
+
<entry>
|
29
|
+
<id>
|
30
|
+
http://picasaweb.google.com/data/entry/api/user/captaincool/albumid/5149978741790672209/photoid/5150621887373445842</id>
|
31
|
+
<published>2008-01-01T21:23:28.000Z</published>
|
32
|
+
<category scheme='http://schemas.google.com/g/2005#kind'
|
33
|
+
term='http://schemas.google.com/photos/2007#photo' />
|
34
|
+
<title type='text'>Nash2.jpg</title>
|
35
|
+
<summary type='text'></summary>
|
36
|
+
<content type='image/jpeg'
|
37
|
+
src='http://lh3.ggpht.com/captaincool/R3qvUUE_CtI/AAAAAAAAAUI/6OfFN8oPdVs/Nash2.jpg' />
|
38
|
+
<link rel='http://schemas.google.com/g/2005#feed'
|
39
|
+
type='application/atom+xml'
|
40
|
+
href='http://picasaweb.google.com/data/feed/api/user/captaincool/albumid/5149978741790672209/photoid/5150621887373445842' />
|
41
|
+
<link rel='alternate' type='text/html'
|
42
|
+
href='http://picasaweb.google.com/lh/photo/rWtmnLrEZ2RRHvtL6dFKKw' />
|
43
|
+
<link rel='self' type='application/atom+xml'
|
44
|
+
href='http://picasaweb.google.com/data/entry/api/user/captaincool/albumid/5149978741790672209/photoid/5150621887373445842' />
|
45
|
+
<link rel='http://schemas.google.com/photos/2007#report'
|
46
|
+
type='text/html'
|
47
|
+
href='http://picasaweb.google.com/lh/reportAbuse?uname=captaincool&aid=5149978741790672209&iid=5150621887373445842' />
|
48
|
+
<author>
|
49
|
+
<name>Chuck G</name>
|
50
|
+
<uri>http://picasaweb.google.com/captaincool</uri>
|
51
|
+
<email>captaincool</email>
|
52
|
+
<gphoto:user>captaincool</gphoto:user>
|
53
|
+
<gphoto:nickname>Chuck G</gphoto:nickname>
|
54
|
+
<gphoto:thumbnail>
|
55
|
+
http://lh4.ggpht.com/captaincool/AAAAUbIDjgE/AAAAAAAAAAA/U8PdSmOpLUY/s48-c/captaincool.jpg</gphoto:thumbnail>
|
56
|
+
</author>
|
57
|
+
<gphoto:albumtitle>Monctondog.com Blog</gphoto:albumtitle>
|
58
|
+
<gphoto:albumctitle>MonctondogComBlog</gphoto:albumctitle>
|
59
|
+
<gphoto:albumdesc>Pictures of Dogs from the Monctondog.com
|
60
|
+
Blog</gphoto:albumdesc>
|
61
|
+
<gphoto:location>Moncton NB</gphoto:location>
|
62
|
+
<gphoto:access>public</gphoto:access>
|
63
|
+
<gphoto:id>5150621887373445842</gphoto:id>
|
64
|
+
<gphoto:albumid>5149978741790672209</gphoto:albumid>
|
65
|
+
<gphoto:width>1024</gphoto:width>
|
66
|
+
<gphoto:height>768</gphoto:height>
|
67
|
+
<gphoto:timestamp>1196770081000</gphoto:timestamp>
|
68
|
+
<exif:tags>
|
69
|
+
<exif:fstop>2.8</exif:fstop>
|
70
|
+
<exif:make>SONY</exif:make>
|
71
|
+
<exif:model>DSC-W1</exif:model>
|
72
|
+
<exif:exposure>0.025</exif:exposure>
|
73
|
+
<exif:flash>true</exif:flash>
|
74
|
+
<exif:focallength>7.9</exif:focallength>
|
75
|
+
<exif:iso>100</exif:iso>
|
76
|
+
<exif:time>1196770081000</exif:time>
|
77
|
+
</exif:tags>
|
78
|
+
<media:group>
|
79
|
+
<media:title type='plain'>Nash2.jpg</media:title>
|
80
|
+
<media:description type='plain'></media:description>
|
81
|
+
<media:keywords>doindogs, doindogs nash, lab, labrador,
|
82
|
+
labrador retriever, nash, puppies, puppy,
|
83
|
+
retriever</media:keywords>
|
84
|
+
<media:content url='http://lh3.ggpht.com/captaincool/R3qvUUE_CtI/AAAAAAAAAUI/6OfFN8oPdVs/Nash2.jpg'
|
85
|
+
height='768' width='1024' type='image/jpeg' medium='image' />
|
86
|
+
<media:thumbnail url='http://lh3.ggpht.com/captaincool/R3qvUUE_CtI/AAAAAAAAAUI/6OfFN8oPdVs/s72/Nash2.jpg'
|
87
|
+
height='54' width='72' />
|
88
|
+
<media:thumbnail url='http://lh3.ggpht.com/captaincool/R3qvUUE_CtI/AAAAAAAAAUI/6OfFN8oPdVs/s144/Nash2.jpg'
|
89
|
+
height='108' width='144' />
|
90
|
+
<media:thumbnail url='http://lh3.ggpht.com/captaincool/R3qvUUE_CtI/AAAAAAAAAUI/6OfFN8oPdVs/s288/Nash2.jpg'
|
91
|
+
height='216' width='288' />
|
92
|
+
<media:credit>Chuck G</media:credit>
|
93
|
+
</media:group>
|
94
|
+
<gphoto:snippet>... nash, <b>puppies</b>
|
95
|
+
...</gphoto:snippet>
|
96
|
+
<gphoto:snippettype>PHOTO_TAGS</gphoto:snippettype>
|
97
|
+
<gphoto:truncated>0</gphoto:truncated>
|
98
|
+
</entry>
|
99
|
+
</feed>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
2
|
+
<feed xmlns='http://www.w3.org/2005/atom'
|
3
|
+
xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
|
4
|
+
xmlns:exif='http://schemas.google.com/photos/exif/2007'
|
5
|
+
xmlns:geo='http://www.w3.org/2003/01/geo/wgs84_pos#'
|
6
|
+
xmlns:gml='http://www.opengis.net/gml'
|
7
|
+
xmlns:georss='http://www.georss.org/georss'
|
8
|
+
xmlns:photo='http://www.pheed.com/pheed/'
|
9
|
+
xmlns:media='http://search.yahoo.com/mrss/'
|
10
|
+
xmlns:batch='http://schemas.google.com/gdata/batch'
|
11
|
+
xmlns:gphoto='http://schemas.google.com/photos/2007'>
|
12
|
+
<id>http://picasaweb.google.com/data/feed/api/user/default</id>
|
13
|
+
<updated>2008-08-15T19:20:21.903Z</updated>
|
14
|
+
<category scheme='http://schemas.google.com/g/2005#kind'
|
15
|
+
term='http://schemas.google.com/photos/2007#user' />
|
16
|
+
<title type='text'>liz</title>
|
17
|
+
<subtitle type='text'></subtitle>
|
18
|
+
<icon>
|
19
|
+
http://lh3.ggpht.com/liz/AAAA2X2Bow4/AAAAAAAAAAA/N9xSZ7RoJY4/s64-c/liz.jpg</icon>
|
20
|
+
<link rel='http://schemas.google.com/g/2005#feed'
|
21
|
+
type='application/atom+xml'
|
22
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz' />
|
23
|
+
<link rel='http://schemas.google.com/g/2005#post'
|
24
|
+
type='application/atom+xml'
|
25
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz' />
|
26
|
+
<link rel='alternate' type='text/html'
|
27
|
+
href='http://picasaweb.google.com/liz' />
|
28
|
+
<link rel='http://schemas.google.com/photos/2007#slideshow'
|
29
|
+
type='application/x-shockwave-flash'
|
30
|
+
href='http://picasaweb.google.com/s/c/bin/slideshow.swf?host=picasaweb.google.com&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fliz%3Falt%3Drss' />
|
31
|
+
<link rel='self' type='application/atom+xml'
|
32
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz?start-index=1&max-results=1000' />
|
33
|
+
<author>
|
34
|
+
<name>Liz</name>
|
35
|
+
<uri>http://picasaweb.google.com/liz</uri>
|
36
|
+
</author>
|
37
|
+
<generator version='1.00' uri='http://picasaweb.google.com/'>
|
38
|
+
Picasaweb</generator>
|
39
|
+
<openSearch:totalResults>1</openSearch:totalResults>
|
40
|
+
<openSearch:startIndex>1</openSearch:startIndex>
|
41
|
+
<openSearch:itemsPerPage>1000</openSearch:itemsPerPage>
|
42
|
+
<gphoto:user>liz</gphoto:user>
|
43
|
+
<gphoto:nickname>Liz</gphoto:nickname>
|
44
|
+
<gphoto:thumbnail>
|
45
|
+
http://lh3.ggpht.com/liz/AAAA2X2Bow4/AAAAAAAAAAA/N9xSZ7RoJY4/s64-c/liz.jpg</gphoto:thumbnail>
|
46
|
+
<gphoto:quotalimit>1073741824</gphoto:quotalimit>
|
47
|
+
<gphoto:quotacurrent>23044</gphoto:quotacurrent>
|
48
|
+
<gphoto:maxPhotosPerAlbum>500</gphoto:maxPhotosPerAlbum>
|
49
|
+
<entry>
|
50
|
+
<id>
|
51
|
+
http://picasaweb.google.com/data/entry/api/user/liz/albumid/5228155363249705041</id>
|
52
|
+
<published>2008-07-28T07:00:00.000Z</published>
|
53
|
+
<updated>2008-08-15T18:58:45.000Z</updated>
|
54
|
+
<category scheme='http://schemas.google.com/g/2005#kind'
|
55
|
+
term='http://schemas.google.com/photos/2007#album' />
|
56
|
+
<title type='text'>lolcats</title>
|
57
|
+
<summary type='text'>Hilarious Felines</summary>
|
58
|
+
<rights type='text'>public</rights>
|
59
|
+
<link rel='http://schemas.google.com/g/2005#feed'
|
60
|
+
type='application/atom+xml'
|
61
|
+
href='http://picasaweb.google.com/data/feed/api/user/liz/albumid/5228155363249705041' />
|
62
|
+
<link rel='alternate' type='text/html'
|
63
|
+
href='http://picasaweb.google.com/liz/Lolcats' />
|
64
|
+
<link rel='self' type='application/atom+xml'
|
65
|
+
href='http://picasaweb.google.com/data/entry/api/user/liz/albumid/5228155363249705041' />
|
66
|
+
<link rel='edit' type='application/atom+xml'
|
67
|
+
href='http://picasaweb.google.com/data/entry/api/user/liz/albumid/5228155363249705041/1218826725077000' />
|
68
|
+
<author>
|
69
|
+
<name>Liz</name>
|
70
|
+
<uri>http://picasaweb.google.com/liz</uri>
|
71
|
+
</author>
|
72
|
+
<gphoto:id>5228155363249705041</gphoto:id>
|
73
|
+
<gphoto:name>Lolcats</gphoto:name>
|
74
|
+
<gphoto:location>mountain view, ca</gphoto:location>
|
75
|
+
<gphoto:access>public</gphoto:access>
|
76
|
+
<gphoto:timestamp>1217228400000</gphoto:timestamp>
|
77
|
+
<gphoto:numphotos>1</gphoto:numphotos>
|
78
|
+
<gphoto:numphotosremaining>499</gphoto:numphotosremaining>
|
79
|
+
<gphoto:bytesUsed>23044</gphoto:bytesUsed>
|
80
|
+
<gphoto:user>liz</gphoto:user>
|
81
|
+
<gphoto:nickname>Liz</gphoto:nickname>
|
82
|
+
<gphoto:commentingEnabled>true</gphoto:commentingEnabled>
|
83
|
+
<gphoto:commentCount>0</gphoto:commentCount>
|
84
|
+
<media:group>
|
85
|
+
<media:title type='plain'>lolcats</media:title>
|
86
|
+
<media:description type='plain'>Hilarious
|
87
|
+
Felines</media:description>
|
88
|
+
<media:keywords></media:keywords>
|
89
|
+
<media:content url='http://lh5.ggpht.com/liz/SI4jmlkNUFE/AAAAAAAAAzU/J1V3PUhHEoI/Lolcats.jpg'
|
90
|
+
type='image/jpeg' medium='image' />
|
91
|
+
<media:thumbnail url='http://lh5.ggpht.com/liz/SI4jmlkNUFE/AAAAAAAAAzU/J1V3PUhHEoI/s160-c/Lolcats.jpg'
|
92
|
+
height='160' width='160' />
|
93
|
+
<media:credit>Liz</media:credit>
|
94
|
+
</media:group>
|
95
|
+
<georss:where>
|
96
|
+
<gml:Point>
|
97
|
+
<gml:pos>37.38911780598221 -122.08638668060303</gml:pos>
|
98
|
+
</gml:Point>
|
99
|
+
<gml:Envelope>
|
100
|
+
<gml:lowerCorner>37.38482151758655
|
101
|
+
-122.0958924293518</gml:lowerCorner>
|
102
|
+
<gml:upperCorner>37.39341409437787
|
103
|
+
-122.07688093185425</gml:upperCorner>
|
104
|
+
</gml:Envelope>
|
105
|
+
</georss:where>
|
106
|
+
</entry>
|
107
|
+
</feed>
|