diff options
Diffstat (limited to 'view/xrd_host.tpl')
-rw-r--r-- | view/xrd_host.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/xrd_host.tpl b/view/xrd_host.tpl new file mode 100644 index 000000000..091c1541b --- /dev/null +++ b/view/xrd_host.tpl @@ -0,0 +1,11 @@ +<?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>$domain</hm:Host> + + <Link rel='lrdd' + template='http://$domain/xrd/?uri={uri}'> + <Title>Resource Descriptor</Title> + </Link> +</XRD> |