<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: wp-xrds</title>
	<atom:link href="http://willnorris.com/2007/02/wp-xrds/feed" rel="self" type="application/rss+xml" />
	<link>http://willnorris.com/2007/02/wp-xrds</link>
	<description>managing identity</description>
	<pubDate>Fri, 21 Nov 2008 23:55:41 +0000</pubDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Further Adventures in OpenID Delegation Land at The Musings of Chris Samuel</title>
		<link>http://willnorris.com/2007/02/wp-xrds#comment-2714</link>
		<dc:creator>Further Adventures in OpenID Delegation Land at The Musings of Chris Samuel</dc:creator>
		<pubDate>Mon, 23 Apr 2007 11:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2007/02/wp-xrds#comment-2714</guid>
		<description>&lt;p&gt;[...] Evan&#8217;s OpenID Delegation plugin I came across Will Norris&#8217;s WP-Yadis plugin (originally wp-xrds) but it didn&#8217;t really work under PHP5 and so I had quickly skipped over it. Having found [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] Evan&#8217;s OpenID Delegation plugin I came across Will Norris&#8217;s WP-Yadis plugin (originally wp-xrds) but it didn&#8217;t really work under PHP5 and so I had quickly skipped over it. Having found [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Sandler</title>
		<link>http://willnorris.com/2007/02/wp-xrds#comment-1225</link>
		<dc:creator>Eran Sandler</dc:creator>
		<pubDate>Wed, 14 Feb 2007 07:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2007/02/wp-xrds#comment-1225</guid>
		<description>&lt;p&gt;Will, I was looking into creating such a plugin myself, but after seeing this you seem to be in a far better state than I am :-)&lt;/p&gt;

&lt;p&gt;I was also thinking along these lines but figured that one cannot really intercept the xrds.xml call in all platforms (specifically on Windows) so I would simply generate it on the fly whenever someone saves the configuration.&lt;/p&gt;

&lt;p&gt;If you need help with anything regarding the plugin itself ping me at [my first name]@sandler.co.il.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Will, I was looking into creating such a plugin myself, but after seeing this you seem to be in a far better state than I am :-)</p>
<p>I was also thinking along these lines but figured that one cannot really intercept the xrds.xml call in all platforms (specifically on Windows) so I would simply generate it on the fly whenever someone saves the configuration.</p>
<p>If you need help with anything regarding the plugin itself ping me at [my first name]@sandler.co.il.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Will Norris</title>
		<link>http://willnorris.com/2007/02/wp-xrds#comment-1222</link>
		<dc:creator>Will Norris</dc:creator>
		<pubDate>Tue, 13 Feb 2007 15:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2007/02/wp-xrds#comment-1222</guid>
		<description>&lt;p&gt;Well the primary thing about it is that instead of telling the plugin where your XRDS file is, the plugin builds it for you on the fly... after selecting your provider and giving it your username, there really is nothing more to do.  For example, my file (http://willnorris.com/xrds.xml) doesn't actually exist on my webserver, wp-xrds intercepts the request and builds the response based on the providers I have configured.  In terms of functionality, it's simply an extension of your plugin, though the implementation was independent.&lt;/p&gt;

&lt;p&gt;I'm a lit undecided on advertising it as an XRDS plugin since few people know what that is.  It's currently hardcoded to only use OpenID providers, so it's a little misleading.  I'll likely either rename it, or expand it to include non-OpenID providers (thought with the popularity of OpenID, I kinda wonder what's the point?).&lt;/p&gt;

&lt;p&gt;(edit) I should also add/clarify, that the plugin also creates the openid link tags directly in your html, so you can still access applications that don't understand XRDS.  If you have multiple providers configured, your first one is used for these links.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well the primary thing about it is that instead of telling the plugin where your XRDS file is, the plugin builds it for you on the fly&#8230; after selecting your provider and giving it your username, there really is nothing more to do.  For example, my file (http://willnorris.com/xrds.xml) doesn&#8217;t actually exist on my webserver, wp-xrds intercepts the request and builds the response based on the providers I have configured.  In terms of functionality, it&#8217;s simply an extension of your plugin, though the implementation was independent.</p>
<p>I&#8217;m a lit undecided on advertising it as an XRDS plugin since few people know what that is.  It&#8217;s currently hardcoded to only use OpenID providers, so it&#8217;s a little misleading.  I&#8217;ll likely either rename it, or expand it to include non-OpenID providers (thought with the popularity of OpenID, I kinda wonder what&#8217;s the point?).</p>
<p>(edit) I should also add/clarify, that the plugin also creates the openid link tags directly in your html, so you can still access applications that don&#8217;t understand XRDS.  If you have multiple providers configured, your first one is used for these links.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Sandler</title>
		<link>http://willnorris.com/2007/02/wp-xrds#comment-1221</link>
		<dc:creator>Eran Sandler</dc:creator>
		<pubDate>Tue, 13 Feb 2007 07:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2007/02/wp-xrds#comment-1221</guid>
		<description>&lt;p&gt;Hey Will,
What's up?&lt;/p&gt;

&lt;p&gt;I'm glad you referenced my plugin.&lt;/p&gt;

&lt;p&gt;What did you have in mind for the XRDS plugin? Something that will generate whatever XRDS configuration you want to place on your blog?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Will,
What&#8217;s up?</p>
<p>I&#8217;m glad you referenced my plugin.</p>
<p>What did you have in mind for the XRDS plugin? Something that will generate whatever XRDS configuration you want to place on your blog?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Kveton</title>
		<link>http://willnorris.com/2007/02/wp-xrds#comment-1219</link>
		<dc:creator>Scott Kveton</dc:creator>
		<pubDate>Tue, 13 Feb 2007 00:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2007/02/wp-xrds#comment-1219</guid>
		<description>&lt;p&gt;Glad to hear you're going to get the Yadis plugin going!&lt;/p&gt;

&lt;p&gt;As for delegation, I think most of the providers talk quite a bit about it.  I know we (JanRain) promote it in our FAQ and most of our users use it already.  Also, we'll be making an announcement tomorrow about an even cooler way to use delegation ... :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glad to hear you&#8217;re going to get the Yadis plugin going!</p>
<p>As for delegation, I think most of the providers talk quite a bit about it.  I know we (JanRain) promote it in our FAQ and most of our users use it already.  Also, we&#8217;ll be making an announcement tomorrow about an even cooler way to use delegation &#8230; :-)</p>]]></content:encoded>
	</item>
</channel>
</rss>
