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
|
@@ -0,0 +1,465 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<feed xmlns="http://www.w3.org/2005/Atom">
|
3
|
+
<title type="text">scobleizer timeline</title>
|
4
|
+
<id>http://identi.ca/scobleizer</id>
|
5
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
6
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
7
|
+
<published>2009-05-15T15:44:26.000Z</published>
|
8
|
+
<updated>2009-05-15T15:44:26.000Z</updated>
|
9
|
+
<id>http://identi.ca/notice/4274635</id>
|
10
|
+
<title type="text">scobleizer: Trying out identi.ca again. Usually I spend my time on http://www.friendfeed.com/scobleizer but poking around here to find an alt to Twitter</title>
|
11
|
+
<summary type="html">Trying out identi.ca again. Usually I spend my time on http://www.friendfeed.com/scobleizer but poking around here to find an alt to Twitter</summary>
|
12
|
+
<service:provider>
|
13
|
+
<name>identica</name>
|
14
|
+
<uri>http://identica.com</uri>
|
15
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
16
|
+
</service:provider>
|
17
|
+
<activity:object>
|
18
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
19
|
+
<content type="text">Trying out identi.ca again. Usually I spend my time on http://www.friendfeed.com/scobleizer but poking around here to find an alt to Twitter</content>
|
20
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/4274635"/>
|
21
|
+
</activity:object>
|
22
|
+
<activity:actor>
|
23
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
24
|
+
<title type="text">scobleizer</title>
|
25
|
+
</activity:actor>
|
26
|
+
<link href="http://identi.ca/notice/4274635"/>
|
27
|
+
</entry>
|
28
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
29
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
30
|
+
<published>2009-01-26T11:59:16.000Z</published>
|
31
|
+
<updated>2009-01-26T11:59:16.000Z</updated>
|
32
|
+
<id>http://identi.ca/notice/1980652</id>
|
33
|
+
<title type="text">scobleizer: why should I care? Just to be politically correct with a few people? I guess I should be like everyone else and turn on ping.fm for this.</title>
|
34
|
+
<summary type="html">why should I care? Just to be politically correct with a few people? I guess I should be like everyone else and turn on ping.fm for this.</summary>
|
35
|
+
<service:provider>
|
36
|
+
<name>identica</name>
|
37
|
+
<uri>http://identica.com</uri>
|
38
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
39
|
+
</service:provider>
|
40
|
+
<activity:object>
|
41
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
42
|
+
<content type="text">why should I care? Just to be politically correct with a few people? I guess I should be like everyone else and turn on ping.fm for this.</content>
|
43
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/1980652"/>
|
44
|
+
</activity:object>
|
45
|
+
<activity:actor>
|
46
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
47
|
+
<title type="text">scobleizer</title>
|
48
|
+
</activity:actor>
|
49
|
+
<link href="http://identi.ca/notice/1980652"/>
|
50
|
+
</entry>
|
51
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
52
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
53
|
+
<published>2009-01-26T11:24:32.000Z</published>
|
54
|
+
<updated>2009-01-26T11:24:32.000Z</updated>
|
55
|
+
<id>http://identi.ca/notice/1980331</id>
|
56
|
+
<title type="text">scobleizer: @jimh and @andyc you're right. I just haven't gotten into identi.ca. Not sure I'll be back with attitudes like yours.</title>
|
57
|
+
<summary type="html">@jimh and @andyc you're right. I just haven't gotten into identi.ca. Not sure I'll be back with attitudes like yours.</summary>
|
58
|
+
<service:provider>
|
59
|
+
<name>identica</name>
|
60
|
+
<uri>http://identica.com</uri>
|
61
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
62
|
+
</service:provider>
|
63
|
+
<activity:object>
|
64
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
65
|
+
<content type="text">@jimh and @andyc you're right. I just haven't gotten into identi.ca. Not sure I'll be back with attitudes like yours.</content>
|
66
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/1980331"/>
|
67
|
+
</activity:object>
|
68
|
+
<activity:actor>
|
69
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
70
|
+
<title type="text">scobleizer</title>
|
71
|
+
</activity:actor>
|
72
|
+
<link href="http://identi.ca/notice/1980331"/>
|
73
|
+
</entry>
|
74
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
75
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
76
|
+
<published>2008-07-25T06:23:59.000Z</published>
|
77
|
+
<updated>2008-07-25T06:23:59.000Z</updated>
|
78
|
+
<id>http://identi.ca/notice/153295</id>
|
79
|
+
<title type="text">scobleizer: Doing WorkFast.tv requires me to get some sleep. It's amazing how live TV is much more draining than anything else I do.</title>
|
80
|
+
<summary type="html">Doing WorkFast.tv requires me to get some sleep. It's amazing how live TV is much more draining than anything else I do.</summary>
|
81
|
+
<service:provider>
|
82
|
+
<name>identica</name>
|
83
|
+
<uri>http://identica.com</uri>
|
84
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
85
|
+
</service:provider>
|
86
|
+
<activity:object>
|
87
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
88
|
+
<content type="text">Doing WorkFast.tv requires me to get some sleep. It's amazing how live TV is much more draining than anything else I do.</content>
|
89
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153295"/>
|
90
|
+
</activity:object>
|
91
|
+
<activity:actor>
|
92
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
93
|
+
<title type="text">scobleizer</title>
|
94
|
+
</activity:actor>
|
95
|
+
<link href="http://identi.ca/notice/153295"/>
|
96
|
+
</entry>
|
97
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
98
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
99
|
+
<published>2008-07-25T06:23:16.000Z</published>
|
100
|
+
<updated>2008-07-25T06:23:16.000Z</updated>
|
101
|
+
<id>http://identi.ca/notice/153292</id>
|
102
|
+
<title type="text">scobleizer: @andyk It's only 11:22 p.m. in California, so not too late. If I'm still here at 1 am make sure I get to bed because we have WorkFastTV</title>
|
103
|
+
<summary type="html">@andyk It's only 11:22 p.m. in California, so not too late. If I'm still here at 1 am make sure I get to bed because we have WorkFastTV</summary>
|
104
|
+
<service:provider>
|
105
|
+
<name>identica</name>
|
106
|
+
<uri>http://identica.com</uri>
|
107
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
108
|
+
</service:provider>
|
109
|
+
<activity:object>
|
110
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
111
|
+
<content type="text">@andyk It's only 11:22 p.m. in California, so not too late. If I'm still here at 1 am make sure I get to bed because we have WorkFastTV</content>
|
112
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153292"/>
|
113
|
+
</activity:object>
|
114
|
+
<activity:actor>
|
115
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
116
|
+
<title type="text">scobleizer</title>
|
117
|
+
</activity:actor>
|
118
|
+
<link href="http://identi.ca/notice/153292"/>
|
119
|
+
</entry>
|
120
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
121
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
122
|
+
<published>2008-07-25T06:21:46.000Z</published>
|
123
|
+
<updated>2008-07-25T06:21:46.000Z</updated>
|
124
|
+
<id>http://identi.ca/notice/153280</id>
|
125
|
+
<title type="text">scobleizer: @karoli I thought all the cool kids are over on Plurk. I was just coming here to hang out with the geeks and the scientists.</title>
|
126
|
+
<summary type="html">@karoli I thought all the cool kids are over on Plurk. I was just coming here to hang out with the geeks and the scientists.</summary>
|
127
|
+
<service:provider>
|
128
|
+
<name>identica</name>
|
129
|
+
<uri>http://identica.com</uri>
|
130
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
131
|
+
</service:provider>
|
132
|
+
<activity:object>
|
133
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
134
|
+
<content type="text">@karoli I thought all the cool kids are over on Plurk. I was just coming here to hang out with the geeks and the scientists.</content>
|
135
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153280"/>
|
136
|
+
</activity:object>
|
137
|
+
<activity:actor>
|
138
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
139
|
+
<title type="text">scobleizer</title>
|
140
|
+
</activity:actor>
|
141
|
+
<link href="http://identi.ca/notice/153280"/>
|
142
|
+
</entry>
|
143
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
144
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
145
|
+
<published>2008-07-25T06:20:55.000Z</published>
|
146
|
+
<updated>2008-07-25T06:20:55.000Z</updated>
|
147
|
+
<id>http://identi.ca/notice/153271</id>
|
148
|
+
<title type="text">scobleizer: @micah yeah, I am just reading all my Google Reader feeds and it's just very exhausting. Finding a way to add value to this world is hard.</title>
|
149
|
+
<summary type="html">@micah yeah, I am just reading all my Google Reader feeds and it's just very exhausting. Finding a way to add value to this world is hard.</summary>
|
150
|
+
<service:provider>
|
151
|
+
<name>identica</name>
|
152
|
+
<uri>http://identica.com</uri>
|
153
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
154
|
+
</service:provider>
|
155
|
+
<activity:object>
|
156
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
157
|
+
<content type="text">@micah yeah, I am just reading all my Google Reader feeds and it's just very exhausting. Finding a way to add value to this world is hard.</content>
|
158
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153271"/>
|
159
|
+
</activity:object>
|
160
|
+
<activity:actor>
|
161
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
162
|
+
<title type="text">scobleizer</title>
|
163
|
+
</activity:actor>
|
164
|
+
<link href="http://identi.ca/notice/153271"/>
|
165
|
+
</entry>
|
166
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
167
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
168
|
+
<published>2008-07-25T06:19:52.000Z</published>
|
169
|
+
<updated>2008-07-25T06:19:52.000Z</updated>
|
170
|
+
<id>http://identi.ca/notice/153263</id>
|
171
|
+
<title type="text">scobleizer: @micah: I call this the World Wide Talk Show. We all are hosts and it goes on all day and night! :-)</title>
|
172
|
+
<summary type="html">@micah: I call this the World Wide Talk Show. We all are hosts and it goes on all day and night! :-)</summary>
|
173
|
+
<service:provider>
|
174
|
+
<name>identica</name>
|
175
|
+
<uri>http://identica.com</uri>
|
176
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
177
|
+
</service:provider>
|
178
|
+
<activity:object>
|
179
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
180
|
+
<content type="text">@micah: I call this the World Wide Talk Show. We all are hosts and it goes on all day and night! :-)</content>
|
181
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153263"/>
|
182
|
+
</activity:object>
|
183
|
+
<activity:actor>
|
184
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
185
|
+
<title type="text">scobleizer</title>
|
186
|
+
</activity:actor>
|
187
|
+
<link href="http://identi.ca/notice/153263"/>
|
188
|
+
</entry>
|
189
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
190
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
191
|
+
<published>2008-07-25T06:15:39.000Z</published>
|
192
|
+
<updated>2008-07-25T06:15:39.000Z</updated>
|
193
|
+
<id>http://identi.ca/notice/153239</id>
|
194
|
+
<title type="text">scobleizer: @narkeeso I'm just kidding about the wife and kid thing. They know where to find me. And, anyway, won't these be in Google soon?</title>
|
195
|
+
<summary type="html">@narkeeso I'm just kidding about the wife and kid thing. They know where to find me. And, anyway, won't these be in Google soon?</summary>
|
196
|
+
<service:provider>
|
197
|
+
<name>identica</name>
|
198
|
+
<uri>http://identica.com</uri>
|
199
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
200
|
+
</service:provider>
|
201
|
+
<activity:object>
|
202
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
203
|
+
<content type="text">@narkeeso I'm just kidding about the wife and kid thing. They know where to find me. And, anyway, won't these be in Google soon?</content>
|
204
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153239"/>
|
205
|
+
</activity:object>
|
206
|
+
<activity:actor>
|
207
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
208
|
+
<title type="text">scobleizer</title>
|
209
|
+
</activity:actor>
|
210
|
+
<link href="http://identi.ca/notice/153239"/>
|
211
|
+
</entry>
|
212
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
213
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
214
|
+
<published>2008-07-25T06:13:05.000Z</published>
|
215
|
+
<updated>2008-07-25T06:13:05.000Z</updated>
|
216
|
+
<id>http://identi.ca/notice/153228</id>
|
217
|
+
<title type="text">scobleizer: @deerpig it's nice being anonymous once in a while, yes. But I find more good things come to me when I just am myself.</title>
|
218
|
+
<summary type="html">@deerpig it's nice being anonymous once in a while, yes. But I find more good things come to me when I just am myself.</summary>
|
219
|
+
<service:provider>
|
220
|
+
<name>identica</name>
|
221
|
+
<uri>http://identica.com</uri>
|
222
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
223
|
+
</service:provider>
|
224
|
+
<activity:object>
|
225
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
226
|
+
<content type="text">@deerpig it's nice being anonymous once in a while, yes. But I find more good things come to me when I just am myself.</content>
|
227
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153228"/>
|
228
|
+
</activity:object>
|
229
|
+
<activity:actor>
|
230
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
231
|
+
<title type="text">scobleizer</title>
|
232
|
+
</activity:actor>
|
233
|
+
<link href="http://identi.ca/notice/153228"/>
|
234
|
+
</entry>
|
235
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
236
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
237
|
+
<published>2008-07-25T06:03:43.000Z</published>
|
238
|
+
<updated>2008-07-25T06:03:43.000Z</updated>
|
239
|
+
<id>http://identi.ca/notice/153188</id>
|
240
|
+
<title type="text">scobleizer: identi.ca is one place my wife and son don't yet hang out. So it's one place I can escape and be myself. Heheh.</title>
|
241
|
+
<summary type="html">identi.ca is one place my wife and son don't yet hang out. So it's one place I can escape and be myself. Heheh.</summary>
|
242
|
+
<service:provider>
|
243
|
+
<name>identica</name>
|
244
|
+
<uri>http://identica.com</uri>
|
245
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
246
|
+
</service:provider>
|
247
|
+
<activity:object>
|
248
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
249
|
+
<content type="text">identi.ca is one place my wife and son don't yet hang out. So it's one place I can escape and be myself. Heheh.</content>
|
250
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/153188"/>
|
251
|
+
</activity:object>
|
252
|
+
<activity:actor>
|
253
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
254
|
+
<title type="text">scobleizer</title>
|
255
|
+
</activity:actor>
|
256
|
+
<link href="http://identi.ca/notice/153188"/>
|
257
|
+
</entry>
|
258
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
259
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
260
|
+
<published>2008-07-23T21:38:09.000Z</published>
|
261
|
+
<updated>2008-07-23T21:38:09.000Z</updated>
|
262
|
+
<id>http://identi.ca/notice/141617</id>
|
263
|
+
<title type="text">scobleizer: @halley nope, not planning on being in Cape Cod anytime soon. Boston in September, though!</title>
|
264
|
+
<summary type="html">@halley nope, not planning on being in Cape Cod anytime soon. Boston in September, though!</summary>
|
265
|
+
<service:provider>
|
266
|
+
<name>identica</name>
|
267
|
+
<uri>http://identica.com</uri>
|
268
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
269
|
+
</service:provider>
|
270
|
+
<activity:object>
|
271
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
272
|
+
<content type="text">@halley nope, not planning on being in Cape Cod anytime soon. Boston in September, though!</content>
|
273
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/141617"/>
|
274
|
+
</activity:object>
|
275
|
+
<activity:actor>
|
276
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
277
|
+
<title type="text">scobleizer</title>
|
278
|
+
</activity:actor>
|
279
|
+
<link href="http://identi.ca/notice/141617"/>
|
280
|
+
</entry>
|
281
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
282
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
283
|
+
<published>2008-07-23T17:46:06.000Z</published>
|
284
|
+
<updated>2008-07-23T17:46:06.000Z</updated>
|
285
|
+
<id>http://identi.ca/notice/139864</id>
|
286
|
+
<title type="text">scobleizer: @loic now that you've gotten me totally addicted to Twhirl, I really want it on iPhone since I do 40% of my SN'ing stuff on the iPhone.</title>
|
287
|
+
<summary type="html">@loic now that you've gotten me totally addicted to Twhirl, I really want it on iPhone since I do 40% of my SN'ing stuff on the iPhone.</summary>
|
288
|
+
<service:provider>
|
289
|
+
<name>identica</name>
|
290
|
+
<uri>http://identica.com</uri>
|
291
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
292
|
+
</service:provider>
|
293
|
+
<activity:object>
|
294
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
295
|
+
<content type="text">@loic now that you've gotten me totally addicted to Twhirl, I really want it on iPhone since I do 40% of my SN'ing stuff on the iPhone.</content>
|
296
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/139864"/>
|
297
|
+
</activity:object>
|
298
|
+
<activity:actor>
|
299
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
300
|
+
<title type="text">scobleizer</title>
|
301
|
+
</activity:actor>
|
302
|
+
<link href="http://identi.ca/notice/139864"/>
|
303
|
+
</entry>
|
304
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
305
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
306
|
+
<published>2008-07-23T17:45:25.000Z</published>
|
307
|
+
<updated>2008-07-23T17:45:25.000Z</updated>
|
308
|
+
<id>http://identi.ca/notice/139859</id>
|
309
|
+
<title type="text">scobleizer: @micah I manually subscribed to you.</title>
|
310
|
+
<summary type="html">@micah I manually subscribed to you.</summary>
|
311
|
+
<service:provider>
|
312
|
+
<name>identica</name>
|
313
|
+
<uri>http://identica.com</uri>
|
314
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
315
|
+
</service:provider>
|
316
|
+
<activity:object>
|
317
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
318
|
+
<content type="text">@micah I manually subscribed to you.</content>
|
319
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/139859"/>
|
320
|
+
</activity:object>
|
321
|
+
<activity:actor>
|
322
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
323
|
+
<title type="text">scobleizer</title>
|
324
|
+
</activity:actor>
|
325
|
+
<link href="http://identi.ca/notice/139859"/>
|
326
|
+
</entry>
|
327
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
328
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
329
|
+
<published>2008-07-23T17:41:05.000Z</published>
|
330
|
+
<updated>2008-07-23T17:41:05.000Z</updated>
|
331
|
+
<id>http://identi.ca/notice/139822</id>
|
332
|
+
<title type="text">scobleizer: @tabrez yeah, you're right. If you followed me, and want me to follow you back, unsubscribe and resubscribe and I'll auto follow you.</title>
|
333
|
+
<summary type="html">@tabrez yeah, you're right. If you followed me, and want me to follow you back, unsubscribe and resubscribe and I'll auto follow you.</summary>
|
334
|
+
<service:provider>
|
335
|
+
<name>identica</name>
|
336
|
+
<uri>http://identica.com</uri>
|
337
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
338
|
+
</service:provider>
|
339
|
+
<activity:object>
|
340
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
341
|
+
<content type="text">@tabrez yeah, you're right. If you followed me, and want me to follow you back, unsubscribe and resubscribe and I'll auto follow you.</content>
|
342
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/139822"/>
|
343
|
+
</activity:object>
|
344
|
+
<activity:actor>
|
345
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
346
|
+
<title type="text">scobleizer</title>
|
347
|
+
</activity:actor>
|
348
|
+
<link href="http://identi.ca/notice/139822"/>
|
349
|
+
</entry>
|
350
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
351
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
352
|
+
<published>2008-07-23T17:32:57.000Z</published>
|
353
|
+
<updated>2008-07-23T17:32:57.000Z</updated>
|
354
|
+
<id>http://identi.ca/notice/139749</id>
|
355
|
+
<title type="text">scobleizer: @evan I just turned on autosubscribe. Thanks!</title>
|
356
|
+
<summary type="html">@evan I just turned on autosubscribe. Thanks!</summary>
|
357
|
+
<service:provider>
|
358
|
+
<name>identica</name>
|
359
|
+
<uri>http://identica.com</uri>
|
360
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
361
|
+
</service:provider>
|
362
|
+
<activity:object>
|
363
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
364
|
+
<content type="text">@evan I just turned on autosubscribe. Thanks!</content>
|
365
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/139749"/>
|
366
|
+
</activity:object>
|
367
|
+
<activity:actor>
|
368
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
369
|
+
<title type="text">scobleizer</title>
|
370
|
+
</activity:actor>
|
371
|
+
<link href="http://identi.ca/notice/139749"/>
|
372
|
+
</entry>
|
373
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
374
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
375
|
+
<published>2008-07-23T17:09:06.000Z</published>
|
376
|
+
<updated>2008-07-23T17:09:06.000Z</updated>
|
377
|
+
<id>http://identi.ca/notice/139574</id>
|
378
|
+
<title type="text">scobleizer: @millette I like Identi.ca better than Plurk, yes. I just don't like the UI over there. I bet Plurk will be a lot more popular, though.</title>
|
379
|
+
<summary type="html">@millette I like Identi.ca better than Plurk, yes. I just don't like the UI over there. I bet Plurk will be a lot more popular, though.</summary>
|
380
|
+
<service:provider>
|
381
|
+
<name>identica</name>
|
382
|
+
<uri>http://identica.com</uri>
|
383
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
384
|
+
</service:provider>
|
385
|
+
<activity:object>
|
386
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
387
|
+
<content type="text">@millette I like Identi.ca better than Plurk, yes. I just don't like the UI over there. I bet Plurk will be a lot more popular, though.</content>
|
388
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/139574"/>
|
389
|
+
</activity:object>
|
390
|
+
<activity:actor>
|
391
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
392
|
+
<title type="text">scobleizer</title>
|
393
|
+
</activity:actor>
|
394
|
+
<link href="http://identi.ca/notice/139574"/>
|
395
|
+
</entry>
|
396
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
397
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
398
|
+
<published>2008-07-23T17:05:17.000Z</published>
|
399
|
+
<updated>2008-07-23T17:05:17.000Z</updated>
|
400
|
+
<id>http://identi.ca/notice/139549</id>
|
401
|
+
<title type="text">scobleizer: Alright, Identi.ca is supported on FriendFeed and Twhirl supports XMPP with identi.ca. Translation: I'll be here a lot more often!</title>
|
402
|
+
<summary type="html">Alright, Identi.ca is supported on FriendFeed and Twhirl supports XMPP with identi.ca. Translation: I'll be here a lot more often!</summary>
|
403
|
+
<service:provider>
|
404
|
+
<name>identica</name>
|
405
|
+
<uri>http://identica.com</uri>
|
406
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
407
|
+
</service:provider>
|
408
|
+
<activity:object>
|
409
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
410
|
+
<content type="text">Alright, Identi.ca is supported on FriendFeed and Twhirl supports XMPP with identi.ca. Translation: I'll be here a lot more often!</content>
|
411
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/139549"/>
|
412
|
+
</activity:object>
|
413
|
+
<activity:actor>
|
414
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
415
|
+
<title type="text">scobleizer</title>
|
416
|
+
</activity:actor>
|
417
|
+
<link href="http://identi.ca/notice/139549"/>
|
418
|
+
</entry>
|
419
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
420
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
421
|
+
<published>2008-07-07T08:58:28.000Z</published>
|
422
|
+
<updated>2008-07-07T08:58:28.000Z</updated>
|
423
|
+
<id>http://identi.ca/notice/39137</id>
|
424
|
+
<title type="text">scobleizer: Nice, identi.ca now has replies. Looking good!</title>
|
425
|
+
<summary type="html">Nice, identi.ca now has replies. Looking good!</summary>
|
426
|
+
<service:provider>
|
427
|
+
<name>identica</name>
|
428
|
+
<uri>http://identica.com</uri>
|
429
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
430
|
+
</service:provider>
|
431
|
+
<activity:object>
|
432
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
433
|
+
<content type="text">Nice, identi.ca now has replies. Looking good!</content>
|
434
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/39137"/>
|
435
|
+
</activity:object>
|
436
|
+
<activity:actor>
|
437
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
438
|
+
<title type="text">scobleizer</title>
|
439
|
+
</activity:actor>
|
440
|
+
<link href="http://identi.ca/notice/39137"/>
|
441
|
+
</entry>
|
442
|
+
<entry xmlns:service="http://activitystrea.ms/service-provider" xmlns:activity="http://activitystrea.ms/spec/1.0/">
|
443
|
+
<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
|
444
|
+
<published>2008-07-07T08:58:07.000Z</published>
|
445
|
+
<updated>2008-07-07T08:58:07.000Z</updated>
|
446
|
+
<id>http://identi.ca/notice/39134</id>
|
447
|
+
<title type="text">scobleizer: @kentbrew no, but new services need to have policies for how they'll handle trademark violations, just like domain registrars need to.</title>
|
448
|
+
<summary type="html">@kentbrew no, but new services need to have policies for how they'll handle trademark violations, just like domain registrars need to.</summary>
|
449
|
+
<service:provider>
|
450
|
+
<name>identica</name>
|
451
|
+
<uri>http://identica.com</uri>
|
452
|
+
<icon>http://cliqset-services.s3.amazonaws.com/identica.png</icon>
|
453
|
+
</service:provider>
|
454
|
+
<activity:object>
|
455
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
|
456
|
+
<content type="text">@kentbrew no, but new services need to have policies for how they'll handle trademark violations, just like domain registrars need to.</content>
|
457
|
+
<link rel="alternate" type="text/html" href="http://identi.ca/notice/39134"/>
|
458
|
+
</activity:object>
|
459
|
+
<activity:actor>
|
460
|
+
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
461
|
+
<title type="text">scobleizer</title>
|
462
|
+
</activity:actor>
|
463
|
+
<link href="http://identi.ca/notice/39134"/>
|
464
|
+
</entry>
|
465
|
+
</feed>
|