<?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: wordpress microID plugin</title>
	<atom:link href="http://willnorris.com/2006/07/wordpress-microid-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://willnorris.com/2006/07/wordpress-microid-plugin</link>
	<description>managing identity</description>
	<pubDate>Fri, 21 Nov 2008 19:54:22 +0000</pubDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gustavo</title>
		<link>http://willnorris.com/2006/07/wordpress-microid-plugin#comment-1074</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Tue, 12 Dec 2006 20:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2006/07/wordpress-microid-plugin#comment-1074</guid>
		<description>&lt;p&gt;What I want to do on my blog, is every few hours take the oldest post and move it to the 
front of the queue, all automatically. Anyone know if there is a plugin that can do this or 
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What I want to do on my blog, is every few hours take the oldest post and move it to the 
front of the queue, all automatically. Anyone know if there is a plugin that can do this or 
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://willnorris.com/2006/07/wordpress-microid-plugin#comment-500</link>
		<dc:creator>will</dc:creator>
		<pubDate>Sat, 08 Jul 2006 00:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2006/07/wordpress-microid-plugin#comment-500</guid>
		<description>&lt;p&gt;yes, I'm familiar with some of the other URL-based identity systems.  I just referred to OpenID since I'm most familiar with it and (from my limited view) it seems to be garnering the most attention.  Perhaps "Yadis-capable" then? :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>yes, I&#8217;m familiar with some of the other URL-based identity systems.  I just referred to OpenID since I&#8217;m most familiar with it and (from my limited view) it seems to be garnering the most attention.  Perhaps &#8220;Yadis-capable&#8221; then? :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Terrell Russell</title>
		<link>http://willnorris.com/2006/07/wordpress-microid-plugin#comment-499</link>
		<dc:creator>Terrell Russell</dc:creator>
		<pubDate>Sat, 08 Jul 2006 00:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2006/07/wordpress-microid-plugin#comment-499</guid>
		<description>&lt;p&gt;OpenID is definitely not the only (or first) URL-based identity scheme.  &lt;a href="http://lid.netmesh.org/wiki/Main_Page" rel="nofollow"&gt;LID&lt;/a&gt; was around earlier and continues to serve as a valid URL-based identifier.&lt;/p&gt;

&lt;p&gt;That said - we are moving quickly into an interesting space as more and more comments/pages/content will be verifiably by certain authors and our &lt;a href="http://weblog.terrellrussell.com/2006/06/consolidation-of-self-in-an-interconnected-world/" rel="nofollow"&gt; online reputations become more and more tied to our real-life reputations&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OpenID is definitely not the only (or first) URL-based identity scheme.  <a href="http://lid.netmesh.org/wiki/Main_Page" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/lid.netmesh.org');">LID</a> was around earlier and continues to serve as a valid URL-based identifier.</p>
<p>That said - we are moving quickly into an interesting space as more and more comments/pages/content will be verifiably by certain authors and our <a href="http://weblog.terrellrussell.com/2006/06/consolidation-of-self-in-an-interconnected-world/" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/weblog.terrellrussell.com');"> online reputations become more and more tied to our real-life reputations</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://willnorris.com/2006/07/wordpress-microid-plugin#comment-498</link>
		<dc:creator>will</dc:creator>
		<pubDate>Fri, 07 Jul 2006 22:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2006/07/wordpress-microid-plugin#comment-498</guid>
		<description>&lt;p&gt;The biggest problem I see with joined openID and microID at this point is the person identifier used -- openID uses a URL while microID uses an email address.  I think the most logical thing would be to modify the microID spec to optionally accept a URL as the identity token instead of an email address.&lt;/p&gt;

&lt;p&gt;The whole idea of URL as an identifier seems to be unique to openID, but I think it is a very natural one.  I would love to see other things use it as well (such as gravatar.com).  This quickly becomes very cyclic -- in order to use URL as an identifier, it must be verified.  In order to verify ownership of the URL one could either fully implement openID and be done with it, or continue using email address internally and then use microID to verify ownership of the URL.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The biggest problem I see with joined openID and microID at this point is the person identifier used &#8212; openID uses a URL while microID uses an email address.  I think the most logical thing would be to modify the microID spec to optionally accept a URL as the identity token instead of an email address.</p>
<p>The whole idea of URL as an identifier seems to be unique to openID, but I think it is a very natural one.  I would love to see other things use it as well (such as gravatar.com).  This quickly becomes very cyclic &#8212; in order to use URL as an identifier, it must be verified.  In order to verify ownership of the URL one could either fully implement openID and be done with it, or continue using email address internally and then use microID to verify ownership of the URL.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://willnorris.com/2006/07/wordpress-microid-plugin#comment-497</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 07 Jul 2006 19:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/2006/07/wordpress-microid-plugin#comment-497</guid>
		<description>&lt;p&gt;You're absolutely right on a number of points.  If the communication identifier - the email - isn't verified, the  generated MicroID is just another piece of cruft.  Verify the email and things get interesting (granted - maybe more trouble than anyone wants to go to on a comment - but if you can comment with OpenID, you're absolutely right - things got a lot more interesting).&lt;/p&gt;

&lt;p&gt;As to the end of your second points, right now the verifier's are very rudimentary.  I believe as this matures, verifiers will interpret the DOM and be able to tell exactly what content on a page is "claimed" by a certain MicroID.  That gets pretty exciting.&lt;/p&gt;

&lt;p&gt;I really keep thinking back to the very logical tie-ins between openID commenting and MicroID...very very powerful stuff!&lt;/p&gt;

&lt;p&gt;Great post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right on a number of points.  If the communication identifier - the email - isn&#8217;t verified, the  generated MicroID is just another piece of cruft.  Verify the email and things get interesting (granted - maybe more trouble than anyone wants to go to on a comment - but if you can comment with OpenID, you&#8217;re absolutely right - things got a lot more interesting).</p>
<p>As to the end of your second points, right now the verifier&#8217;s are very rudimentary.  I believe as this matures, verifiers will interpret the DOM and be able to tell exactly what content on a page is &#8220;claimed&#8221; by a certain MicroID.  That gets pretty exciting.</p>
<p>I really keep thinking back to the very logical tie-ins between openID commenting and MicroID&#8230;very very powerful stuff!</p>
<p>Great post.</p>]]></content:encoded>
	</item>
</channel>
</rss>
