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,393 @@
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>true</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/push/hub2" rel="hub"/>
68
+ <link href="http://identi.ca/main/salmon/user/141464" rel="salmon"/>
69
+ <link href="http://identi.ca/main/salmon/user/141464" rel="http://salmon-protocol.org/ns/salmon-replies"/>
70
+ <link href="http://identi.ca/main/salmon/user/141464" rel="http://salmon-protocol.org/ns/salmon-mention"/>
71
+ <link href="http://identi.ca/api/statuses/user_timeline/141464.atom" rel="self" type="application/atom+xml"/>
72
+ <entry>
73
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
74
+ <activity:object>
75
+ <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
76
+ <uri>http://identi.ca/user/141464</uri>
77
+ <name>greenmanspirit</name>
78
+ <email>foo@example.com</email>
79
+ <link rel="alternate" type="text/html" href="http://identi.ca/greenmanspirit"/>
80
+ <link rel="avatar" type="image/jpeg" media:width="480" media:height="480" href="http://avatar.identi.ca/141464-480-20100607212940.jpeg"/>
81
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar.identi.ca/141464-96-20100607212940.jpeg"/>
82
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar.identi.ca/141464-48-20100607212940.jpeg"/>
83
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar.identi.ca/141464-24-20100607212940.jpeg"/>
84
+ <georss:point>0 0</georss:point>
85
+ <poco:preferredUsername>greenmanspirit</poco:preferredUsername>
86
+ <poco:displayName>Adam Hobaugh</poco:displayName>
87
+ <poco:id>foobar</poco:id>
88
+ <poco:name>barbaz</poco:name>
89
+ <poco:nickname>spaz</poco:nickname>
90
+ <poco:published>2012-02-21T02:15:14+00:00</poco:published>
91
+ <poco:updated>2013-02-21T02:15:14+00:00</poco:updated>
92
+ <poco:birthday>2014-02-21</poco:birthday>
93
+ <poco:anniversary>2015-02-21</poco:anniversary>
94
+ <poco:gender>male</poco:gender>
95
+ <poco:note>foo
96
+ bar</poco:note>
97
+ <poco:utcOffset>-08:00</poco:utcOffset>
98
+ <poco:connected>true</poco:connected>
99
+ <poco:urls>
100
+ <poco:type>homepage</poco:type>
101
+ <poco:value>http://adamhobaugh.com</poco:value>
102
+ <poco:primary>true</poco:primary>
103
+ </poco:urls>
104
+
105
+ <statusnet:profile_info local_id="141464"></statusnet:profile_info>
106
+ </activity:object>
107
+
108
+ <activity:target>Barbaz</activity:target>
109
+ <id>http://identi.ca/notice/64991641</id>
110
+ <title>staples come out of the head tomorrow, oh yeah</title>
111
+ <content type="html">staples come out of the head tomorrow, oh yeah</content>
112
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/64991641"/>
113
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
114
+ <published>2011-02-21T02:15:14+00:00</published>
115
+ <updated>2011-03-22T02:15:14+00:00</updated>
116
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/64239058"/>
117
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64991641.atom"/>
118
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64991641.atom"/>
119
+ <statusnet:notice_info local_id="64991641" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
120
+
121
+ </entry>
122
+ <entry>
123
+ <id>http://identi.ca/notice/64985575</id>
124
+ <title>getting back into applying for jobs now that I have my debt back under control from unemployment</title>
125
+ <content type="html">getting back into applying for jobs now that I have my debt back under control from unemployment</content>
126
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/64985575"/>
127
+ <published>2011-02-21T00:41:24+00:00</published>
128
+ <updated>2011-03-22T00:41:24+00:00</updated>
129
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/64233166"/>
130
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64985575.atom"/>
131
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64985575.atom"/>
132
+ <statusnet:notice_info local_id="64985575" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
133
+
134
+ </entry>
135
+ <entry>
136
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
137
+ <id>http://identi.ca/notice/61452377</id>
138
+ <title>It's times like this I wish I had sleepytime tea</title>
139
+ <content type="html">It's times like this I wish I had sleepytime tea</content>
140
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/61452377"/>
141
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
142
+ <published>2011-01-03T05:11:50+00:00</published>
143
+ <updated>2011-01-03T05:11:50+00:00</updated>
144
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/60809276"/>
145
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61452377.atom"/>
146
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61452377.atom"/>
147
+ <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>
148
+
149
+ </entry>
150
+ <entry>
151
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
152
+ <id>http://identi.ca/notice/61441098</id>
153
+ <title>My latest accomplishment - http://ravel.me/greenmanspirit/ro20b</title>
154
+ <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>
155
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/61441098"/>
156
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
157
+ <published>2011-01-02T22:49:44+00:00</published>
158
+ <updated>2011-01-02T22:49:44+00:00</updated>
159
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/60798524"/>
160
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61441098.atom"/>
161
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61441098.atom"/>
162
+ <statusnet:notice_info local_id="61441098" source="web" favorite="false" repeated="false"></statusnet:notice_info>
163
+
164
+ </entry>
165
+ <entry>
166
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
167
+ <id>http://identi.ca/notice/60190679</id>
168
+ <title>First field trip today, and its to the mall</title>
169
+ <content type="html">First field trip today, and its to the mall</content>
170
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/60190679"/>
171
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
172
+ <published>2010-12-10T18:50:20+00:00</published>
173
+ <updated>2010-12-10T18:50:20+00:00</updated>
174
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/59590921"/>
175
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/60190679.atom"/>
176
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/60190679.atom"/>
177
+ <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>
178
+
179
+ </entry>
180
+ <entry>
181
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
182
+ <id>http://identi.ca/notice/59612332</id>
183
+ <title>bacon makes everything better</title>
184
+ <content type="html">bacon makes everything better</content>
185
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/59612332"/>
186
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
187
+ <published>2010-12-02T02:33:38+00:00</published>
188
+ <updated>2010-12-02T02:33:38+00:00</updated>
189
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/59031019"/>
190
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/59612332.atom"/>
191
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/59612332.atom"/>
192
+ <statusnet:notice_info local_id="59612332" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
193
+
194
+ </entry>
195
+ <entry>
196
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
197
+ <id>http://identi.ca/notice/57207676</id>
198
+ <title>I am now a professional driver, will post my cdl once I'm not to lazy to scratch off personal info</title>
199
+ <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>
200
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/57207676"/>
201
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
202
+ <published>2010-10-23T00:53:05+00:00</published>
203
+ <updated>2010-10-23T00:53:05+00:00</updated>
204
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/56711855"/>
205
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/57207676.atom"/>
206
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/57207676.atom"/>
207
+ <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>
208
+
209
+ </entry>
210
+ <entry>
211
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
212
+ <id>http://identi.ca/notice/56394008</id>
213
+ <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>
214
+ <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>
215
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/56394008"/>
216
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
217
+ <published>2010-10-16T20:29:50+00:00</published>
218
+ <updated>2010-10-16T20:29:50+00:00</updated>
219
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/55912537"/>
220
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56394008.atom"/>
221
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56394008.atom"/>
222
+ <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>
223
+
224
+ </entry>
225
+ <entry>
226
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
227
+ <id>http://identi.ca/notice/56176750</id>
228
+ <title>Stargate Universe is by far my favorite show, its what Voyager should have been</title>
229
+ <content type="html">Stargate Universe is by far my favorite show, its what Voyager should have been</content>
230
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/56176750"/>
231
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
232
+ <published>2010-10-14T23:24:48+00:00</published>
233
+ <updated>2010-10-14T23:24:48+00:00</updated>
234
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/55699029"/>
235
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56176750.atom"/>
236
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56176750.atom"/>
237
+ <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>
238
+
239
+ </entry>
240
+ <entry>
241
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
242
+ <id>http://identi.ca/notice/54276991</id>
243
+ <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>
244
+ <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>
245
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/54276991"/>
246
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
247
+ <published>2010-10-05T15:48:37+00:00</published>
248
+ <updated>2010-10-05T15:48:37+00:00</updated>
249
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/53821805"/>
250
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54276991.atom"/>
251
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54276991.atom"/>
252
+ <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>
253
+
254
+ </entry>
255
+ <entry>
256
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
257
+ <id>http://identi.ca/notice/54003337</id>
258
+ <title>First day of bus driver training</title>
259
+ <content type="html">First day of bus driver training</content>
260
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/54003337"/>
261
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
262
+ <published>2010-10-04T11:33:04+00:00</published>
263
+ <updated>2010-10-04T11:33:04+00:00</updated>
264
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/53550533"/>
265
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54003337.atom"/>
266
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54003337.atom"/>
267
+ <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>
268
+
269
+ </entry>
270
+ <entry>
271
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
272
+ <id>http://identi.ca/notice/53268824</id>
273
+ <title>my car is 300 pounds lighter, just returned all my asbestos stuff!</title>
274
+ <content type="html">my car is 300 pounds lighter, just returned all my asbestos stuff!</content>
275
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/53268824"/>
276
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
277
+ <published>2010-09-30T18:47:35+00:00</published>
278
+ <updated>2010-09-30T18:47:35+00:00</updated>
279
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52822605"/>
280
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53268824.atom"/>
281
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53268824.atom"/>
282
+ <statusnet:notice_info local_id="53268824" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
283
+
284
+ </entry>
285
+ <entry>
286
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
287
+ <id>http://identi.ca/notice/53053891</id>
288
+ <title>Got the job as a school bus driver, I start cdl class next week</title>
289
+ <content type="html">Got the job as a school bus driver, I start cdl class next week</content>
290
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/53053891"/>
291
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
292
+ <published>2010-09-29T16:34:59+00:00</published>
293
+ <updated>2010-09-29T16:34:59+00:00</updated>
294
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52610163"/>
295
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53053891.atom"/>
296
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53053891.atom"/>
297
+ <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>
298
+
299
+ </entry>
300
+ <entry>
301
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
302
+ <id>http://identi.ca/notice/52674737</id>
303
+ <title>My bro is selling a nook and kindle for a friend, much fun shall be had by me</title>
304
+ <content type="html">My bro is selling a nook and kindle for a friend, much fun shall be had by me</content>
305
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52674737"/>
306
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
307
+ <published>2010-09-27T16:04:44+00:00</published>
308
+ <updated>2010-09-27T16:04:44+00:00</updated>
309
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52235564"/>
310
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52674737.atom"/>
311
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52674737.atom"/>
312
+ <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>
313
+
314
+ </entry>
315
+ <entry>
316
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
317
+ <id>http://identi.ca/notice/52400602</id>
318
+ <title>Made mozzarella today, woot, next step, Swiss or Cheddar? Hmm</title>
319
+ <content type="html">Made mozzarella today, woot, next step, Swiss or Cheddar? Hmm</content>
320
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52400602"/>
321
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
322
+ <published>2010-09-25T23:54:10+00:00</published>
323
+ <updated>2010-09-25T23:54:10+00:00</updated>
324
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51964154"/>
325
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52400602.atom"/>
326
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52400602.atom"/>
327
+ <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>
328
+
329
+ </entry>
330
+ <entry>
331
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
332
+ <id>http://identi.ca/notice/52201233</id>
333
+ <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>
334
+ <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>
335
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52201233"/>
336
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
337
+ <published>2010-09-24T18:40:10+00:00</published>
338
+ <updated>2010-09-24T18:40:10+00:00</updated>
339
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51766744"/>
340
+ <ostatus:forward ref="http://identi.ca/notice/52180213" href="http://identi.ca/notice/52180213"></ostatus:forward>
341
+ <category term="facebook"></category>
342
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52201233.atom"/>
343
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52201233.atom"/>
344
+ <statusnet:notice_info local_id="52201233" source="web" favorite="false" repeated="false" repeat_of="52180213"></statusnet:notice_info>
345
+
346
+ </entry>
347
+ <entry>
348
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
349
+ <id>http://identi.ca/notice/52198476</id>
350
+ <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>
351
+ <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>
352
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52198476"/>
353
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
354
+ <published>2010-09-24T18:20:10+00:00</published>
355
+ <updated>2010-09-24T18:20:10+00:00</updated>
356
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51764033"/>
357
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52198476.atom"/>
358
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52198476.atom"/>
359
+ <statusnet:notice_info local_id="52198476" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
360
+
361
+ </entry>
362
+ <entry>
363
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
364
+ <id>http://identi.ca/notice/52078750</id>
365
+ <title>everytime the compressor for my air conditioner shuts off, my dog jumps thinking someone is at the door</title>
366
+ <content type="html">everytime the compressor for my air conditioner shuts off, my dog jumps thinking someone is at the door</content>
367
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52078750"/>
368
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
369
+ <published>2010-09-24T02:40:22+00:00</published>
370
+ <updated>2010-09-24T02:40:22+00:00</updated>
371
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51645609"/>
372
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52078750.atom"/>
373
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52078750.atom"/>
374
+ <statusnet:notice_info local_id="52078750" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
375
+
376
+ </entry>
377
+ <entry>
378
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
379
+ <id>http://identi.ca/notice/51893773</id>
380
+ <title>5.5 hours without power</title>
381
+ <content type="html">5.5 hours without power</content>
382
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/51893773"/>
383
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
384
+ <published>2010-09-23T02:15:02+00:00</published>
385
+ <updated>2010-09-23T02:15:02+00:00</updated>
386
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51462564"/>
387
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/51893773.atom"/>
388
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/51893773.atom"/>
389
+ <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>
390
+
391
+ </entry>
392
+ </feed>
393
+
@@ -0,0 +1,336 @@
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
+ <link rel="alternate" type="text/html" href="http://identi.ca/greenmanspirit"/>
12
+ <link rel="avatar" type="image/jpeg" media:width="480" media:height="480" href="http://avatar.identi.ca/141464-480-20100607212940.jpeg"/>
13
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar.identi.ca/141464-96-20100607212940.jpeg"/>
14
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar.identi.ca/141464-48-20100607212940.jpeg"/>
15
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar.identi.ca/141464-24-20100607212940.jpeg"/>
16
+ <georss:point>0 0</georss:point>
17
+ <statusnet:profile_info local_id="141464"></statusnet:profile_info>
18
+ </author>
19
+ <!--Deprecation warning: activity:subject is present only for backward compatibility. It will be removed in the next version of StatusNet.-->
20
+ <activity:subject>
21
+ <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
22
+ <id>http://identi.ca/user/141464</id>
23
+ <title>Adam Hobaugh</title>
24
+ <link rel="alternate" type="text/html" href="http://identi.ca/greenmanspirit"/>
25
+ <link rel="avatar" type="image/jpeg" media:width="480" media:height="480" href="http://avatar.identi.ca/141464-480-20100607212940.jpeg"/>
26
+ <link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="http://avatar.identi.ca/141464-96-20100607212940.jpeg"/>
27
+ <link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="http://avatar.identi.ca/141464-48-20100607212940.jpeg"/>
28
+ <link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="http://avatar.identi.ca/141464-24-20100607212940.jpeg"/>
29
+ <georss:point>0 0</georss:point>
30
+ <poco:preferredUsername>greenmanspirit</poco:preferredUsername>
31
+ <poco:displayName>Adam Hobaugh</poco:displayName>
32
+ <poco:urls>
33
+ <poco:type>homepage</poco:type>
34
+ <poco:value>http://adamhobaugh.com</poco:value>
35
+ <poco:primary>true</poco:primary>
36
+
37
+ </poco:urls>
38
+ <statusnet:profile_info local_id="141464"></statusnet:profile_info>
39
+ </activity:subject>
40
+ <link href="http://identi.ca/greenmanspirit" rel="alternate" type="text/html"/>
41
+ <link href="http://identi.ca/main/sup#141464" rel="http://api.friendfeed.com/2008/03#sup" type="application/json"/>
42
+ <link href="http://identi.ca/api/statuses/user_timeline/141464.atom?max_id=51327114" rel="next" type="application/atom+xml"/>
43
+ <link href="http://identi.ca/main/push/hub" rel="hub"/>
44
+ <link href="http://identi.ca/main/salmon/user/141464" rel="salmon"/>
45
+ <link href="http://identi.ca/main/salmon/user/141464" rel="http://salmon-protocol.org/ns/salmon-replies"/>
46
+ <link href="http://identi.ca/main/salmon/user/141464" rel="http://salmon-protocol.org/ns/salmon-mention"/>
47
+ <link href="http://identi.ca/api/statuses/user_timeline/141464.atom" rel="self" type="application/atom+xml"/>
48
+ <entry>
49
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
50
+ <activity:object>Foobar</activity:object>
51
+ <activity:target>Barbaz</activity:target>
52
+ <id>http://identi.ca/notice/64991641</id>
53
+ <title>staples come out of the head tomorrow, oh yeah</title>
54
+ <content type="html">staples come out of the head tomorrow, oh yeah</content>
55
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/64991641"/>
56
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
57
+ <published>2011-02-21T02:15:14+00:00</published>
58
+ <updated>2011-03-22T02:15:14+00:00</updated>
59
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/64239058"/>
60
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64991641.atom"/>
61
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64991641.atom"/>
62
+ <statusnet:notice_info local_id="64991641" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
63
+
64
+ </entry>
65
+ <entry>
66
+ <id>http://identi.ca/notice/64985575</id>
67
+ <title>getting back into applying for jobs now that I have my debt back under control from unemployment</title>
68
+ <content type="html">getting back into applying for jobs now that I have my debt back under control from unemployment</content>
69
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/64985575"/>
70
+ <published>2011-02-21T00:41:24+00:00</published>
71
+ <updated>2011-03-22T00:41:24+00:00</updated>
72
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/64233166"/>
73
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64985575.atom"/>
74
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/64985575.atom"/>
75
+ <statusnet:notice_info local_id="64985575" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
76
+
77
+ </entry>
78
+ <entry>
79
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
80
+ <id>http://identi.ca/notice/61452377</id>
81
+ <title>It's times like this I wish I had sleepytime tea</title>
82
+ <content type="html">It's times like this I wish I had sleepytime tea</content>
83
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/61452377"/>
84
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
85
+ <published>2011-01-03T05:11:50+00:00</published>
86
+ <updated>2011-01-03T05:11:50+00:00</updated>
87
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/60809276"/>
88
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61452377.atom"/>
89
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61452377.atom"/>
90
+ <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>
91
+
92
+ </entry>
93
+ <entry>
94
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
95
+ <id>http://identi.ca/notice/61441098</id>
96
+ <title>My latest accomplishment - http://ravel.me/greenmanspirit/ro20b</title>
97
+ <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>
98
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/61441098"/>
99
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
100
+ <published>2011-01-02T22:49:44+00:00</published>
101
+ <updated>2011-01-02T22:49:44+00:00</updated>
102
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/60798524"/>
103
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61441098.atom"/>
104
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/61441098.atom"/>
105
+ <statusnet:notice_info local_id="61441098" source="web" favorite="false" repeated="false"></statusnet:notice_info>
106
+
107
+ </entry>
108
+ <entry>
109
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
110
+ <id>http://identi.ca/notice/60190679</id>
111
+ <title>First field trip today, and its to the mall</title>
112
+ <content type="html">First field trip today, and its to the mall</content>
113
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/60190679"/>
114
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
115
+ <published>2010-12-10T18:50:20+00:00</published>
116
+ <updated>2010-12-10T18:50:20+00:00</updated>
117
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/59590921"/>
118
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/60190679.atom"/>
119
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/60190679.atom"/>
120
+ <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>
121
+
122
+ </entry>
123
+ <entry>
124
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
125
+ <id>http://identi.ca/notice/59612332</id>
126
+ <title>bacon makes everything better</title>
127
+ <content type="html">bacon makes everything better</content>
128
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/59612332"/>
129
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
130
+ <published>2010-12-02T02:33:38+00:00</published>
131
+ <updated>2010-12-02T02:33:38+00:00</updated>
132
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/59031019"/>
133
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/59612332.atom"/>
134
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/59612332.atom"/>
135
+ <statusnet:notice_info local_id="59612332" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
136
+
137
+ </entry>
138
+ <entry>
139
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
140
+ <id>http://identi.ca/notice/57207676</id>
141
+ <title>I am now a professional driver, will post my cdl once I'm not to lazy to scratch off personal info</title>
142
+ <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>
143
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/57207676"/>
144
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
145
+ <published>2010-10-23T00:53:05+00:00</published>
146
+ <updated>2010-10-23T00:53:05+00:00</updated>
147
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/56711855"/>
148
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/57207676.atom"/>
149
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/57207676.atom"/>
150
+ <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>
151
+
152
+ </entry>
153
+ <entry>
154
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
155
+ <id>http://identi.ca/notice/56394008</id>
156
+ <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>
157
+ <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>
158
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/56394008"/>
159
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
160
+ <published>2010-10-16T20:29:50+00:00</published>
161
+ <updated>2010-10-16T20:29:50+00:00</updated>
162
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/55912537"/>
163
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56394008.atom"/>
164
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56394008.atom"/>
165
+ <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>
166
+
167
+ </entry>
168
+ <entry>
169
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
170
+ <id>http://identi.ca/notice/56176750</id>
171
+ <title>Stargate Universe is by far my favorite show, its what Voyager should have been</title>
172
+ <content type="html">Stargate Universe is by far my favorite show, its what Voyager should have been</content>
173
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/56176750"/>
174
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
175
+ <published>2010-10-14T23:24:48+00:00</published>
176
+ <updated>2010-10-14T23:24:48+00:00</updated>
177
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/55699029"/>
178
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56176750.atom"/>
179
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/56176750.atom"/>
180
+ <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>
181
+
182
+ </entry>
183
+ <entry>
184
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
185
+ <id>http://identi.ca/notice/54276991</id>
186
+ <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>
187
+ <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>
188
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/54276991"/>
189
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
190
+ <published>2010-10-05T15:48:37+00:00</published>
191
+ <updated>2010-10-05T15:48:37+00:00</updated>
192
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/53821805"/>
193
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54276991.atom"/>
194
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54276991.atom"/>
195
+ <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>
196
+
197
+ </entry>
198
+ <entry>
199
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
200
+ <id>http://identi.ca/notice/54003337</id>
201
+ <title>First day of bus driver training</title>
202
+ <content type="html">First day of bus driver training</content>
203
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/54003337"/>
204
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
205
+ <published>2010-10-04T11:33:04+00:00</published>
206
+ <updated>2010-10-04T11:33:04+00:00</updated>
207
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/53550533"/>
208
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54003337.atom"/>
209
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/54003337.atom"/>
210
+ <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>
211
+
212
+ </entry>
213
+ <entry>
214
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
215
+ <id>http://identi.ca/notice/53268824</id>
216
+ <title>my car is 300 pounds lighter, just returned all my asbestos stuff!</title>
217
+ <content type="html">my car is 300 pounds lighter, just returned all my asbestos stuff!</content>
218
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/53268824"/>
219
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
220
+ <published>2010-09-30T18:47:35+00:00</published>
221
+ <updated>2010-09-30T18:47:35+00:00</updated>
222
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52822605"/>
223
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53268824.atom"/>
224
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53268824.atom"/>
225
+ <statusnet:notice_info local_id="53268824" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
226
+
227
+ </entry>
228
+ <entry>
229
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
230
+ <id>http://identi.ca/notice/53053891</id>
231
+ <title>Got the job as a school bus driver, I start cdl class next week</title>
232
+ <content type="html">Got the job as a school bus driver, I start cdl class next week</content>
233
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/53053891"/>
234
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
235
+ <published>2010-09-29T16:34:59+00:00</published>
236
+ <updated>2010-09-29T16:34:59+00:00</updated>
237
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52610163"/>
238
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53053891.atom"/>
239
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/53053891.atom"/>
240
+ <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>
241
+
242
+ </entry>
243
+ <entry>
244
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
245
+ <id>http://identi.ca/notice/52674737</id>
246
+ <title>My bro is selling a nook and kindle for a friend, much fun shall be had by me</title>
247
+ <content type="html">My bro is selling a nook and kindle for a friend, much fun shall be had by me</content>
248
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52674737"/>
249
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
250
+ <published>2010-09-27T16:04:44+00:00</published>
251
+ <updated>2010-09-27T16:04:44+00:00</updated>
252
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/52235564"/>
253
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52674737.atom"/>
254
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52674737.atom"/>
255
+ <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>
256
+
257
+ </entry>
258
+ <entry>
259
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
260
+ <id>http://identi.ca/notice/52400602</id>
261
+ <title>Made mozzarella today, woot, next step, Swiss or Cheddar? Hmm</title>
262
+ <content type="html">Made mozzarella today, woot, next step, Swiss or Cheddar? Hmm</content>
263
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52400602"/>
264
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
265
+ <published>2010-09-25T23:54:10+00:00</published>
266
+ <updated>2010-09-25T23:54:10+00:00</updated>
267
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51964154"/>
268
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52400602.atom"/>
269
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52400602.atom"/>
270
+ <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>
271
+
272
+ </entry>
273
+ <entry>
274
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
275
+ <id>http://identi.ca/notice/52201233</id>
276
+ <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>
277
+ <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>
278
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52201233"/>
279
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
280
+ <published>2010-09-24T18:40:10+00:00</published>
281
+ <updated>2010-09-24T18:40:10+00:00</updated>
282
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51766744"/>
283
+ <ostatus:forward ref="http://identi.ca/notice/52180213" href="http://identi.ca/notice/52180213"></ostatus:forward>
284
+ <category term="facebook"></category>
285
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52201233.atom"/>
286
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52201233.atom"/>
287
+ <statusnet:notice_info local_id="52201233" source="web" favorite="false" repeated="false" repeat_of="52180213"></statusnet:notice_info>
288
+
289
+ </entry>
290
+ <entry>
291
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
292
+ <id>http://identi.ca/notice/52198476</id>
293
+ <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>
294
+ <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>
295
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52198476"/>
296
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
297
+ <published>2010-09-24T18:20:10+00:00</published>
298
+ <updated>2010-09-24T18:20:10+00:00</updated>
299
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51764033"/>
300
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52198476.atom"/>
301
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52198476.atom"/>
302
+ <statusnet:notice_info local_id="52198476" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
303
+
304
+ </entry>
305
+ <entry>
306
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
307
+ <id>http://identi.ca/notice/52078750</id>
308
+ <title>everytime the compressor for my air conditioner shuts off, my dog jumps thinking someone is at the door</title>
309
+ <content type="html">everytime the compressor for my air conditioner shuts off, my dog jumps thinking someone is at the door</content>
310
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/52078750"/>
311
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
312
+ <published>2010-09-24T02:40:22+00:00</published>
313
+ <updated>2010-09-24T02:40:22+00:00</updated>
314
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51645609"/>
315
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52078750.atom"/>
316
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/52078750.atom"/>
317
+ <statusnet:notice_info local_id="52078750" source="xmpp" favorite="false" repeated="false"></statusnet:notice_info>
318
+
319
+ </entry>
320
+ <entry>
321
+ <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>
322
+ <id>http://identi.ca/notice/51893773</id>
323
+ <title>5.5 hours without power</title>
324
+ <content type="html">5.5 hours without power</content>
325
+ <link rel="alternate" type="text/html" href="http://identi.ca/notice/51893773"/>
326
+ <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>
327
+ <published>2010-09-23T02:15:02+00:00</published>
328
+ <updated>2010-09-23T02:15:02+00:00</updated>
329
+ <link rel="ostatus:conversation" href="http://identi.ca/conversation/51462564"/>
330
+ <link rel="self" type="application/atom+xml" href="http://identi.ca/api/statuses/show/51893773.atom"/>
331
+ <link rel="edit" type="application/atom+xml" href="http://identi.ca/api/statuses/show/51893773.atom"/>
332
+ <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>
333
+
334
+ </entry>
335
+ </feed>
336
+