Ok I just found something out which I didn’t like. Namely, you can’t use non ASCII characters in Mephisto url’s. More specifically, you cant post comments when using unicode in the permalink. :(
OpenID delegation 0
Posted by Spyros Vasileiadis
on Friday, June 08
You know about OpenID right? Simon Menke wrote a plugin for delegating in mephisto. However, on my installation it didn’t quite work so I hardcoded like another Simon says .
You pretty much insert into head the following (with your own data of course)
<link rel="openid.server" href="http://www.myopenid.com/server">
<link rel="openid.delegate" href="http://spyros.myopenid.com/">
See also, OpenID on Rails.
