nelumba 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. data/.gitignore +6 -0
  2. data/.travis.yml +9 -0
  3. data/Gemfile +20 -0
  4. data/README.md +242 -0
  5. data/Rakefile +7 -0
  6. data/assets/lotus_logo_purple.png +0 -0
  7. data/assets/lotus_logo_purple.svg +262 -0
  8. data/lib/nelumba.rb +47 -0
  9. data/lib/nelumba/activity.rb +250 -0
  10. data/lib/nelumba/application.rb +11 -0
  11. data/lib/nelumba/article.rb +11 -0
  12. data/lib/nelumba/atom/account.rb +50 -0
  13. data/lib/nelumba/atom/address.rb +56 -0
  14. data/lib/nelumba/atom/author.rb +176 -0
  15. data/lib/nelumba/atom/category.rb +41 -0
  16. data/lib/nelumba/atom/comment.rb +96 -0
  17. data/lib/nelumba/atom/entry.rb +216 -0
  18. data/lib/nelumba/atom/feed.rb +198 -0
  19. data/lib/nelumba/atom/generator.rb +40 -0
  20. data/lib/nelumba/atom/link.rb +79 -0
  21. data/lib/nelumba/atom/name.rb +57 -0
  22. data/lib/nelumba/atom/organization.rb +62 -0
  23. data/lib/nelumba/atom/person.rb +179 -0
  24. data/lib/nelumba/atom/portable_contacts.rb +117 -0
  25. data/lib/nelumba/atom/source.rb +179 -0
  26. data/lib/nelumba/atom/thread.rb +60 -0
  27. data/lib/nelumba/audio.rb +39 -0
  28. data/lib/nelumba/badge.rb +11 -0
  29. data/lib/nelumba/binary.rb +52 -0
  30. data/lib/nelumba/bookmark.rb +30 -0
  31. data/lib/nelumba/category.rb +49 -0
  32. data/lib/nelumba/collection.rb +34 -0
  33. data/lib/nelumba/comment.rb +47 -0
  34. data/lib/nelumba/crypto.rb +144 -0
  35. data/lib/nelumba/device.rb +11 -0
  36. data/lib/nelumba/discover.rb +362 -0
  37. data/lib/nelumba/event.rb +57 -0
  38. data/lib/nelumba/feed.rb +173 -0
  39. data/lib/nelumba/file.rb +43 -0
  40. data/lib/nelumba/generator.rb +53 -0
  41. data/lib/nelumba/group.rb +11 -0
  42. data/lib/nelumba/identity.rb +63 -0
  43. data/lib/nelumba/image.rb +30 -0
  44. data/lib/nelumba/link.rb +56 -0
  45. data/lib/nelumba/note.rb +34 -0
  46. data/lib/nelumba/notification.rb +229 -0
  47. data/lib/nelumba/object.rb +251 -0
  48. data/lib/nelumba/person.rb +306 -0
  49. data/lib/nelumba/place.rb +34 -0
  50. data/lib/nelumba/product.rb +30 -0
  51. data/lib/nelumba/publisher.rb +44 -0
  52. data/lib/nelumba/question.rb +30 -0
  53. data/lib/nelumba/review.rb +30 -0
  54. data/lib/nelumba/service.rb +11 -0
  55. data/lib/nelumba/subscription.rb +117 -0
  56. data/lib/nelumba/version.rb +3 -0
  57. data/lib/nelumba/video.rb +43 -0
  58. data/nelumba.gemspec +28 -0
  59. data/spec/activity_spec.rb +116 -0
  60. data/spec/application_spec.rb +136 -0
  61. data/spec/article_spec.rb +136 -0
  62. data/spec/atom/comment_spec.rb +455 -0
  63. data/spec/atom/feed_spec.rb +684 -0
  64. data/spec/audio_spec.rb +164 -0
  65. data/spec/badge_spec.rb +136 -0
  66. data/spec/binary_spec.rb +218 -0
  67. data/spec/bookmark.rb +150 -0
  68. data/spec/collection_spec.rb +152 -0
  69. data/spec/comment_spec.rb +128 -0
  70. data/spec/crypto_spec.rb +126 -0
  71. data/spec/device_spec.rb +136 -0
  72. data/spec/event_spec.rb +239 -0
  73. data/spec/feed_spec.rb +252 -0
  74. data/spec/file_spec.rb +190 -0
  75. data/spec/group_spec.rb +136 -0
  76. data/spec/helper.rb +10 -0
  77. data/spec/identity_spec.rb +67 -0
  78. data/spec/image_spec.rb +150 -0
  79. data/spec/link_spec.rb +30 -0
  80. data/spec/note_spec.rb +163 -0
  81. data/spec/notification_spec.rb +89 -0
  82. data/spec/person_spec.rb +244 -0
  83. data/spec/place_spec.rb +162 -0
  84. data/spec/product_spec.rb +150 -0
  85. data/spec/question_spec.rb +156 -0
  86. data/spec/review_spec.rb +149 -0
  87. data/spec/service_spec.rb +136 -0
  88. data/spec/video_spec.rb +164 -0
  89. data/test/example_feed.atom +393 -0
  90. data/test/example_feed_empty_author.atom +336 -0
  91. data/test/example_feed_false_connected.atom +359 -0
  92. data/test/example_feed_link_without_href.atom +134 -0
  93. data/test/example_page.html +4 -0
  94. data/test/mime_type_bug_feed.atom +874 -0
  95. metadata +288 -0
@@ -0,0 +1,359 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:georss="http://www.georss.org/georss" xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:media="http://purl.org/syndication/atommedia" xmlns:poco="http://portablecontacts.net/spec/1.0" xmlns:ostatus="http://ostatus.org/schema/1.0" xmlns:statusnet="http://status.net/schema/api/1/">
3
+ <generator uri="http://status.net" version="0.9.7beta3">StatusNet</generator>
4
+ <id>http://identi.ca/api/statuses/user_timeline/141464.atom</id>
5
+ <title>greenmanspirit timeline</title>
6
+ <subtitle>Updates from greenmanspirit on Identi.ca!</subtitle>
7
+ <logo>http://avatar.identi.ca/141464-96-20100607212940.jpeg</logo>
8
+ <updated>2011-03-12T22:10:24+00:00</updated>
9
+ <author>
10
+ <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
11
+ <uri>http://identi.ca/user/141464</uri>
12
+ <name>greenmanspirit</name>
13
+ <email>foo@example.com</email>
14
+ <link rel="alternate" type="text/html" href="http://identi.ca/greenmanspirit"/>
15
+ <link rel="avatar" type="image/jpeg" media:width="480" media:height="480" href="http://avatar.identi.ca/141464-480-20100607212940.jpeg"/>
16
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar.identi.ca/141464-96-20100607212940.jpeg"/>
17
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar.identi.ca/141464-48-20100607212940.jpeg"/>
18
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar.identi.ca/141464-24-20100607212940.jpeg"/>
19
+ <georss:point>0 0</georss:point>
20
+ <poco:preferredUsername>greenmanspirit</poco:preferredUsername>
21
+ <poco:displayName>Adam Hobaugh</poco:displayName>
22
+ <poco:id>foobar</poco:id>
23
+ <poco:name>barbaz</poco:name>
24
+ <poco:nickname>spaz</poco:nickname>
25
+ <poco:published>2012-02-21T02:15:14+00:00</poco:published>
26
+ <poco:updated>2013-02-21T02:15:14+00:00</poco:updated>
27
+ <poco:birthday>2014-02-21</poco:birthday>
28
+ <poco:anniversary>2015-02-21</poco:anniversary>
29
+ <poco:gender>male</poco:gender>
30
+ <poco:note>foo
31
+ bar</poco:note>
32
+ <poco:utcOffset>-08:00</poco:utcOffset>
33
+ <poco:connected>false</poco:connected>
34
+ <poco:urls>
35
+ <poco:type>homepage</poco:type>
36
+ <poco:value>http://adamhobaugh.com</poco:value>
37
+ <poco:primary>true</poco:primary>
38
+
39
+ </poco:urls>
40
+ <statusnet:profile_info local_id="141464"></statusnet:profile_info>
41
+ </author>
42
+ <!--Deprecation warning: activity:subject is present only for backward compatibility. It will be removed in the next version of StatusNet.-->
43
+ <activity:subject>
44
+ <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
45
+ <id>http://identi.ca/user/141464</id>
46
+ <title>Adam Hobaugh</title>
47
+ <link rel="alternate" type="text/html" href="http://identi.ca/greenmanspirit"/>
48
+ <link rel="avatar" type="image/jpeg" media:width="480" media:height="480" href="http://avatar.identi.ca/141464-480-20100607212940.jpeg"/>
49
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar.identi.ca/141464-96-20100607212940.jpeg"/>
50
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar.identi.ca/141464-48-20100607212940.jpeg"/>
51
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar.identi.ca/141464-24-20100607212940.jpeg"/>
52
+ <georss:point>0 0</georss:point>
53
+ <poco:preferredUsername>greenmanspirit</poco:preferredUsername>
54
+ <poco:displayName>Adam Hobaugh</poco:displayName>
55
+ <poco:urls>
56
+ <poco:type>homepage</poco:type>
57
+ <poco:value>http://adamhobaugh.com</poco:value>
58
+ <poco:primary>true</poco:primary>
59
+
60
+ </poco:urls>
61
+ <statusnet:profile_info local_id="141464"></statusnet:profile_info>
62
+ </activity:subject>
63
+ <link href="http://identi.ca/greenmanspirit" rel="alternate" type="text/html"/>
64
+ <link href="http://identi.ca/main/sup#141464" rel="http://api.friendfeed.com/2008/03#sup" type="application/json"/>
65
+ <link href="http://identi.ca/api/statuses/user_timeline/141464.atom?max_id=51327114" rel="next" type="application/atom+xml"/>
66
+ <link href="http://identi.ca/main/push/hub" rel="hub"/>
67
+ <link href="http://identi.ca/main/salmon/user/141464" rel="salmon"/>
68
+ <link href="http://identi.ca/main/salmon/user/141464" rel="http://salmon-protocol.org/ns/salmon-replies"/>
69
+ <link href="http://identi.ca/main/salmon/user/141464" rel="http://salmon-protocol.org/ns/salmon-mention"/>
70
+ <link href="http://identi.ca/api/statuses/user_timeline/141464.atom" rel="self" type="application/atom+xml"/>
71
+ <entry>
72
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
73
+ <activity:object>Foobar</activity:object>
74
+ <activity:target>Barbaz</activity:target>
75
+ <id>http://identi.ca/notice/64991641</id>
76
+ <title>staples come out of the head tomorrow, oh yeah</title>
77
+ <content type="html">staples come out of the head tomorrow, oh yeah</content>
78
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/64991641"/>
79
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
80
+ <published>2011-02-21T02:15:14+00:00</published>
81
+ <updated>2011-03-22T02:15:14+00:00</updated>
82
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/64239058"/>
83
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64991641.atom"/>
84
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64991641.atom"/>
85
+ <statusnet:notice_info local_id="64991641" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
86
+
87
+ </entry>
88
+ <entry>
89
+ <id>http://identi.ca/notice/64985575</id>
90
+ <title>getting back into applying for jobs now that I have my debt back under control from unemployment</title>
91
+ <content type="html">getting back into applying for jobs now that I have my debt back under control from unemployment</content>
92
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/64985575"/>
93
+ <published>2011-02-21T00:41:24+00:00</published>
94
+ <updated>2011-03-22T00:41:24+00:00</updated>
95
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/64233166"/>
96
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64985575.atom"/>
97
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64985575.atom"/>
98
+ <statusnet:notice_info local_id="64985575" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
99
+
100
+ </entry>
101
+ <entry>
102
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
103
+ <id>http://identi.ca/notice/61452377</id>
104
+ <title>It's times like this I wish I had sleepytime tea</title>
105
+ <content type="html">It's times like this I wish I had sleepytime tea</content>
106
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/61452377"/>
107
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
108
+ <published>2011-01-03T05:11:50+00:00</published>
109
+ <updated>2011-01-03T05:11:50+00:00</updated>
110
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/60809276"/>
111
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61452377.atom"/>
112
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61452377.atom"/>
113
+ <statusnet:notice_info local_id="61452377" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
114
+
115
+ </entry>
116
+ <entry>
117
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
118
+ <id>http://identi.ca/notice/61441098</id>
119
+ <title>My latest accomplishment - http://ravel.me/greenmanspirit/ro20b</title>
120
+ <content type="html">My latest accomplishment - &lt;a href=&quot;http://ravel.me/greenmanspirit/ro20b&quot; title=&quot;http://www.ravelry.com/projects/greenmanspirit/reversible-strands-for-men-and-women-too&quot; rel=&quot;nofollow external&quot;&gt;http://ravel.me/greenmanspirit/ro20b&lt;/a&gt;</content>
121
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/61441098"/>
122
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
123
+ <published>2011-01-02T22:49:44+00:00</published>
124
+ <updated>2011-01-02T22:49:44+00:00</updated>
125
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/60798524"/>
126
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61441098.atom"/>
127
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61441098.atom"/>
128
+ <statusnet:notice_info local_id="61441098" source="web" favorite="false" repeated="false"></statusnet:notice_info>
129
+
130
+ </entry>
131
+ <entry>
132
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
133
+ <id>http://identi.ca/notice/60190679</id>
134
+ <title>First field trip today, and its to the mall</title>
135
+ <content type="html">First field trip today, and its to the mall</content>
136
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/60190679"/>
137
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
138
+ <published>2010-12-10T18:50:20+00:00</published>
139
+ <updated>2010-12-10T18:50:20+00:00</updated>
140
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/59590921"/>
141
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/60190679.atom"/>
142
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/60190679.atom"/>
143
+ <statusnet:notice_info local_id="60190679" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
144
+
145
+ </entry>
146
+ <entry>
147
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
148
+ <id>http://identi.ca/notice/59612332</id>
149
+ <title>bacon makes everything better</title>
150
+ <content type="html">bacon makes everything better</content>
151
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/59612332"/>
152
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
153
+ <published>2010-12-02T02:33:38+00:00</published>
154
+ <updated>2010-12-02T02:33:38+00:00</updated>
155
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/59031019"/>
156
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/59612332.atom"/>
157
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/59612332.atom"/>
158
+ <statusnet:notice_info local_id="59612332" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
159
+
160
+ </entry>
161
+ <entry>
162
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
163
+ <id>http://identi.ca/notice/57207676</id>
164
+ <title>I am now a professional driver, will post my cdl once I'm not to lazy to scratch off personal info</title>
165
+ <content type="html">I am now a professional driver, will post my cdl once I'm not to lazy to scratch off personal info</content>
166
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/57207676"/>
167
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
168
+ <published>2010-10-23T00:53:05+00:00</published>
169
+ <updated>2010-10-23T00:53:05+00:00</updated>
170
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/56711855"/>
171
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/57207676.atom"/>
172
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/57207676.atom"/>
173
+ <statusnet:notice_info local_id="57207676" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
174
+
175
+ </entry>
176
+ <entry>
177
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
178
+ <id>http://identi.ca/notice/56394008</id>
179
+ <title>Has anyone ever used a pedometer to guide a workout plan, I have one laying around but need a workout plan to go with it and if its worth it</title>
180
+ <content type="html">Has anyone ever used a pedometer to guide a workout plan, I have one laying around but need a workout plan to go with it and if its worth it</content>
181
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/56394008"/>
182
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
183
+ <published>2010-10-16T20:29:50+00:00</published>
184
+ <updated>2010-10-16T20:29:50+00:00</updated>
185
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/55912537"/>
186
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56394008.atom"/>
187
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56394008.atom"/>
188
+ <statusnet:notice_info local_id="56394008" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
189
+
190
+ </entry>
191
+ <entry>
192
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
193
+ <id>http://identi.ca/notice/56176750</id>
194
+ <title>Stargate Universe is by far my favorite show, its what Voyager should have been</title>
195
+ <content type="html">Stargate Universe is by far my favorite show, its what Voyager should have been</content>
196
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/56176750"/>
197
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
198
+ <published>2010-10-14T23:24:48+00:00</published>
199
+ <updated>2010-10-14T23:24:48+00:00</updated>
200
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/55699029"/>
201
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56176750.atom"/>
202
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56176750.atom"/>
203
+ <statusnet:notice_info local_id="56176750" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
204
+
205
+ </entry>
206
+ <entry>
207
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
208
+ <id>http://identi.ca/notice/54276991</id>
209
+ <title>Anyone have 500 I can borrow to cover till my bus job pays, I will to pay $50 in interest, payments 45 for 11, 55 month 12, will pay notary</title>
210
+ <content type="html">Anyone have 500 I can borrow to cover till my bus job pays, I will to pay $50 in interest, payments 45 for 11, 55 month 12, will pay notary</content>
211
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/54276991"/>
212
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
213
+ <published>2010-10-05T15:48:37+00:00</published>
214
+ <updated>2010-10-05T15:48:37+00:00</updated>
215
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/53821805"/>
216
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54276991.atom"/>
217
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54276991.atom"/>
218
+ <statusnet:notice_info local_id="54276991" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
219
+
220
+ </entry>
221
+ <entry>
222
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
223
+ <id>http://identi.ca/notice/54003337</id>
224
+ <title>First day of bus driver training</title>
225
+ <content type="html">First day of bus driver training</content>
226
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/54003337"/>
227
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
228
+ <published>2010-10-04T11:33:04+00:00</published>
229
+ <updated>2010-10-04T11:33:04+00:00</updated>
230
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/53550533"/>
231
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54003337.atom"/>
232
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54003337.atom"/>
233
+ <statusnet:notice_info local_id="54003337" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
234
+
235
+ </entry>
236
+ <entry>
237
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
238
+ <id>http://identi.ca/notice/53268824</id>
239
+ <title>my car is 300 pounds lighter, just returned all my asbestos stuff!</title>
240
+ <content type="html">my car is 300 pounds lighter, just returned all my asbestos stuff!</content>
241
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/53268824"/>
242
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
243
+ <published>2010-09-30T18:47:35+00:00</published>
244
+ <updated>2010-09-30T18:47:35+00:00</updated>
245
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52822605"/>
246
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53268824.atom"/>
247
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53268824.atom"/>
248
+ <statusnet:notice_info local_id="53268824" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
249
+
250
+ </entry>
251
+ <entry>
252
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
253
+ <id>http://identi.ca/notice/53053891</id>
254
+ <title>Got the job as a school bus driver, I start cdl class next week</title>
255
+ <content type="html">Got the job as a school bus driver, I start cdl class next week</content>
256
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/53053891"/>
257
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
258
+ <published>2010-09-29T16:34:59+00:00</published>
259
+ <updated>2010-09-29T16:34:59+00:00</updated>
260
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52610163"/>
261
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53053891.atom"/>
262
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53053891.atom"/>
263
+ <statusnet:notice_info local_id="53053891" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
264
+
265
+ </entry>
266
+ <entry>
267
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
268
+ <id>http://identi.ca/notice/52674737</id>
269
+ <title>My bro is selling a nook and kindle for a friend, much fun shall be had by me</title>
270
+ <content type="html">My bro is selling a nook and kindle for a friend, much fun shall be had by me</content>
271
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52674737"/>
272
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
273
+ <published>2010-09-27T16:04:44+00:00</published>
274
+ <updated>2010-09-27T16:04:44+00:00</updated>
275
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52235564"/>
276
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52674737.atom"/>
277
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52674737.atom"/>
278
+ <statusnet:notice_info local_id="52674737" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
279
+
280
+ </entry>
281
+ <entry>
282
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
283
+ <id>http://identi.ca/notice/52400602</id>
284
+ <title>Made mozzarella today, woot, next step, Swiss or Cheddar? Hmm</title>
285
+ <content type="html">Made mozzarella today, woot, next step, Swiss or Cheddar? Hmm</content>
286
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52400602"/>
287
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
288
+ <published>2010-09-25T23:54:10+00:00</published>
289
+ <updated>2010-09-25T23:54:10+00:00</updated>
290
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51964154"/>
291
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52400602.atom"/>
292
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52400602.atom"/>
293
+ <statusnet:notice_info local_id="52400602" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
294
+
295
+ </entry>
296
+ <entry>
297
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
298
+ <id>http://identi.ca/notice/52201233</id>
299
+ <title>RT @candrews #Facebook went down yesterday, taking 1,000s of sites down with it. Is this single point of failure really worth it? http:/ ...</title>
300
+ <content type="html">RT @&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://identi.ca/user/12287&quot; class=&quot;url&quot; title=&quot;Craig Andrews&quot;&gt;&lt;span class=&quot;fn nickname&quot;&gt;candrews&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; #&lt;span class=&quot;tag&quot;&gt;&lt;a href=&quot;http://identi.ca/tag/facebook&quot; rel=&quot;tag&quot;&gt;Facebook&lt;/a&gt;&lt;/span&gt; went down yesterday, taking 1,000s of sites down with it. Is this single point of failure really worth it? http:/ ...</content>
301
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52201233"/>
302
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
303
+ <published>2010-09-24T18:40:10+00:00</published>
304
+ <updated>2010-09-24T18:40:10+00:00</updated>
305
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51766744"/>
306
+ <ostatus:forward ref="http://identi.ca/notice/52180213" href="http://identi.ca/notice/52180213"></ostatus:forward>
307
+ <category term="facebook"></category>
308
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52201233.atom"/>
309
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52201233.atom"/>
310
+ <statusnet:notice_info local_id="52201233" source="web" favorite="false" repeated="false" repeat_of="52180213"></statusnet:notice_info>
311
+
312
+ </entry>
313
+ <entry>
314
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
315
+ <id>http://identi.ca/notice/52198476</id>
316
+ <title>anyone with an iphone want to trade a 15 dollar gift card for 15 cash, I got this as a gift and it is useless to me</title>
317
+ <content type="html">anyone with an iphone want to trade a 15 dollar gift card for 15 cash, I got this as a gift and it is useless to me</content>
318
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52198476"/>
319
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
320
+ <published>2010-09-24T18:20:10+00:00</published>
321
+ <updated>2010-09-24T18:20:10+00:00</updated>
322
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51764033"/>
323
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52198476.atom"/>
324
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52198476.atom"/>
325
+ <statusnet:notice_info local_id="52198476" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
326
+
327
+ </entry>
328
+ <entry>
329
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
330
+ <id>http://identi.ca/notice/52078750</id>
331
+ <title>everytime the compressor for my air conditioner shuts off, my dog jumps thinking someone is at the door</title>
332
+ <content type="html">everytime the compressor for my air conditioner shuts off, my dog jumps thinking someone is at the door</content>
333
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52078750"/>
334
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
335
+ <published>2010-09-24T02:40:22+00:00</published>
336
+ <updated>2010-09-24T02:40:22+00:00</updated>
337
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51645609"/>
338
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52078750.atom"/>
339
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52078750.atom"/>
340
+ <statusnet:notice_info local_id="52078750" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
341
+
342
+ </entry>
343
+ <entry>
344
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
345
+ <id>http://identi.ca/notice/51893773</id>
346
+ <title>5.5 hours without power</title>
347
+ <content type="html">5.5 hours without power</content>
348
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/51893773"/>
349
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
350
+ <published>2010-09-23T02:15:02+00:00</published>
351
+ <updated>2010-09-23T02:15:02+00:00</updated>
352
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51462564"/>
353
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/51893773.atom"/>
354
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/51893773.atom"/>
355
+ <statusnet:notice_info local_id="51893773" source="&lt;a href=&quot;http://mustard.macno.org&quot; rel=&quot;nofollow&quot;&gt;mustard&lt;/a&gt;" source_link="http://mustard.macno.org" favorite="false" repeated="false"></statusnet:notice_info>
356
+
357
+ </entry>
358
+ </feed>
359
+
@@ -0,0 +1,134 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:georss="http://www.georss.org/georss" xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:media="http://purl.org/syndication/atommedia" xmlns:poco="http://portablecontacts.net/spec/1.0" xmlns:ostatus="http://ostatus.org/schema/1.0" xmlns:statusnet="http://status.net/schema/api/1/">
3
+ <generator uri="http://status.net" version="1.0.1">StatusNet</generator>
4
+ <id>http://identi.ca/api/statuses/user_timeline/55937.atom?max_id=89098925</id>
5
+ <title>reality timeline</title>
6
+ <subtitle>Updates from reality on Identi.ca!</subtitle>
7
+ <logo>http://avatar3.status.net/i/identica/55937-96-20111008001238.jpeg</logo>
8
+ <updated>2012-02-01T02:37:57+00:00</updated>
9
+ <author>
10
+ <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
11
+ <uri>http://identi.ca/user/55937</uri>
12
+ <name>reality</name>
13
+ <link rel="alternate" type="text/html" href="http://identi.ca/reality"/>
14
+ <link rel="avatar" type="image/jpeg" media:width="480" media:height="480" href="http://avatar3.status.net/i/identica/55937-480-20111008001238.jpeg"/>
15
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar3.status.net/i/identica/55937-96-20111008001238.jpeg"/>
16
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar3.status.net/i/identica/55937-48-20111008001238.jpeg"/>
17
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar3.status.net/i/identica/55937-24-20111008001238.jpeg"/>
18
+ <georss:point>52.41548 -4.08292</georss:point>
19
+ <poco:preferredUsername>reality</poco:preferredUsername>
20
+ <poco:displayName>Luke Slater</poco:displayName>
21
+ <poco:note>Into the acoustic degree; a little bleak and edgy</poco:note>
22
+ <poco:address>
23
+ <poco:formatted>Aberystwyth, Wales</poco:formatted>
24
+ </poco:address>
25
+ <poco:urls>
26
+ <poco:type>homepage</poco:type>
27
+ <poco:value>http://nc.no.de/</poco:value>
28
+ <poco:primary>true</poco:primary>
29
+ </poco:urls>
30
+ <statusnet:profile_info local_id="55937"></statusnet:profile_info>
31
+
32
+ </author>
33
+ <!--Deprecation warning: activity:subject is present only for backward compatibility. It will be removed in the next version of StatusNet.-->
34
+ <activity:subject>
35
+ <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
36
+ <id>http://identi.ca/user/55937</id>
37
+ <title>Luke Slater</title>
38
+ <link rel="alternate" type="text/html" href="http://identi.ca/reality"/>
39
+ <link rel="avatar" type="image/jpeg" media:width="480" media:height="480" href="http://avatar3.status.net/i/identica/55937-480-20111008001238.jpeg"/>
40
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar3.status.net/i/identica/55937-96-20111008001238.jpeg"/>
41
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar3.status.net/i/identica/55937-48-20111008001238.jpeg"/>
42
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar3.status.net/i/identica/55937-24-20111008001238.jpeg"/>
43
+ <georss:point>52.41548 -4.08292</georss:point>
44
+ <poco:preferredUsername>reality</poco:preferredUsername>
45
+ <poco:displayName>Luke Slater</poco:displayName>
46
+ <poco:note>Into the acoustic degree; a little bleak and edgy</poco:note>
47
+ <poco:address>
48
+ <poco:formatted>Aberystwyth, Wales</poco:formatted>
49
+ </poco:address>
50
+ <poco:urls>
51
+ <poco:type>homepage</poco:type>
52
+ <poco:value>http://nc.no.de/</poco:value>
53
+ <poco:primary>true</poco:primary>
54
+ </poco:urls>
55
+ <statusnet:profile_info local_id="55937"></statusnet:profile_info>
56
+
57
+ </activity:subject>
58
+ <link href="http://identi.ca/reality" rel="alternate" type="text/html"/>
59
+ <link href="http://identi.ca/main/sup" rel="http://api.friendfeed.com/2008/03#sup" type="application/json"/>
60
+ <link href="http://identi.ca/api/statuses/user_timeline/55937.atom?max_id=89056842" rel="next" type="application/atom+xml"/>
61
+ <link href="http://identi.ca/api/statuses/user_timeline/55937.atom?since_id=89098925" rel="prev" type="application/atom+xml"/>
62
+ <link href="http://identi.ca/api/statuses/user_timeline/55937.atom" rel="first" type="application/atom+xml"/>
63
+ <link href="http://identi.ca/main/push/hub" rel="hub"/>
64
+ <link href="http://identi.ca/main/salmon/user/55937" rel="salmon"/>
65
+ <link href="http://identi.ca/main/salmon/user/55937" rel="http://salmon-protocol.org/ns/salmon-replies"/>
66
+ <link href="http://identi.ca/main/salmon/user/55937" rel="http://salmon-protocol.org/ns/salmon-mention"/>
67
+ <link href="http://identi.ca/api/statuses/user_timeline/55937.atom?max_id=89098925" rel="self" type="application/atom+xml"/>
68
+ <entry>
69
+ <id>http://identi.ca/notice/89057569</id>
70
+ <title>RT @psquid I think I’ll move to using char[][], just to annoy @speeddefrost.</title>
71
+ <content type="html">RT @&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://micro.fragdev.com/psquid&quot; class=&quot;url&quot; title=&quot;Psychedelic Squid&quot;&gt;&lt;span class=&quot;fn nickname mention&quot;&gt;psquid&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; I think I’ll move to using char[][], just to annoy @&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://identi.ca/user/36662&quot; class=&quot;url&quot; title=&quot;speeddefrost&quot;&gt;&lt;span class=&quot;fn nickname mention&quot;&gt;speeddefrost&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.</content>
72
+ <link rel="alternate" type="text/html">http://identi.ca/notice/89057569</link>
73
+ <activity:verb>http://activitystrea.ms/schema/1.0/share</activity:verb>
74
+ <published>2012-01-23T03:04:39+00:00</published>
75
+ <updated>2012-01-23T03:04:39+00:00</updated>
76
+ <activity:object>
77
+ <activity:object-type>http://activitystrea.ms/schema/1.0/activity</activity:object-type>
78
+ <id>http://micro.fragdev.com/notice/116469</id>
79
+ <title>I think I’ll move to using char[][], just to annoy @speeddefrost.</title>
80
+ <content type="html">I think I&amp;#8217;ll move to using char[][], just to annoy &amp;#64;&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://identi.ca/speeddefrost&quot; class=&quot;url&quot; title=&quot;speeddefrost&quot;&gt;&lt;span class=&quot;fn nickname mention&quot;&gt;speeddefrost&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.</content>
81
+ <link rel="alternate" type="text/html">http://micro.fragdev.com/notice/116469</link>
82
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
83
+ <published>2012-01-23T03:02:26+00:00</published>
84
+ <updated>2012-01-23T03:02:26+00:00</updated>
85
+ <author>
86
+ <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
87
+ <uri>http://micro.fragdev.com/user/425</uri>
88
+ <name>psquid</name>
89
+ <link rel="alternate" type="text/html" href="http://micro.fragdev.com/psquid"/>
90
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar3.status.net/i/identica/549245-original-20120131093453.jpeg"/>
91
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar3.status.net/i/identica/549245-original-20120131093453.jpeg"/>
92
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar3.status.net/i/identica/549245-48-20120131093453.jpeg"/>
93
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar3.status.net/i/identica/549245-24-20120131093453.jpeg"/>
94
+ <georss:point>-47.15 -126.71666</georss:point>
95
+ <poco:preferredUsername>psquid</poco:preferredUsername>
96
+ <poco:displayName>psquid</poco:displayName>
97
+ <poco:note>Unhinge the daydream door; delve deep.</poco:note>
98
+ <poco:address>
99
+ <poco:formatted>R'lyeh</poco:formatted>
100
+ </poco:address>
101
+ <poco:urls>
102
+ <poco:type>homepage</poco:type>
103
+ <poco:value>http://psquid.net</poco:value>
104
+ <poco:primary>true</poco:primary>
105
+ </poco:urls>
106
+ <statusnet:profile_info local_id="549245"></statusnet:profile_info>
107
+ </author>
108
+ <activity:object>
109
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
110
+ <id>http://micro.fragdev.com/notice/116469</id>
111
+ <title>I think I’ll move to using char[][], just to annoy @speeddefrost.</title>
112
+ <content type="html">I think I&amp;#8217;ll move to using char[][], just to annoy &amp;#64;&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://identi.ca/speeddefrost&quot; class=&quot;url&quot; title=&quot;speeddefrost&quot;&gt;&lt;span class=&quot;fn nickname mention&quot;&gt;speeddefrost&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;.</content>
113
+ <link rel="alternate" type="text/html" href="http://micro.fragdev.com/notice/116469"/>
114
+ </activity:object>
115
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/88893235"/>
116
+ <link rel="ostatus:attention" href="http://identi.ca/user/36662"/>
117
+ <link rel="mentioned" href="http://identi.ca/user/36662"/>
118
+ <source>
119
+ <id>http://micro.fragdev.com/api/statuses/user_timeline/425.atom</id>
120
+ <title>psquid</title>
121
+ <link rel="alternate" type="text/html" href="http://micro.fragdev.com/psquid"/>
122
+ <link rel="self" type="application/atom+xml" href="http://micro.fragdev.com/api/statuses/user_timeline/425.atom"/>
123
+ <icon>http://avatar3.status.net/i/identica/549245-original-20120131093453.jpeg</icon>
124
+ <updated>2012-02-01T02:27:07+00:00</updated>
125
+ </source>
126
+ </activity:object>
127
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/88893255"/>
128
+ <ostatus:forward ref="http://micro.fragdev.com/notice/116469" href="http://micro.fragdev.com/notice/116469"></ostatus:forward>
129
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/89057569.atom"/>
130
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/89057569.atom"/>
131
+ <statusnet:notice_info local_id="89057569" source="web" repeat_of="89057548"></statusnet:notice_info>
132
+
133
+ </entry>
134
+ </feed>