1
0
Fork 0

ensure host xrd is correct, even if installed in subpath

This commit is contained in:
Friendika 2011-04-14 19:43:00 -07:00
commit b5ccb8e205
3 changed files with 7 additions and 7 deletions

View file

@ -4,9 +4,9 @@
<hm:Host>$domain</hm:Host>
<Link rel='lrdd' template='http://$domain/xrd/?uri={uri}' />
<Link rel='acct-mgmt' href='http://$domain/amcd' />
<Link rel='http://services.mozilla.com/amcd/0.1' href='http://$domain/amcd' />
<Link rel='lrdd' template='$domain/xrd/?uri={uri}' />
<Link rel='acct-mgmt' href='$domain/amcd' />
<Link rel='http://services.mozilla.com/amcd/0.1' href='$domain/amcd' />
<Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml"
href="http://$domain/oexchange/xrd" />
href="$domain/oexchange/xrd" />
</XRD>