titi 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +23 -4
- data/VERSION +1 -1
- data/examples/twitter.rb +4 -12
- data/lib/titi.rb +6 -0
- data/lib/titi/fetcher.rb +5 -0
- data/lib/titi/fetcher/json.rb +32 -0
- data/lib/titi/provider.rb +0 -23
- data/lib/titi/provider/activity_streams.rb +10 -139
- data/lib/titi/provider/activity_streams/activity_streams_struct.rb +46 -0
- data/lib/titi/provider/activity_streams/actor.rb +11 -0
- data/lib/titi/provider/activity_streams/address.rb +11 -0
- data/lib/titi/provider/activity_streams/entry.rb +38 -0
- data/lib/titi/provider/activity_streams/feed.rb +25 -0
- data/lib/titi/provider/activity_streams/feed.xml.erb +13 -11
- data/lib/titi/provider/activity_streams/link.rb +15 -0
- data/lib/titi/provider/activity_streams/obj.rb +19 -0
- data/lib/titi/provider/ameba/.gitignore +0 -0
- data/lib/titi/provider/avatars_united/.gitignore +0 -0
- data/lib/titi/provider/baidu/.gitignore +0 -0
- data/lib/titi/provider/bebo/.gitignore +0 -0
- data/lib/titi/provider/blipfm/.gitignore +0 -0
- data/lib/titi/provider/blippr/.gitignore +0 -0
- data/lib/titi/provider/bliptv/.gitignore +0 -0
- data/lib/titi/provider/blogger/.gitignore +0 -0
- data/lib/titi/provider/brightkite/.gitignore +0 -0
- data/lib/titi/provider/buzznet/.gitignore +0 -0
- data/lib/titi/provider/cinchcast/.gitignore +0 -0
- data/lib/titi/provider/corkd/.gitignore +0 -0
- data/lib/titi/provider/daily_motion/.gitignore +0 -0
- data/lib/titi/provider/delicious/.gitignore +0 -0
- data/lib/titi/provider/deviant_art/.gitignore +0 -0
- data/lib/titi/provider/digg/.gitignore +0 -0
- data/lib/titi/provider/diigo/.gitignore +0 -0
- data/lib/titi/provider/douban/.gitignore +0 -0
- data/lib/titi/provider/flickr/.gitignore +0 -0
- data/lib/titi/provider/flixster/.gitignore +0 -0
- data/lib/titi/provider/fotolog/.gitignore +0 -0
- data/lib/titi/provider/friendfeed/.gitignore +0 -0
- data/lib/titi/provider/friendster/.gitignore +0 -0
- data/lib/titi/provider/funny_or_die/.gitignore +0 -0
- data/lib/titi/provider/gamer_dna/.gitignore +0 -0
- data/lib/titi/provider/gather/.gitignore +0 -0
- data/lib/titi/provider/generic_feed.rb +49 -0
- data/lib/titi/provider/generic_feed/.gitignore +0 -0
- data/lib/titi/provider/goodreads/.gitignore +0 -0
- data/lib/titi/provider/google_reader/.gitignore +0 -0
- data/lib/titi/provider/hatena/.gitignore +0 -0
- data/lib/titi/provider/hi5/.gitignore +0 -0
- data/lib/titi/provider/hulu/.gitignore +0 -0
- data/lib/titi/provider/hyves/.gitignore +0 -0
- data/lib/titi/provider/identica/.gitignore +0 -0
- data/lib/titi/provider/ilike/.gitignore +0 -0
- data/lib/titi/provider/jaiku/.gitignore +0 -0
- data/lib/titi/provider/joost/.gitignore +0 -0
- data/lib/titi/provider/lastfm/.gitignore +0 -0
- data/lib/titi/provider/librarything/.gitignore +0 -0
- data/lib/titi/provider/list_of_providers.rb +142 -0
- data/lib/titi/provider/livejournal/.gitignore +0 -0
- data/lib/titi/provider/meneame/.gitignore +0 -0
- data/lib/titi/provider/metacafe/.gitignore +0 -0
- data/lib/titi/provider/mixx/.gitignore +0 -0
- data/lib/titi/provider/moby_picture/.gitignore +0 -0
- data/lib/titi/provider/multiply/.gitignore +0 -0
- data/lib/titi/provider/netlog/.gitignore +0 -0
- data/lib/titi/provider/newsvine/.gitignore +0 -0
- data/lib/titi/provider/pandora/.gitignore +0 -0
- data/lib/titi/provider/photobucket/.gitignore +0 -0
- data/lib/titi/provider/photocase/.gitignore +0 -0
- data/lib/titi/provider/picasa/.gitignore +0 -0
- data/lib/titi/provider/plurk/.gitignore +0 -0
- data/lib/titi/provider/posterous/.gitignore +0 -0
- data/lib/titi/provider/propeller/.gitignore +0 -0
- data/lib/titi/provider/qik/.gitignore +0 -0
- data/lib/titi/provider/qype/.gitignore +0 -0
- data/lib/titi/provider/raptr/.gitignore +0 -0
- data/lib/titi/provider/readernaut/.gitignore +0 -0
- data/lib/titi/provider/reddit/.gitignore +0 -0
- data/lib/titi/provider/revver/.gitignore +0 -0
- data/lib/titi/provider/skyrock/.gitignore +0 -0
- data/lib/titi/provider/slideshare/.gitignore +0 -0
- data/lib/titi/provider/smotri/.gitignore +0 -0
- data/lib/titi/provider/smugmug/.gitignore +0 -0
- data/lib/titi/provider/stumbleupon/.gitignore +0 -0
- data/lib/titi/provider/tumblr/.gitignore +0 -0
- data/lib/titi/provider/twelve_seconds/.gitignore +0 -0
- data/lib/titi/provider/twine/.gitignore +0 -0
- data/lib/titi/provider/twitter.rb +18 -15
- data/lib/titi/provider/twitter/.gitignore +0 -0
- data/lib/titi/provider/{twitter_rss → twitter}/README.textile +0 -0
- data/lib/titi/provider/twitter/models.rb +9 -11
- data/lib/titi/provider/{twitter_rss/models.rb → twitter/rss_feed.rb} +9 -10
- data/lib/titi/provider/vimeo/.gitignore +0 -0
- data/lib/titi/provider/visualizeus/.gitignore +0 -0
- data/lib/titi/provider/wordpress/.gitignore +0 -0
- data/lib/titi/provider/xanga/.gitignore +0 -0
- data/lib/titi/provider/yelp/.gitignore +0 -0
- data/lib/titi/provider/zooomr/.gitignore +0 -0
- data/spec/data/provider/ameba/.gitignore +0 -0
- data/spec/data/provider/avatars_united/.gitignore +0 -0
- data/spec/data/provider/baidu/.gitignore +0 -0
- data/spec/data/provider/bebo/.gitignore +0 -0
- data/spec/data/provider/blipfm/.gitignore +0 -0
- data/spec/data/provider/blippr/.gitignore +0 -0
- data/spec/data/provider/bliptv/.gitignore +0 -0
- data/spec/data/provider/blogger/.gitignore +0 -0
- data/spec/data/provider/brightkite/.gitignore +0 -0
- data/spec/data/provider/buzznet/.gitignore +0 -0
- data/spec/data/provider/cinchcast/.gitignore +0 -0
- data/spec/data/provider/corkd/.gitignore +0 -0
- data/spec/data/provider/daily_motion/.gitignore +0 -0
- data/spec/data/provider/delicious/.gitignore +0 -0
- data/spec/data/provider/delicious/delicious_bookmarks-activity_streams.xml +440 -0
- data/spec/data/provider/delicious/delicious_bookmarks-raw_feed.xml +239 -0
- data/spec/data/provider/deviant_art/.gitignore +0 -0
- data/spec/data/provider/digg/.gitignore +0 -0
- data/spec/data/provider/diigo/.gitignore +0 -0
- data/spec/data/provider/douban/.gitignore +0 -0
- data/spec/data/provider/flickr/.gitignore +0 -0
- data/spec/data/provider/flickr/flickr_favorites-activity_streams.xml +1040 -0
- data/spec/data/provider/flickr/flickr_favorites-raw_rss.xml +557 -0
- data/spec/data/provider/flixster/.gitignore +0 -0
- data/spec/data/provider/fotolog/.gitignore +0 -0
- data/spec/data/provider/friendfeed/.gitignore +0 -0
- data/spec/data/provider/friendster/.gitignore +0 -0
- data/spec/data/provider/funny_or_die/.gitignore +0 -0
- data/spec/data/provider/gamer_dna/.gitignore +0 -0
- data/spec/data/provider/gather/.gitignore +0 -0
- data/spec/data/provider/generic_feed/.gitignore +0 -0
- data/spec/data/provider/goodreads/.gitignore +0 -0
- data/spec/data/provider/google_reader/.gitignore +0 -0
- data/spec/data/provider/hatena/.gitignore +0 -0
- data/spec/data/provider/hi5/.gitignore +0 -0
- data/spec/data/provider/hulu/.gitignore +0 -0
- data/spec/data/provider/hyves/.gitignore +0 -0
- data/spec/data/provider/identica/.gitignore +0 -0
- data/spec/data/provider/identica/identica_statuses-raw_feed.xml +465 -0
- data/spec/data/provider/ilike/.gitignore +0 -0
- data/spec/data/provider/jaiku/.gitignore +0 -0
- data/spec/data/provider/joost/.gitignore +0 -0
- data/spec/data/provider/lastfm/.gitignore +0 -0
- data/spec/data/provider/librarything/.gitignore +0 -0
- data/spec/data/provider/livejournal/.gitignore +0 -0
- data/spec/data/provider/meneame/.gitignore +0 -0
- data/spec/data/provider/metacafe/.gitignore +0 -0
- data/spec/data/provider/mixx/.gitignore +0 -0
- data/spec/data/provider/moby_picture/.gitignore +0 -0
- data/spec/data/provider/multiply/.gitignore +0 -0
- data/spec/data/provider/netlog/.gitignore +0 -0
- data/spec/data/provider/newsvine/.gitignore +0 -0
- data/spec/data/provider/pandora/.gitignore +0 -0
- data/spec/data/provider/photobucket/.gitignore +0 -0
- data/spec/data/provider/photocase/.gitignore +0 -0
- data/spec/data/provider/picasa/.gitignore +0 -0
- data/spec/data/provider/plurk/.gitignore +0 -0
- data/spec/data/provider/posterous/.gitignore +0 -0
- data/spec/data/provider/propeller/.gitignore +0 -0
- data/spec/data/provider/qik/.gitignore +0 -0
- data/spec/data/provider/qype/.gitignore +0 -0
- data/spec/data/provider/raptr/.gitignore +0 -0
- data/spec/data/provider/readernaut/.gitignore +0 -0
- data/spec/data/provider/reddit/.gitignore +0 -0
- data/spec/data/provider/revver/.gitignore +0 -0
- data/spec/data/provider/skyrock/.gitignore +0 -0
- data/spec/data/provider/slideshare/.gitignore +0 -0
- data/spec/data/provider/smotri/.gitignore +0 -0
- data/spec/data/provider/smugmug/.gitignore +0 -0
- data/spec/data/provider/stumbleupon/.gitignore +0 -0
- data/spec/data/provider/tumblr/.gitignore +0 -0
- data/spec/data/provider/tumblr/tumblr_posts-raw_feed.xml +150 -0
- data/spec/data/provider/twelve_seconds/.gitignore +0 -0
- data/spec/data/provider/twine/.gitignore +0 -0
- data/spec/data/provider/twitter/.gitignore +0 -0
- data/spec/data/provider/twitter/twitter-api_user_timeline-activity_streams.xml +27 -0
- data/spec/data/provider/twitter/twitter-api_user_timeline-raw_json.json +1 -0
- data/spec/data/provider/twitter/twitter_rss_user_timeline-activity_streams.xml +46 -0
- data/spec/data/provider/twitter/twitter_rss_user_timeline-raw_feed.xml +83 -0
- data/spec/data/provider/vimeo/.gitignore +0 -0
- data/spec/data/provider/visualizeus/.gitignore +0 -0
- data/spec/data/provider/wordpress/.gitignore +0 -0
- data/spec/data/provider/xanga/.gitignore +0 -0
- data/spec/data/provider/yelp/.gitignore +0 -0
- data/spec/data/provider/youtube/youtube_videos-activity_streams.xml +629 -0
- data/spec/data/provider/youtube/youtube_videos-raw_feed.xml +51 -0
- data/spec/data/provider/zooomr/.gitignore +0 -0
- data/spec/spec_helper.rb +3 -2
- data/spec/support/compare_to_standard_example.rb +17 -0
- data/spec/titi_spec.rb +8 -2
- data/titi.gemspec +179 -5
- metadata +180 -6
- data/lib/titi/provider/generic_rss.rb +0 -50
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,150 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<rss version="2.0">
|
3
|
+
<channel>
|
4
|
+
<atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom" />
|
5
|
+
<description>Random thoughts, cool tools, links from the infochimps dev team</description>
|
6
|
+
<title>Infochimps Dev Blog - Rails, Ruby, Data</title>
|
7
|
+
<generator>Tumblr (3.0; @infochimps)</generator>
|
8
|
+
<link>http://infochimps.tumblr.com/</link>
|
9
|
+
<item>
|
10
|
+
<title>How to create datasets that the rest of the world needs</title>
|
11
|
+
<description><a href="http://blog.infochimps.org/2010/03/04/how-to-create-datasets-that-the-rest-of-the-world-needs/">How to create datasets that the rest of the world needs</a>: <p>We recently created a dataset for the web site that is a map between IP addresses to zip codes and census demographic information. The work that was involved in this is representative of the type of…</p></description>
|
12
|
+
<link>http://infochimps.tumblr.com/post/426785210</link>
|
13
|
+
<guid>http://infochimps.tumblr.com/post/426785210</guid>
|
14
|
+
<pubDate>Thu, 04 Mar 2010 14:59:57 -0600</pubDate>
|
15
|
+
</item>
|
16
|
+
<item>
|
17
|
+
<title>Looking for #CouchDB #MongoDB etc experts @ #SxSW brave enough for @stuhood’s #NoSQL...</title>
|
18
|
+
<description><p>Looking for #CouchDB #MongoDB etc experts @ #SxSW brave enough for @stuhood’s #NoSQL Smackdown, email us! <a href="http://j.mp/sxswdata">http://j.mp/sxswdata</a></p></description>
|
19
|
+
<link>http://infochimps.tumblr.com/post/422777460</link>
|
20
|
+
<guid>http://infochimps.tumblr.com/post/422777460</guid>
|
21
|
+
<pubDate>Tue, 02 Mar 2010 16:42:33 -0600</pubDate>
|
22
|
+
</item>
|
23
|
+
<item>
|
24
|
+
<title>Yay! #cassandra committer @stuhood confirmed as panelist for #SxSW data meetup...</title>
|
25
|
+
<description><p>Yay! #cassandra committer @stuhood confirmed as panelist for #SxSW data meetup <a href="http://bit.ly/sxswdata">http://bit.ly/sxswdata</a></p></description>
|
26
|
+
<link>http://infochimps.tumblr.com/post/421539212</link>
|
27
|
+
<guid>http://infochimps.tumblr.com/post/421539212</guid>
|
28
|
+
<pubDate>Tue, 02 Mar 2010 00:20:11 -0600</pubDate>
|
29
|
+
</item>
|
30
|
+
<item>
|
31
|
+
<title>Free report “Data, Data Everywhere” by @TheEconomist http://bit.ly/econdr featuring...</title>
|
32
|
+
<description><p>Free report “Data, Data Everywhere” by @TheEconomist <a href="http://bit.ly/econdr">http://bit.ly/econdr</a> featuring “Data Deluge” <a href="http://bit.ly/econdd">http://bit.ly/econdd</a></p></description>
|
33
|
+
<link>http://infochimps.tumblr.com/post/420200817</link>
|
34
|
+
<guid>http://infochimps.tumblr.com/post/420200817</guid>
|
35
|
+
<pubDate>Mon, 01 Mar 2010 12:08:57 -0600</pubDate>
|
36
|
+
</item>
|
37
|
+
<item>
|
38
|
+
<title>Eatin good with @RenneR and @fishbandito</title>
|
39
|
+
<description><p>Eatin good with @RenneR and @fishbandito</p></description>
|
40
|
+
<link>http://infochimps.tumblr.com/post/414634682</link>
|
41
|
+
<guid>http://infochimps.tumblr.com/post/414634682</guid>
|
42
|
+
<pubDate>Fri, 26 Feb 2010 22:14:59 -0600</pubDate>
|
43
|
+
</item>
|
44
|
+
<item>
|
45
|
+
<title>Congrats! RT @bjheinleyCarrie and I (and @Verdecamp ) made the business section of the Austin...</title>
|
46
|
+
<description><p>Congrats! RT @bjheinleyCarrie and I (and @Verdecamp ) made the business section of the Austin American Statesman today.. <a href="http://ow.ly/1bC89">http://ow.ly/1bC89</a></p></description>
|
47
|
+
<link>http://infochimps.tumblr.com/post/413775600</link>
|
48
|
+
<guid>http://infochimps.tumblr.com/post/413775600</guid>
|
49
|
+
<pubDate>Fri, 26 Feb 2010 13:59:06 -0600</pubDate>
|
50
|
+
</item>
|
51
|
+
<item>
|
52
|
+
<title>Sorry everybody for the fraudulent DM’s, should be fixed now</title>
|
53
|
+
<description><p>Sorry everybody for the fraudulent DM’s, should be fixed now</p></description>
|
54
|
+
<link>http://infochimps.tumblr.com/post/411273410</link>
|
55
|
+
<guid>http://infochimps.tumblr.com/post/411273410</guid>
|
56
|
+
<pubDate>Thu, 25 Feb 2010 09:22:04 -0600</pubDate>
|
57
|
+
</item>
|
58
|
+
<item>
|
59
|
+
<title>Take a look at what data people are requesting on Infochimps.org:...</title>
|
60
|
+
<description><p>Take a look at what data people are requesting on Infochimps.org: <a href="http://infochimps.org/dataset_requests">http://infochimps.org/dataset_requests</a></p></description>
|
61
|
+
<link>http://infochimps.tumblr.com/post/409523799</link>
|
62
|
+
<guid>http://infochimps.tumblr.com/post/409523799</guid>
|
63
|
+
<pubDate>Wed, 24 Feb 2010 13:52:07 -0600</pubDate>
|
64
|
+
</item>
|
65
|
+
<item>
|
66
|
+
<title>At least its sunny on our iPhones RT @VizWorld: NASA - 3D Sun for the iPhone http://bit.ly/99YGUQ</title>
|
67
|
+
<description><p>At least its sunny on our iPhones RT @VizWorld: NASA - 3D Sun for the iPhone <a href="http://bit.ly/99YGUQ">http://bit.ly/99YGUQ</a></p></description>
|
68
|
+
<link>http://infochimps.tumblr.com/post/407795729</link>
|
69
|
+
<guid>http://infochimps.tumblr.com/post/407795729</guid>
|
70
|
+
<pubDate>Tue, 23 Feb 2010 17:26:22 -0600</pubDate>
|
71
|
+
</item>
|
72
|
+
<item>
|
73
|
+
<title>organizing a data cluster meetup at SXSW. join us! details and rsvp at http://bit.ly/sxswdata</title>
|
74
|
+
<description><p>organizing a data cluster meetup at SXSW. join us! details and rsvp at <a href="http://bit.ly/sxswdata">http://bit.ly/sxswdata</a></p></description>
|
75
|
+
<link>http://infochimps.tumblr.com/post/405670991</link>
|
76
|
+
<guid>http://infochimps.tumblr.com/post/405670991</guid>
|
77
|
+
<pubDate>Mon, 22 Feb 2010 17:02:16 -0600</pubDate>
|
78
|
+
</item>
|
79
|
+
<item>
|
80
|
+
<title>RT @kristiewells:Twitter+data visualization=important advances in sensemaking from Harvard Biz...</title>
|
81
|
+
<description><p>RT @kristiewells:Twitter+data visualization=important advances in sensemaking from Harvard Biz Review.http://bit.ly/czOD6C</p></description>
|
82
|
+
<link>http://infochimps.tumblr.com/post/404452378</link>
|
83
|
+
<guid>http://infochimps.tumblr.com/post/404452378</guid>
|
84
|
+
<pubDate>Mon, 22 Feb 2010 00:58:30 -0600</pubDate>
|
85
|
+
</item>
|
86
|
+
<item>
|
87
|
+
<title>What a great day for dataviz! Dataviz u can play with: http://bit.ly/abviz & @NSF dataviz...</title>
|
88
|
+
<description><p>What a great day for dataviz! Dataviz u can play with: <a href="http://bit.ly/abviz">http://bit.ly/abviz</a> & @NSF dataviz winners: <a href="http://bit.ly/nsfdvw">http://bit.ly/nsfdvw</a></p></description>
|
89
|
+
<link>http://infochimps.tumblr.com/post/399260073</link>
|
90
|
+
<guid>http://infochimps.tumblr.com/post/399260073</guid>
|
91
|
+
<pubDate>Fri, 19 Feb 2010 16:31:06 -0600</pubDate>
|
92
|
+
</item>
|
93
|
+
<item>
|
94
|
+
<title>What a great day for dataviz! Dataviz you can play with: bit.ly/abviz & Slideshow of @NSF...</title>
|
95
|
+
<description><p>What a great day for dataviz! Dataviz you can play with: bit.ly/abviz & Slideshow of @NSF dataviz winners: bit.ly/nsfdvw</p></description>
|
96
|
+
<link>http://infochimps.tumblr.com/post/399260075</link>
|
97
|
+
<guid>http://infochimps.tumblr.com/post/399260075</guid>
|
98
|
+
<pubDate>Fri, 19 Feb 2010 16:31:06 -0600</pubDate>
|
99
|
+
</item>
|
100
|
+
<item>
|
101
|
+
<title>RT @mrflip: @infochimps on @adamstac’s Web 2.0 show talking about #bigdata, @capitalfactory...</title>
|
102
|
+
<description><p>RT @mrflip: @infochimps on @adamstac’s Web 2.0 show talking about #bigdata, @capitalfactory & the pitch: <a href="http://bit.ly/web20show">http://bit.ly/web20show</a></p></description>
|
103
|
+
<link>http://infochimps.tumblr.com/post/395058634</link>
|
104
|
+
<guid>http://infochimps.tumblr.com/post/395058634</guid>
|
105
|
+
<pubDate>Wed, 17 Feb 2010 12:56:10 -0600</pubDate>
|
106
|
+
</item>
|
107
|
+
<item>
|
108
|
+
<title>RT @WebTrends blog: Win InfoChimps Twitter Census Data!: http://bit.ly/9FwD9A</title>
|
109
|
+
<description><p>RT @WebTrends blog: Win InfoChimps Twitter Census Data!: <a href="http://bit.ly/9FwD9A">http://bit.ly/9FwD9A</a></p></description>
|
110
|
+
<link>http://infochimps.tumblr.com/post/393538440</link>
|
111
|
+
<guid>http://infochimps.tumblr.com/post/393538440</guid>
|
112
|
+
<pubDate>Tue, 16 Feb 2010 17:29:17 -0600</pubDate>
|
113
|
+
</item>
|
114
|
+
<item>
|
115
|
+
<title>Our own @mrflip at the SemWebAustin panel tonight, to discuss #opendata plans for City of Austin!...</title>
|
116
|
+
<description><p>Our own @mrflip at the SemWebAustin panel tonight, to discuss #opendata plans for City of Austin! 6:00pm at @texascoworking</p></description>
|
117
|
+
<link>http://infochimps.tumblr.com/post/391486694</link>
|
118
|
+
<guid>http://infochimps.tumblr.com/post/391486694</guid>
|
119
|
+
<pubDate>Mon, 15 Feb 2010 16:13:14 -0600</pubDate>
|
120
|
+
</item>
|
121
|
+
<item>
|
122
|
+
<title>Does it pay to work for Texas? Useful app from the @TexasTribune - hooray for #opendata!...</title>
|
123
|
+
<description><p>Does it pay to work for Texas? Useful app from the @TexasTribune - hooray for #opendata! <a href="http://bit.ly/txpay">http://bit.ly/txpay</a></p></description>
|
124
|
+
<link>http://infochimps.tumblr.com/post/391486690</link>
|
125
|
+
<guid>http://infochimps.tumblr.com/post/391486690</guid>
|
126
|
+
<pubDate>Mon, 15 Feb 2010 16:13:14 -0600</pubDate>
|
127
|
+
</item>
|
128
|
+
<item>
|
129
|
+
<title>RT @mikeolson @peteskomoroch @ChrisDiehl: Haiti Twitter data from @infochimps - http://is.gd/8diWv</title>
|
130
|
+
<description><p>RT @mikeolson @peteskomoroch @ChrisDiehl: Haiti Twitter data from @infochimps - <a href="http://is.gd/8diWv">http://is.gd/8diWv</a></p></description>
|
131
|
+
<link>http://infochimps.tumblr.com/post/386149215</link>
|
132
|
+
<guid>http://infochimps.tumblr.com/post/386149215</guid>
|
133
|
+
<pubDate>Fri, 12 Feb 2010 16:56:02 -0600</pubDate>
|
134
|
+
</item>
|
135
|
+
<item>
|
136
|
+
<title>Best one yet: http://bit.ly/clSg9q @austininformavore, @royalfrasier, @austinstartup Informavor:...</title>
|
137
|
+
<description><p>Best one yet: <a href="http://bit.ly/clSg9q">http://bit.ly/clSg9q</a> @austininformavore, @royalfrasier, @austinstartup Informavor: What Vegas Can Teach Entrepreneurs</p></description>
|
138
|
+
<link>http://infochimps.tumblr.com/post/385306359</link>
|
139
|
+
<guid>http://infochimps.tumblr.com/post/385306359</guid>
|
140
|
+
<pubDate>Fri, 12 Feb 2010 04:10:36 -0600</pubDate>
|
141
|
+
</item>
|
142
|
+
<item>
|
143
|
+
<title>Compare national responses to the Haitian crisis with this great viz: http://bit.ly/aidviz</title>
|
144
|
+
<description><p>Compare national responses to the Haitian crisis with this great viz: <a href="http://bit.ly/aidviz">http://bit.ly/aidviz</a></p></description>
|
145
|
+
<link>http://infochimps.tumblr.com/post/378338347</link>
|
146
|
+
<guid>http://infochimps.tumblr.com/post/378338347</guid>
|
147
|
+
<pubDate>Mon, 08 Feb 2010 11:23:28 -0600</pubDate>
|
148
|
+
</item>
|
149
|
+
</channel>
|
150
|
+
</rss>
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<feed>
|
2
|
+
<entry>
|
3
|
+
<title>THANK GOODNESS THE LIBRARY OF CONGRESS HAS UNDERSTOOD THE IMPORTANCE OF MY TWEETS what do you mean others are getting in too</title>
|
4
|
+
<content type="html">THANK GOODNESS THE LIBRARY OF CONGRESS HAS UNDERSTOOD THE IMPORTANCE OF MY TWEETS what do you mean others are getting in too</content>
|
5
|
+
<id>tag:twitter.com,2007:http://twitter.com/sockington/statuses/12233609555</id>
|
6
|
+
<published>2010-04-15T17:01:52+00:00</published>
|
7
|
+
<updated ></updated>
|
8
|
+
<link type="text/html" rel="alternate" href=""/>
|
9
|
+
<link type="image/pjpeg" rel="icon" href=""/>
|
10
|
+
<author>
|
11
|
+
<name>Sockamillion</name>
|
12
|
+
<uri>http://www.sockington.org/</uri>
|
13
|
+
</author>
|
14
|
+
<activity:verb></activity:verb>
|
15
|
+
<activity:object>
|
16
|
+
<id>12233609555</id>
|
17
|
+
<title>THANK GOODNESS THE LIBRARY OF CONGRESS HAS UNDERSTOOD THE IMPORTANCE OF MY TWEETS what do you mean others are getting in too</title>
|
18
|
+
<link type="text/html" rel="alternate" href=""/>
|
19
|
+
<published>Thu Apr 15 17:01:52 +0000 2010</published>
|
20
|
+
<updated >Thu Apr 15 17:01:52 +0000 2010</updated>
|
21
|
+
<author>
|
22
|
+
<name>Sockamillion</name>
|
23
|
+
<uri >http://www.sockington.org/</uri>
|
24
|
+
</author>
|
25
|
+
</activity:object>
|
26
|
+
</entry>
|
27
|
+
</feed>
|
@@ -0,0 +1 @@
|
|
1
|
+
{"contributors":null,"favorited":false,"in_reply_to_status_id":null,"created_at":"Thu Apr 15 17:01:52 +0000 2010","geo":null,"in_reply_to_user_id":null,"truncated":false,"place":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","coordinates":null,"in_reply_to_screen_name":null,"user":{"created_at":"Mon Mar 19 03:45:00 +0000 2007","profile_sidebar_fill_color":"585e7e","description":"I am Jason Scott's Cat.","geo_enabled":true,"time_zone":"Eastern Time (US & Canada)","following":true,"profile_sidebar_border_color":"79c021","verified":false,"url":"http://www.sockington.org/","profile_image_url":"http://a3.twimg.com/profile_images/77537329/IMG_3738_normal.JPG","notifications":false,"profile_background_color":"48484c","location":"Waltham, MA","screen_name":"sockington","profile_background_image_url":"http://a1.twimg.com/profile_background_images/6682718/SocksTwitter.jpg","followers_count":1520814,"statuses_count":6234,"profile_text_color":"000000","protected":false,"profile_background_tile":false,"friends_count":457,"name":"Sockamillion","contributors_enabled":false,"profile_link_color":"000000","id":1468401,"lang":"en","utc_offset":-18000,"favourites_count":2},"id":12233609555,"text":"THANK GOODNESS THE LIBRARY OF CONGRESS HAS UNDERSTOOD THE IMPORTANCE OF MY TWEETS what do you mean others are getting in too"}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:georss="http://www.georss.org/georss">
|
3
|
+
<channel>
|
4
|
+
<title>Twitter / dbounds</title>
|
5
|
+
<link>http://twitter.com/dbounds</link>
|
6
|
+
<atom:link type="application/rss+xml" href="http://twitter.com/statuses/user_timeline/14402132.rss" rel="self"/>
|
7
|
+
<description>Twitter updates from Darren Bounds / dbounds.</description>
|
8
|
+
<language>en-us</language>
|
9
|
+
<ttl>40</ttl>
|
10
|
+
<item>
|
11
|
+
<title>dbounds: RT @banksean: Just saw a @cliqset #salmon @-mention interop demo by @jpanzer. Very neat stuff!</title>
|
12
|
+
<description>dbounds: RT @banksean: Just saw a @cliqset #salmon @-mention interop demo by @jpanzer. Very neat stuff!</description>
|
13
|
+
<pubDate>Fri, 16 Apr 2010 00:18:15 +0000</pubDate>
|
14
|
+
<guid>http://twitter.com/dbounds/statuses/12252880775</guid>
|
15
|
+
<link>http://twitter.com/dbounds/statuses/12252880775</link>
|
16
|
+
</item>
|
17
|
+
<item>
|
18
|
+
<title>dbounds: Wow. Ning laying off 40% of their employees and saying goodbye to free social networks. http://cs.cm/173NZ</title>
|
19
|
+
<description>dbounds: Wow. Ning laying off 40% of their employees and saying goodbye to free social networks. http://cs.cm/173NZ</description>
|
20
|
+
<pubDate>Thu, 15 Apr 2010 17:58:59 +0000</pubDate>
|
21
|
+
<guid>http://twitter.com/dbounds/statuses/12236191485</guid>
|
22
|
+
<link>http://twitter.com/dbounds/statuses/12236191485</link>
|
23
|
+
</item>
|
24
|
+
<item>
|
25
|
+
<title>dbounds: RT @ChrisSaad: I'm speechless... how do we allow this to continue? http://wikileaks.org/</title>
|
26
|
+
<description>dbounds: RT @ChrisSaad: I'm speechless... how do we allow this to continue? http://wikileaks.org/</description>
|
27
|
+
<pubDate>Thu, 15 Apr 2010 16:34:33 +0000</pubDate>
|
28
|
+
<guid>http://twitter.com/dbounds/statuses/12232309965</guid>
|
29
|
+
<link>http://twitter.com/dbounds/statuses/12232309965</link>
|
30
|
+
</item>
|
31
|
+
<item>
|
32
|
+
<title>dbounds: Shared: Ansi is UNDEAD-blocktronics http://cs.cm/p7iIo</title>
|
33
|
+
<description>dbounds: Shared: Ansi is UNDEAD-blocktronics http://cs.cm/p7iIo</description>
|
34
|
+
<pubDate>Wed, 14 Apr 2010 19:24:58 +0000</pubDate>
|
35
|
+
<guid>http://twitter.com/dbounds/statuses/12179694919</guid>
|
36
|
+
<link>http://twitter.com/dbounds/statuses/12179694919</link>
|
37
|
+
</item>
|
38
|
+
<item>
|
39
|
+
<title>dbounds: Twitter supporting custom annotations is HUGE. The 140 character boundary is gone. Richer and larger content has arrived.</title>
|
40
|
+
<description>dbounds: Twitter supporting custom annotations is HUGE. The 140 character boundary is gone. Richer and larger content has arrived.</description>
|
41
|
+
<pubDate>Wed, 14 Apr 2010 18:39:13 +0000</pubDate>
|
42
|
+
<guid>http://twitter.com/dbounds/statuses/12177784209</guid>
|
43
|
+
<link>http://twitter.com/dbounds/statuses/12177784209</link>
|
44
|
+
</item>
|
45
|
+
</channel>
|
46
|
+
</rss>
|
@@ -0,0 +1,83 @@
|
|
1
|
+
<feed xmlns="http://www.w3.org/2005/Atom">
|
2
|
+
<link href="http://pubsubhubbub.appspot.com/" rel="hub"></link><title type="text">Activity Stream for: dbounds</title><id>http://cliqset.com/feed/atom?uid=dbounds</id><entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/"><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
3
|
+
<id>http://twitter.com/dbounds/statuses/12252880775</id>
|
4
|
+
<published>2010-04-16T00:18:15.000Z</published>
|
5
|
+
<updated>2010-04-16T00:18:15.961Z</updated>
|
6
|
+
<link href="http://twitter.com/banksean/statuses/12244282580" type="text/xhtml" rel="via" title="Just saw a @cliqset #salmon @-mention interop demo by @jpanzer. Very neat stuff!"></link>
|
7
|
+
<title type="text">dbounds shared : banksean posted a note on Twitter</title>
|
8
|
+
<summary type="html">RT @banksean: Just saw a @cliqset #salmon @-mention interop demo by @jpanzer. Very neat stuff!</summary>
|
9
|
+
<author>
|
10
|
+
<name>dbounds</name>
|
11
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
12
|
+
</author>
|
13
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
|
14
|
+
<service:provider>
|
15
|
+
<name>twitter</name>
|
16
|
+
<uri>http://twitter.com</uri>
|
17
|
+
<icon>http://cliqset-services.s3.amazonaws.com/twitter.png</icon>
|
18
|
+
</service:provider>
|
19
|
+
<category scheme="http://schemas.cliqset.com/activity/tags/1.0" term="salmon" label="salmon"></category>
|
20
|
+
<activity:object>
|
21
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
22
|
+
<id>http://twitter.com/dbounds/statuses/12252880775</id>
|
23
|
+
<content type="text">Just saw a @cliqset #salmon @-mention interop demo by @jpanzer. Very neat stuff!</content>
|
24
|
+
<link rel="alternate" type="text/html" href="http://twitter.com/dbounds/statuses/12252880775"></link>
|
25
|
+
<id>http://twitter.com/dbounds/statuses/12252880775/0</id></activity:object>
|
26
|
+
<contributor>
|
27
|
+
<name>banksean</name>
|
28
|
+
<uri>http://twitter.com/banksean</uri>
|
29
|
+
</contributor>
|
30
|
+
<category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="StatusShared" label="Status Shared"></category>
|
31
|
+
<link href="http://cliqset.com/user/dbounds/MTIyNTI4ODA3NzUe" type="text/xhtml" rel="alternate" title="dbounds shared : banksean posted a note on Twitter"></link>
|
32
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
33
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
34
|
+
<poco:name>
|
35
|
+
<poco:givenName>Darren</poco:givenName>
|
36
|
+
<poco:familyName>Bounds</poco:familyName>
|
37
|
+
</poco:name>
|
38
|
+
<link xmlns:media="http://purl.org/syndication/atommedia" type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80"></link>
|
39
|
+
<link xmlns:media="http://purl.org/syndication/atommedia" type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120"></link>
|
40
|
+
<link xmlns:media="http://purl.org/syndication/atommedia" type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200"></link>
|
41
|
+
<link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0"></link><id>http://cliqset.com/user/dbounds</id></activity:actor>
|
42
|
+
</entry>
|
43
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/"><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
44
|
+
<published>2010-04-15T16:34:33.000Z</published>
|
45
|
+
<summary type="html">RT @ChrisSaad: I'm speechless... how do we allow this to continue? http://wikileaks.org/</summary>
|
46
|
+
<service:provider>
|
47
|
+
<name>twitter</name>
|
48
|
+
<uri>http://twitter.com</uri>
|
49
|
+
<icon>http://cliqset-services.s3.amazonaws.com/twitter.png</icon>
|
50
|
+
</service:provider>
|
51
|
+
<id>http://twitter.com/dbounds/statuses/12232309965</id>
|
52
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
|
53
|
+
<activity:object>
|
54
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
55
|
+
<id>http://twitter.com/dbounds/statuses/12232309965</id>
|
56
|
+
<content type="text">I'm speechless... how do we allow this to continue? http://wikileaks.org/</content>
|
57
|
+
<link rel="alternate" type="text/html" href="http://twitter.com/dbounds/statuses/12232309965"></link>
|
58
|
+
<id>http://twitter.com/dbounds/statuses/12232309965/0</id></activity:object>
|
59
|
+
<contributor>
|
60
|
+
<name>Chris Saad</name>
|
61
|
+
<uri>http://cliqset.com/user/chrissaad</uri>
|
62
|
+
</contributor>
|
63
|
+
<link href="http://cliqset.com/user/chrissaad/MTIyMzE3ODM3MjIe" type="text/xhtml" rel="via" title="chrissaad posted a note on Twitter"></link>
|
64
|
+
<title type="text">dbounds shared : chrissaad posted a note on Twitter</title>
|
65
|
+
<category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="StatusShared" label="Status Shared"></category>
|
66
|
+
<updated>2010-04-15T16:34:35.214Z</updated>
|
67
|
+
<link href="http://cliqset.com/user/dbounds/MTIyMzIzMDk5NjUe" type="text/xhtml" rel="alternate" title="dbounds shared : chrissaad posted a note on Twitter"></link>
|
68
|
+
<author>
|
69
|
+
<name>dbounds</name>
|
70
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
71
|
+
</author>
|
72
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
73
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
74
|
+
<poco:name>
|
75
|
+
<poco:givenName>Darren</poco:givenName>
|
76
|
+
<poco:familyName>Bounds</poco:familyName>
|
77
|
+
</poco:name>
|
78
|
+
<link xmlns:media="http://purl.org/syndication/atommedia" type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80"></link>
|
79
|
+
<link xmlns:media="http://purl.org/syndication/atommedia" type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120"></link>
|
80
|
+
<link xmlns:media="http://purl.org/syndication/atommedia" type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200"></link>
|
81
|
+
<link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0"></link><id>http://cliqset.com/user/dbounds</id></activity:actor>
|
82
|
+
</entry>
|
83
|
+
</feed>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,629 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<feed xmlns="http://www.w3.org/2005/Atom">
|
3
|
+
</link href="http://pubsubhubbub.appspot.com/" rel="hub">
|
4
|
+
<title type="text">Activity Stream for: dbounds</title>
|
5
|
+
<id>http://cliqset.com/feed/atom?uid=dbounds</id>
|
6
|
+
<entry xmlns:cs="http://schemas.cliqset.com/200909" xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
7
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
8
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
9
|
+
<published>2010-04-16T00:11:11.000Z</published>
|
10
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
11
|
+
<service:provider>
|
12
|
+
<name>youtube</name>
|
13
|
+
<uri>http://youtube.com</uri>
|
14
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
15
|
+
</service:provider>
|
16
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
17
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
18
|
+
<title type="text">"Real Time" Ron Conway talks about investing in the new Twitter ecosystem</title>
|
19
|
+
</media:description type="text">
|
20
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/f500d7ca75637a9a6865ba2e006e5a32_thumb.jpg">
|
21
|
+
</link rel="enclosure" href="http://www.youtube.com/v/vW-bhzX6sxk&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
22
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=vW-bhzX6sxk&feature=youtube_gdata">
|
23
|
+
<id>tag:cliqset.com,2010-04-15:/user/dbounds/SIegw7aeHpfhRgee/0</id>
|
24
|
+
</activity:object>
|
25
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
26
|
+
<updated>2010-04-16T00:20:52.366Z</updated>
|
27
|
+
<id>tag:cliqset.com,2010-04-15:/user/dbounds/SIegw7aeHpfhRgee</id>
|
28
|
+
</link href="http://cliqset.com/user/dbounds/SIegw7aeHpfhRgee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
29
|
+
<author>
|
30
|
+
<name>dbounds</name>
|
31
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
32
|
+
</author>
|
33
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
34
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
35
|
+
<poco:name>
|
36
|
+
<poco:givenName>Darren</poco:givenName>
|
37
|
+
<poco:familyName>Bounds</poco:familyName>
|
38
|
+
</poco:name>
|
39
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
40
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
41
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
42
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
43
|
+
<id>http://cliqset.com/user/dbounds</id>
|
44
|
+
</activity:actor>
|
45
|
+
<cs:likes>
|
46
|
+
<cs:like>
|
47
|
+
<cs:activityIdentifier>SIegw7aeHpfhRgee</cs:activityIdentifier>
|
48
|
+
<cs:date>2010-04-17T00:26:56.000Z</cs:date>
|
49
|
+
<cs:userIdentifier>charlie</cs:userIdentifier>
|
50
|
+
<cs:givenName>Charlie</cs:givenName>
|
51
|
+
<cs:familyName>Cauthen</cs:familyName>
|
52
|
+
<cs:profileUrl>http://cliqset.com/user/charlie</cs:profileUrl>
|
53
|
+
</cs:like>
|
54
|
+
</cs:likes>
|
55
|
+
</entry>
|
56
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
57
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
58
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
59
|
+
<published>2010-04-14T12:56:15.000Z</published>
|
60
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
61
|
+
<service:provider>
|
62
|
+
<name>youtube</name>
|
63
|
+
<uri>http://youtube.com</uri>
|
64
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
65
|
+
</service:provider>
|
66
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
67
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
68
|
+
<title type="text">Ansi is UNDEAD-blocktronics</title>
|
69
|
+
</media:description type="text">
|
70
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/1ecd1e608f40085a910f51cf7c448686_thumb.jpg">
|
71
|
+
</link rel="enclosure" href="http://www.youtube.com/v/UDQE0pzGbMQ&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
72
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=UDQE0pzGbMQ&feature=youtube_gdata">
|
73
|
+
<id>tag:cliqset.com,2010-04-14:/user/dbounds/HoQzFsqNHgsw2gee/0</id>
|
74
|
+
</activity:object>
|
75
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
76
|
+
<updated>2010-04-14T15:59:59.773Z</updated>
|
77
|
+
<id>tag:cliqset.com,2010-04-14:/user/dbounds/HoQzFsqNHgsw2gee</id>
|
78
|
+
</link href="http://cliqset.com/user/dbounds/HoQzFsqNHgsw2gee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
79
|
+
<author>
|
80
|
+
<name>dbounds</name>
|
81
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
82
|
+
</author>
|
83
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
84
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
85
|
+
<poco:name>
|
86
|
+
<poco:givenName>Darren</poco:givenName>
|
87
|
+
<poco:familyName>Bounds</poco:familyName>
|
88
|
+
</poco:name>
|
89
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
90
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
91
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
92
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
93
|
+
<id>http://cliqset.com/user/dbounds</id>
|
94
|
+
</activity:actor>
|
95
|
+
</entry>
|
96
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
97
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
98
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
99
|
+
<published>2010-03-31T18:34:19.000Z</published>
|
100
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
101
|
+
<service:provider>
|
102
|
+
<name>youtube</name>
|
103
|
+
<uri>http://youtube.com</uri>
|
104
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
105
|
+
</service:provider>
|
106
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
107
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
108
|
+
<title type="text">Scarface School Play - Kids Scarface School Play - Original</title>
|
109
|
+
</media:description type="text">
|
110
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/a4d9c1c4e363ab9d2cd551100262ac42_thumb.jpg">
|
111
|
+
</link rel="enclosure" href="http://www.youtube.com/v/LvB9soqceQA&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
112
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=LvB9soqceQA&feature=youtube_gdata">
|
113
|
+
<id>tag:cliqset.com,2010-03-31:/user/dbounds/fzi5zlBsdlwckgee/0</id>
|
114
|
+
</activity:object>
|
115
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
116
|
+
<updated>2010-03-31T18:51:00.169Z</updated>
|
117
|
+
<id>tag:cliqset.com,2010-03-31:/user/dbounds/fzi5zlBsdlwckgee</id>
|
118
|
+
</link href="http://cliqset.com/user/dbounds/fzi5zlBsdlwckgee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
119
|
+
<author>
|
120
|
+
<name>dbounds</name>
|
121
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
122
|
+
</author>
|
123
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
124
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
125
|
+
<poco:name>
|
126
|
+
<poco:givenName>Darren</poco:givenName>
|
127
|
+
<poco:familyName>Bounds</poco:familyName>
|
128
|
+
</poco:name>
|
129
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
130
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
131
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
132
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
133
|
+
<id>http://cliqset.com/user/dbounds</id>
|
134
|
+
</activity:actor>
|
135
|
+
</entry>
|
136
|
+
<entry xmlns:cs="http://schemas.cliqset.com/200909" xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
137
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
138
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
139
|
+
<published>2010-03-31T16:34:50.000Z</published>
|
140
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
141
|
+
<service:provider>
|
142
|
+
<name>youtube</name>
|
143
|
+
<uri>http://youtube.com</uri>
|
144
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
145
|
+
</service:provider>
|
146
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
147
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
148
|
+
<title type="text">Spiderman theme song 1960s</title>
|
149
|
+
</media:description type="text">
|
150
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/3b2a3442844da38cc7df1d6f4ccb1abb_thumb.jpg">
|
151
|
+
</link rel="enclosure" href="http://www.youtube.com/v/SUtziaZlDeE&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
152
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=SUtziaZlDeE&feature=youtube_gdata">
|
153
|
+
<id>tag:cliqset.com,2010-03-31:/user/dbounds/aTJ8IRbJ77imBAee/0</id>
|
154
|
+
</activity:object>
|
155
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
156
|
+
<updated>2010-03-31T18:50:58.031Z</updated>
|
157
|
+
<id>tag:cliqset.com,2010-03-31:/user/dbounds/aTJ8IRbJ77imBAee</id>
|
158
|
+
</link href="http://cliqset.com/user/dbounds/aTJ8IRbJ77imBAee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
159
|
+
<author>
|
160
|
+
<name>dbounds</name>
|
161
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
162
|
+
</author>
|
163
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
164
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
165
|
+
<poco:name>
|
166
|
+
<poco:givenName>Darren</poco:givenName>
|
167
|
+
<poco:familyName>Bounds</poco:familyName>
|
168
|
+
</poco:name>
|
169
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
170
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
171
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
172
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
173
|
+
<id>http://cliqset.com/user/dbounds</id>
|
174
|
+
</activity:actor>
|
175
|
+
<cs:likes>
|
176
|
+
<cs:like>
|
177
|
+
<cs:activityIdentifier>aTJ8IRbJ77imBAee</cs:activityIdentifier>
|
178
|
+
<cs:date>2010-04-06T14:29:15.000Z</cs:date>
|
179
|
+
<cs:userIdentifier>xivanedgex</cs:userIdentifier>
|
180
|
+
<cs:givenName>xIvan</cs:givenName>
|
181
|
+
<cs:familyName>Edgex</cs:familyName>
|
182
|
+
<cs:profileUrl>http://cliqset.com/user/xivanedgex</cs:profileUrl>
|
183
|
+
</cs:like>
|
184
|
+
</cs:likes>
|
185
|
+
</entry>
|
186
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
187
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
188
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
189
|
+
<published>2010-03-10T19:40:32.000Z</published>
|
190
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
191
|
+
<service:provider>
|
192
|
+
<name>youtube</name>
|
193
|
+
<uri>http://youtube.com</uri>
|
194
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
195
|
+
</service:provider>
|
196
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
197
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
198
|
+
<title type="text">Gowalla ships new iPhone version, now with cool photo uploads</title>
|
199
|
+
</media:description type="text">
|
200
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/561ceb41b544a3345c35ed50e7ef5c32_thumb.jpg">
|
201
|
+
</link rel="enclosure" href="http://www.youtube.com/v/eR2AxKniBaA&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
202
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=eR2AxKniBaA&feature=youtube_gdata">
|
203
|
+
<id>tag:cliqset.com,2010-03-10:/user/dbounds/mff70EA28eVw8gee/0</id>
|
204
|
+
</activity:object>
|
205
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
206
|
+
<updated>2010-03-10T19:49:48.731Z</updated>
|
207
|
+
<id>tag:cliqset.com,2010-03-10:/user/dbounds/mff70EA28eVw8gee</id>
|
208
|
+
</link href="http://cliqset.com/user/dbounds/mff70EA28eVw8gee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
209
|
+
<author>
|
210
|
+
<name>dbounds</name>
|
211
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
212
|
+
</author>
|
213
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
214
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
215
|
+
<poco:name>
|
216
|
+
<poco:givenName>Darren</poco:givenName>
|
217
|
+
<poco:familyName>Bounds</poco:familyName>
|
218
|
+
</poco:name>
|
219
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
220
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
221
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
222
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
223
|
+
<id>http://cliqset.com/user/dbounds</id>
|
224
|
+
</activity:actor>
|
225
|
+
</entry>
|
226
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
227
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
228
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
229
|
+
<published>2010-02-16T21:16:58.000Z</published>
|
230
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
231
|
+
<service:provider>
|
232
|
+
<name>youtube</name>
|
233
|
+
<uri>http://youtube.com</uri>
|
234
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
235
|
+
</service:provider>
|
236
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
237
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
238
|
+
<title type="text">MAESTRO FRESH WES - Let Your Backbone Slide</title>
|
239
|
+
</media:description type="text">
|
240
|
+
</link type="image/jpeg" rel="preview" href="http://img.youtube.com/vi/image">
|
241
|
+
</link rel="enclosure" href="http://www.youtube.com/v/Pzull7scV2Y&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
242
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=Pzull7scV2Y&feature=youtube_gdata">
|
243
|
+
<id>tag:cliqset.com,2010-02-16:/user/dbounds/IfK1lkVFfuZcIAee/0</id>
|
244
|
+
</activity:object>
|
245
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
246
|
+
<updated>2010-02-16T21:58:26.308Z</updated>
|
247
|
+
<id>tag:cliqset.com,2010-02-16:/user/dbounds/IfK1lkVFfuZcIAee</id>
|
248
|
+
</link href="http://cliqset.com/user/dbounds/IfK1lkVFfuZcIAee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
249
|
+
<author>
|
250
|
+
<name>dbounds</name>
|
251
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
252
|
+
</author>
|
253
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
254
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
255
|
+
<poco:name>
|
256
|
+
<poco:givenName>Darren</poco:givenName>
|
257
|
+
<poco:familyName>Bounds</poco:familyName>
|
258
|
+
</poco:name>
|
259
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
260
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
261
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
262
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
263
|
+
<id>http://cliqset.com/user/dbounds</id>
|
264
|
+
</activity:actor>
|
265
|
+
</entry>
|
266
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
267
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
268
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
269
|
+
<published>2010-02-08T01:55:44.000Z</published>
|
270
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
271
|
+
<service:provider>
|
272
|
+
<name>youtube</name>
|
273
|
+
<uri>http://youtube.com</uri>
|
274
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
275
|
+
</service:provider>
|
276
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
277
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
278
|
+
<title type="text">The People vs George Lucas - Official Teaser Trailer 2 (HD)</title>
|
279
|
+
</media:description type="text">
|
280
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/8a21957176677a878a7010c534e52c79_thumb.jpg">
|
281
|
+
</link rel="enclosure" href="http://www.youtube.com/v/9hAkwcHEAo8&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
282
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=9hAkwcHEAo8&feature=youtube_gdata">
|
283
|
+
<id>tag:cliqset.com,2010-02-07:/user/dbounds/JlBZWmpERcOqxwee/0</id>
|
284
|
+
</activity:object>
|
285
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
286
|
+
<updated>2010-02-08T01:58:12.729Z</updated>
|
287
|
+
<id>tag:cliqset.com,2010-02-07:/user/dbounds/JlBZWmpERcOqxwee</id>
|
288
|
+
</link href="http://cliqset.com/user/dbounds/JlBZWmpERcOqxwee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
289
|
+
<author>
|
290
|
+
<name>dbounds</name>
|
291
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
292
|
+
</author>
|
293
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
294
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
295
|
+
<poco:name>
|
296
|
+
<poco:givenName>Darren</poco:givenName>
|
297
|
+
<poco:familyName>Bounds</poco:familyName>
|
298
|
+
</poco:name>
|
299
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
300
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
301
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
302
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
303
|
+
<id>http://cliqset.com/user/dbounds</id>
|
304
|
+
</activity:actor>
|
305
|
+
</entry>
|
306
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
307
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
308
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
309
|
+
<published>2010-02-02T21:40:29.000Z</published>
|
310
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
311
|
+
<service:provider>
|
312
|
+
<name>youtube</name>
|
313
|
+
<uri>http://youtube.com</uri>
|
314
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
315
|
+
</service:provider>
|
316
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
317
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
318
|
+
<title type="text">Gillmor Gang 01.14.10</title>
|
319
|
+
</media:description type="text">
|
320
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/42d414930472160c0bfd87c9866a0209_thumb.jpg">
|
321
|
+
</link rel="enclosure" href="http://www.youtube.com/v/SupOJJIj4h8&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
322
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=SupOJJIj4h8&feature=youtube_gdata">
|
323
|
+
<id>tag:cliqset.com,2010-02-02:/user/dbounds/dCdSU9fMs9KCjAee/0</id>
|
324
|
+
</activity:object>
|
325
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
326
|
+
<updated>2010-02-02T21:41:28.695Z</updated>
|
327
|
+
<id>tag:cliqset.com,2010-02-02:/user/dbounds/dCdSU9fMs9KCjAee</id>
|
328
|
+
</link href="http://cliqset.com/user/dbounds/dCdSU9fMs9KCjAee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
329
|
+
<author>
|
330
|
+
<name>dbounds</name>
|
331
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
332
|
+
</author>
|
333
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
334
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
335
|
+
<poco:name>
|
336
|
+
<poco:givenName>Darren</poco:givenName>
|
337
|
+
<poco:familyName>Bounds</poco:familyName>
|
338
|
+
</poco:name>
|
339
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
340
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
341
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
342
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
343
|
+
<id>http://cliqset.com/user/dbounds</id>
|
344
|
+
</activity:actor>
|
345
|
+
</entry>
|
346
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
347
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
348
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
349
|
+
<published>2010-01-28T19:46:33.000Z</published>
|
350
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
351
|
+
<service:provider>
|
352
|
+
<name>youtube</name>
|
353
|
+
<uri>http://youtube.com</uri>
|
354
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
355
|
+
</service:provider>
|
356
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
357
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
358
|
+
<title type="text">Epic Win Parking Job</title>
|
359
|
+
</media:description type="text">
|
360
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/edccb55e466155b36acff468d0908916_thumb.jpg">
|
361
|
+
</link rel="enclosure" href="http://www.youtube.com/v/09A5zgHXA8E&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
362
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=09A5zgHXA8E&feature=youtube_gdata">
|
363
|
+
<id>tag:cliqset.com,2010-01-28:/user/dbounds/iNZUfBffgihfuAee/0</id>
|
364
|
+
</activity:object>
|
365
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
366
|
+
<updated>2010-01-28T20:10:32.837Z</updated>
|
367
|
+
<id>tag:cliqset.com,2010-01-28:/user/dbounds/iNZUfBffgihfuAee</id>
|
368
|
+
</link href="http://cliqset.com/user/dbounds/iNZUfBffgihfuAee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
369
|
+
<author>
|
370
|
+
<name>dbounds</name>
|
371
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
372
|
+
</author>
|
373
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
374
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
375
|
+
<poco:name>
|
376
|
+
<poco:givenName>Darren</poco:givenName>
|
377
|
+
<poco:familyName>Bounds</poco:familyName>
|
378
|
+
</poco:name>
|
379
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
380
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
381
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
382
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
383
|
+
<id>http://cliqset.com/user/dbounds</id>
|
384
|
+
</activity:actor>
|
385
|
+
</entry>
|
386
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
387
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
388
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
389
|
+
<published>2010-01-28T16:08:27.000Z</published>
|
390
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
391
|
+
<service:provider>
|
392
|
+
<name>youtube</name>
|
393
|
+
<uri>http://youtube.com</uri>
|
394
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
395
|
+
</service:provider>
|
396
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
397
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
398
|
+
<title type="text">Augmented Reality T-shirt</title>
|
399
|
+
</media:description type="text">
|
400
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/3b03d41a7f77c3bd8bee53079ae29598_thumb.jpg">
|
401
|
+
</link rel="enclosure" href="http://www.youtube.com/v/tIof7yEsOn8&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
402
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=tIof7yEsOn8&feature=youtube_gdata">
|
403
|
+
<id>tag:cliqset.com,2010-01-28:/user/dbounds/25UkIR0oQ7jOMAee/0</id>
|
404
|
+
</activity:object>
|
405
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
406
|
+
<updated>2010-01-28T16:29:03.163Z</updated>
|
407
|
+
<id>tag:cliqset.com,2010-01-28:/user/dbounds/25UkIR0oQ7jOMAee</id>
|
408
|
+
</link href="http://cliqset.com/user/dbounds/25UkIR0oQ7jOMAee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
409
|
+
<author>
|
410
|
+
<name>dbounds</name>
|
411
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
412
|
+
</author>
|
413
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
414
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
415
|
+
<poco:name>
|
416
|
+
<poco:givenName>Darren</poco:givenName>
|
417
|
+
<poco:familyName>Bounds</poco:familyName>
|
418
|
+
</poco:name>
|
419
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
420
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
421
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
422
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
423
|
+
<id>http://cliqset.com/user/dbounds</id>
|
424
|
+
</activity:actor>
|
425
|
+
</entry>
|
426
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
427
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
428
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
429
|
+
<published>2010-01-16T03:45:45.000Z</published>
|
430
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
431
|
+
<service:provider>
|
432
|
+
<name>youtube</name>
|
433
|
+
<uri>http://youtube.com</uri>
|
434
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
435
|
+
</service:provider>
|
436
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
437
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
438
|
+
<title type="text">Vinboxen "Tre apor" exploderar i micro</title>
|
439
|
+
</media:description type="text">
|
440
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/c051612bb89d695d6f6e10591e9c2f55_thumb.jpg">
|
441
|
+
</link rel="enclosure" href="http://www.youtube.com/v/ALEly8dKVCo&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
442
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=ALEly8dKVCo&feature=youtube_gdata">
|
443
|
+
<id>tag:cliqset.com,2010-01-15:/user/dbounds/PgGE05IIVnrzjQee/0</id>
|
444
|
+
</activity:object>
|
445
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
446
|
+
<updated>2010-01-16T04:11:15.405Z</updated>
|
447
|
+
<id>tag:cliqset.com,2010-01-15:/user/dbounds/PgGE05IIVnrzjQee</id>
|
448
|
+
</link href="http://cliqset.com/user/dbounds/PgGE05IIVnrzjQee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
449
|
+
<author>
|
450
|
+
<name>dbounds</name>
|
451
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
452
|
+
</author>
|
453
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
454
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
455
|
+
<poco:name>
|
456
|
+
<poco:givenName>Darren</poco:givenName>
|
457
|
+
<poco:familyName>Bounds</poco:familyName>
|
458
|
+
</poco:name>
|
459
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
460
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
461
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
462
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
463
|
+
<id>http://cliqset.com/user/dbounds</id>
|
464
|
+
</activity:actor>
|
465
|
+
</entry>
|
466
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
467
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
468
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
469
|
+
<published>2010-01-15T14:59:07.000Z</published>
|
470
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
471
|
+
<service:provider>
|
472
|
+
<name>youtube</name>
|
473
|
+
<uri>http://youtube.com</uri>
|
474
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
475
|
+
</service:provider>
|
476
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
477
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
478
|
+
<title type="text">Jimmy Kimmel DESTROYS Jay Leno as a guest on 10@10 (The Jay Leno Show 1/14/10)</title>
|
479
|
+
</media:description type="text">
|
480
|
+
</link type="image/jpeg" rel="preview" href="http://media.cliqset.com/e33d578aefe3e642f4b38059b8917aee_thumb.jpg">
|
481
|
+
</link rel="enclosure" href="http://www.youtube.com/v/_FNmWFD4oWg&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
482
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=_FNmWFD4oWg&feature=youtube_gdata">
|
483
|
+
<id>tag:cliqset.com,2010-01-15:/user/dbounds/OxeUmwPOMS2PXQee/0</id>
|
484
|
+
</activity:object>
|
485
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
486
|
+
<updated>2010-01-15T15:29:02.732Z</updated>
|
487
|
+
<id>tag:cliqset.com,2010-01-15:/user/dbounds/OxeUmwPOMS2PXQee</id>
|
488
|
+
</link href="http://cliqset.com/user/dbounds/OxeUmwPOMS2PXQee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
489
|
+
<author>
|
490
|
+
<name>dbounds</name>
|
491
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
492
|
+
</author>
|
493
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
494
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
495
|
+
<poco:name>
|
496
|
+
<poco:givenName>Darren</poco:givenName>
|
497
|
+
<poco:familyName>Bounds</poco:familyName>
|
498
|
+
</poco:name>
|
499
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
500
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
501
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
502
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
503
|
+
<id>http://cliqset.com/user/dbounds</id>
|
504
|
+
</activity:actor>
|
505
|
+
</entry>
|
506
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
507
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
508
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
509
|
+
<published>2010-01-10T02:01:16.000Z</published>
|
510
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
511
|
+
<summary type="html">The coolest display at 2010 CES: Intel's touch screen</summary>
|
512
|
+
<service:provider>
|
513
|
+
<name>youtube</name>
|
514
|
+
<uri>http://youtube.com</uri>
|
515
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
516
|
+
</service:provider>
|
517
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
518
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
519
|
+
<title type="text">The coolest display at 2010 CES: Intel's touch screen</title>
|
520
|
+
<media:description type="text">The coolest display at 2010 CES: Intel's touch screen</media:description>
|
521
|
+
</link type="image/jpeg" rel="preview" href="http://cliqpic-photos.s3.amazonaws.com/89ab23d90a0e9c1103c39fe1a1a3b986_thumb.jpg">
|
522
|
+
</link rel="enclosure" href="http://www.youtube.com/v/fOaKjZ864Nc&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
523
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=fOaKjZ864Nc&feature=youtube_gdata">
|
524
|
+
<id>tag:cliqset.com,2010-01-09:/user/dbounds/3ZB31LR5yOmbVQee/0</id>
|
525
|
+
</activity:object>
|
526
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
527
|
+
<updated>2010-01-10T02:20:01.959Z</updated>
|
528
|
+
<id>tag:cliqset.com,2010-01-09:/user/dbounds/3ZB31LR5yOmbVQee</id>
|
529
|
+
</link href="http://cliqset.com/user/dbounds/3ZB31LR5yOmbVQee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
530
|
+
<author>
|
531
|
+
<name>dbounds</name>
|
532
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
533
|
+
</author>
|
534
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
535
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
536
|
+
<poco:name>
|
537
|
+
<poco:givenName>Darren</poco:givenName>
|
538
|
+
<poco:familyName>Bounds</poco:familyName>
|
539
|
+
</poco:name>
|
540
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
541
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
542
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
543
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
544
|
+
<id>http://cliqset.com/user/dbounds</id>
|
545
|
+
</activity:actor>
|
546
|
+
</entry>
|
547
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
548
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
549
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
550
|
+
<published>2010-01-09T18:55:46.000Z</published>
|
551
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
552
|
+
<summary type="html">Superhuman tape measure skills</summary>
|
553
|
+
<service:provider>
|
554
|
+
<name>youtube</name>
|
555
|
+
<uri>http://youtube.com</uri>
|
556
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
557
|
+
</service:provider>
|
558
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
559
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
560
|
+
<title type="text">Superhuman tape measure skills</title>
|
561
|
+
<media:description type="text">Superhuman tape measure skills</media:description>
|
562
|
+
</link type="image/jpeg" rel="preview" href="http://cliqpic-photos.s3.amazonaws.com/012c4feb2cd4f84f70dc0fc2fa718613_thumb.jpg">
|
563
|
+
</link rel="enclosure" href="http://www.youtube.com/v/Wx_5GI0QRdw&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
564
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=Wx_5GI0QRdw&feature=youtube_gdata">
|
565
|
+
<id>tag:cliqset.com,2010-01-09:/user/dbounds/sh9rAy7aAOr31Aee/0</id>
|
566
|
+
</activity:object>
|
567
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
568
|
+
<updated>2010-01-09T19:02:04.270Z</updated>
|
569
|
+
<id>tag:cliqset.com,2010-01-09:/user/dbounds/sh9rAy7aAOr31Aee</id>
|
570
|
+
</link href="http://cliqset.com/user/dbounds/sh9rAy7aAOr31Aee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
571
|
+
<author>
|
572
|
+
<name>dbounds</name>
|
573
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
574
|
+
</author>
|
575
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
576
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
577
|
+
<poco:name>
|
578
|
+
<poco:givenName>Darren</poco:givenName>
|
579
|
+
<poco:familyName>Bounds</poco:familyName>
|
580
|
+
</poco:name>
|
581
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
582
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
583
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
584
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
585
|
+
<id>http://cliqset.com/user/dbounds</id>
|
586
|
+
</activity:actor>
|
587
|
+
</entry>
|
588
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
589
|
+
<thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total>
|
590
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/favorite</activity:verb>
|
591
|
+
<published>2010-01-09T03:23:49.000Z</published>
|
592
|
+
<title type="text">dbounds favorited a video on YouTube</title>
|
593
|
+
<summary type="html">NEW! The A-Team - Movie Trailer (2010) "Official Trailer"</summary>
|
594
|
+
<service:provider>
|
595
|
+
<name>youtube</name>
|
596
|
+
<uri>http://youtube.com</uri>
|
597
|
+
<icon>http://cliqset-services.s3.amazonaws.com/youtube.png</icon>
|
598
|
+
</service:provider>
|
599
|
+
<activity:object xmlns:media="http://purl.org/syndication/atommedia">
|
600
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>
|
601
|
+
<title type="text">NEW! The A-Team - Movie Trailer (2010) "Official Trailer"</title>
|
602
|
+
<media:description type="text">NEW! The A-Team - Movie Trailer (2010) "Official Trailer"</media:description>
|
603
|
+
</link type="image/jpeg" rel="preview" href="http://cliqpic-photos.s3.amazonaws.com/bb4a9c1042ef666258b3f631f0fa5a95_thumb.jpg">
|
604
|
+
</link rel="enclosure" href="http://www.youtube.com/v/LoILTG8UF-A&amp;hl=en;fs=1" type="application/x-shockwave-flash">
|
605
|
+
</link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=LoILTG8UF-A&feature=youtube_gdata">
|
606
|
+
<id>tag:cliqset.com,2010-01-08:/user/dbounds/5hyfH31ajHmnawee/0</id>
|
607
|
+
</activity:object>
|
608
|
+
</category scheme="http://schemas.cliqset.com/activity/categories/1.0" term="VideoFavorited" label="Video Favorited">
|
609
|
+
<updated>2010-01-09T03:52:31.301Z</updated>
|
610
|
+
<id>tag:cliqset.com,2010-01-08:/user/dbounds/5hyfH31ajHmnawee</id>
|
611
|
+
</link href="http://cliqset.com/user/dbounds/5hyfH31ajHmnawee" type="text/xhtml" rel="alternate" title="dbounds favorited a video on YouTube">
|
612
|
+
<author>
|
613
|
+
<name>dbounds</name>
|
614
|
+
<uri>http://cliqset.com/user/dbounds</uri>
|
615
|
+
</author>
|
616
|
+
<activity:actor xmlns:poco="http://portablecontacts.net/spec/1.0">
|
617
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
618
|
+
<poco:name>
|
619
|
+
<poco:givenName>Darren</poco:givenName>
|
620
|
+
<poco:familyName>Bounds</poco:familyName>
|
621
|
+
</poco:name>
|
622
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=80" media:height="80" media:width="80" xmlns:media="http://purl.org/syndication/atommedia">
|
623
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=120" media:height="120" media:width="120" xmlns:media="http://purl.org/syndication/atommedia">
|
624
|
+
</link type="image/png" rel="avatar" href="http://dynamic.cliqset.com/avatar/dbounds?s=200" media:height="200" media:width="200" xmlns:media="http://purl.org/syndication/atommedia">
|
625
|
+
</link href="http://cliqset.com/user/dbounds" rel="alternate" type="text/html" length="0">
|
626
|
+
<id>http://cliqset.com/user/dbounds</id>
|
627
|
+
</activity:actor>
|
628
|
+
</entry>
|
629
|
+
</feed>
|