Merge branch 'master' of github.com:diaspora/diaspora_rails
This commit is contained in:
commit
7dd8acadf7
1 changed files with 3 additions and 7 deletions
|
|
@ -2,13 +2,9 @@
|
|||
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
|
||||
<Subject>acct:<%=@user.email%></Subject>
|
||||
<Alias>http://www.identi.ca/user/169966</Alias>
|
||||
<Link rel="http://webfinger.net/rel/profile-page" type="text/html" href="http://identi.ca/user/169966"/>
|
||||
<Link rel="http://microformats.org/profile/hcard" type="text/html" href="<%@user.url%>hcard"/>
|
||||
<!--<Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="<%=@user.url%>status_messages.atom"/>
|
||||
<Link rel="http://microformats.org/profile/hcard" type="text/html" href="<%@user.url%>public/hcard"/>
|
||||
--!>
|
||||
<Link rel="http://ostatus.org/schema/1.0/subscribe" template="http://identi.ca/main/ostatussub?profile={uri}"/>
|
||||
|
||||
<Link rel="http://microformats.org/profile/hcard" type="text/html" href="<%=@user.url%>hcard"/>
|
||||
<Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="<%=@user.url%>status_messages.atom"/>
|
||||
<!--<Link rel="http://ostatus.org/schema/1.0/subscribe" template="http://identi.ca/main/ostatussub?profile={uri}"/>--!>
|
||||
</XRD>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue