summaryrefslogtreecommitdiff
path: root/plugins/OStatus/extlib/XML/Feed/samples/technorati.feed
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-02-08 11:06:03 -0800
committerBrion Vibber <brion@pobox.com>2010-02-08 11:15:29 -0800
commitdc09453a77f33c4dfdff306321ce93cf5fbd2d57 (patch)
treedf3ff3713cf36a84efeb09b5650dd49399edc8f4 /plugins/OStatus/extlib/XML/Feed/samples/technorati.feed
parent5fdcd88176010a72b6a157170784a8aad7bf4131 (diff)
First steps on converting FeedSub into the pub/sub basis for OStatus communications:
* renamed FeedSub plugin to OStatus * now setting avatar on subscriptions * general fixes for subscription * integrated PuSH hub to handle only user timelines on canonical ID url; sends updates directly * set $config['feedsub']['nohub'] = true to test w/ foreign feeds that don't have hubs (won't actually receive updates though) * a few bits of code documentation * HMAC support for verified distributions (safest if sub setup is on HTTPS) And a couple core changes: * minimizing HTML output for exceptions in API requests to aid in debugging * fix for rel=self link in apitimelineuser when id given This does not not yet include any of the individual subscription management (Salmon notifications for sub/unsub, etc) nor a nice UI for user subscriptions. Needs some further cleanup to treat posts as status updates instead of link references.
Diffstat (limited to 'plugins/OStatus/extlib/XML/Feed/samples/technorati.feed')
-rwxr-xr-xplugins/OStatus/extlib/XML/Feed/samples/technorati.feed54
1 files changed, 54 insertions, 0 deletions
diff --git a/plugins/OStatus/extlib/XML/Feed/samples/technorati.feed b/plugins/OStatus/extlib/XML/Feed/samples/technorati.feed
new file mode 100755
index 000000000..6274a32cd
--- /dev/null
+++ b/plugins/OStatus/extlib/XML/Feed/samples/technorati.feed
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0"
+ xmlns:tapi="http://api.technorati.com/dtd/tapi-002.xml">
+ <channel>
+ <title>[Technorati] Tag results for greenbelt</title>
+ <link>http://www.technorati.com/tag/greenbelt</link>
+ <description>Posts tagged with "greenbelt" on Technorati.</description>
+ <pubDate>Mon, 08 Aug 2005 15:15:08 GMT</pubDate>
+ <category domain="http://www.technorati.com/tag">greenbelt</category>
+ <tapi:inboundblogs>2</tapi:inboundblogs>
+ <tapi:inboundlinks>2</tapi:inboundlinks>
+ <cloud domain="rpc.sys.com" port="80" path="/RPC2" registerProcedure="myCloud.rssPleaseNotify" protocol="xml-rpc" />
+ <generator>Technorati v1.0</generator>
+ <image>
+ <url>http://static.technorati.com/pix/logos/logo_reverse_sm.gif</url>
+ <title>Technorati logo</title>
+ <link>http://www.technorati.com</link>
+ </image>
+ <skipHours>
+ <hour>1</hour>
+ <hour>7</hour>
+ <hour>9</hour>
+ </skipHours>
+ <webMaster>support@technorati.com (Technorati Support)</webMaster>
+ <docs>http://blogs.law.harvad.edu/tech/rss</docs>
+ <ttl>60</ttl>
+ <item>
+ <title>Greenbelt</title>
+ <link>http://maggidawn.typepad.com/maggidawn/2005/07/greenbelt.html</link>
+ <description>So if the plan goes according to plan (!)... I'll be speaking at Greenbelt at these times: Slot 1...</description>
+ <guid isPermaLink="true">http://maggidawn.typepad.com/maggidawn/2005/07/greenbelt.html</guid>
+ <pubDate>Mon, 18 Jul 2005 02:11:42 GMT</pubDate>
+ <category>James</category>
+ <tapi:linkcreated>2005-07-11 02:08:12</tapi:linkcreated>
+ <comments>http://www.technorati.com/cosmos/search.html?url=http%3A%2F%2Fmaggidawn.typepad.com%2Fmaggidawn%2F2005%2F07%2Fgreenbelt.html</comments>
+ <tapi:inboundblogs>190</tapi:inboundblogs>
+ <tapi:inboundlinks>237</tapi:inboundlinks>
+ <source url="http://maggidawn.typepad.com/maggidawn/index.rdf">maggi dawn</source>
+ </item>
+
+ <item>
+ <title>Walking along the Greenbelt</title>
+ <link>http://pictureshomeless.blogspot.com/2005/06/walking-along-greenbelt.html</link>
+ <description>[IMG] Photo of homeless man walking near the greenbelt in Boise, Idaho Tags: photo homeless greenbelt Boise Idaho picture</description>
+ <guid isPermaLink="true">http://pictureshomeless.blogspot.com/2005/06/walking-along-greenbelt.html</guid>
+ <pubDate>Tue, 28 Jun 2005 01:41:24 GMT</pubDate>
+ <tapi:linkcreated>2005-06-26 17:24:03</tapi:linkcreated>
+ <comments>http://www.technorati.com/cosmos/search.html?url=http%3A%2F%2Fpictureshomeless.blogspot.com%2F2005%2F06%2Fwalking-along-greenbelt.html</comments>
+ <tapi:inboundblogs>2</tapi:inboundblogs>
+ <tapi:inboundlinks>2</tapi:inboundlinks>
+ </item>
+
+ </channel>
+</rss>