Talk:Main Page

From WebOS

Jump to: navigation, search

[edit] OpenID Login

I had a problem trying to log in with your OpenID tool. My OpenID is http://blog.hangerhead.com. --Jadon (68.201.204.170 18:37, 26 February 2007 (PST)) I tried again using http://jadon.myopenid.com and it worked fine. Apparently there is something wrong with delegation (see http://simonwillison.net/2006/Dec/19/openid/). --Jadon 18:51, 26 February 2007 (PST)

  • The problem is likely the single-quotes that Blogger generates. I did not write the OpenID implementation here, it is just the extension, but here is a workaround that would work. Replace this from your template:
 <link href='http://www.myopenid.com/server' rel='openid.server'/>
 <link href='http://jadon.myopenid.com' rel='openid.delegate'/>

With this:

 &lt;link href="http://www.myopenid.com/server" rel="openid.server" /&gt;
 &lt;link href="http://jadon.myopenid.com" rel="openid.delegate" /&gt;

Blogger's template system should render that code to the proper workaround tags :) -- singpolyma 11:43, 6 March 2007 (PST)

Your work-around worked in the sense it changed Blogger to use double-quotes instead of single-quotes. Unfortunately, I still get the same error with the MediaWiki OpenID plug-in. --Jadon 13:44, 22 March 2007 (PDT)

[edit] Four Pillars

I think it might be useful to organize the APIs under the "Four Pillars of Enterprise Application Architecture" for the purpose of making the division of labor more clear. These four pillars are roughly one OSI level above the API we are generating, but I think it can help to say how each of the groups of APIs help to address them. Phil Wainewright did a write-up on ZDNet that will give you a rough introduction to the four pillars:

  • Publishing/Syndication,
  • Discovery/Search,
  • Fulfillment/Modeling, and
  • Conversation/Collaboration. --Jadon 13:37, 22 March 2007 (PDT)
Personal tools