trying root path in host meta

This commit is contained in:
maxwell 2010-08-10 13:58:17 -07:00
parent 3607601ea3
commit b5f962c725

View file

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'
xmlns:hm='http://host-meta.net/xrd/1.0'>
<hm:Host><%= terse_url(root_url) %></hm:Host>
<hm:Host><%= terse_url(root_path) %></hm:Host>
<Link rel='lrdd'
template='<%= root_url %>webfinger?q={uri}'>
template='<%= root_path %>webfinger?q={uri}'>
<Title>Resource Descriptor</Title>
</Link>
</XRD>