]> git.frykholm.com Git - friends.git/blob - friends/templates/xrd.xml
Sqlite is not needed for python3
[friends.git] / friends / templates / xrd.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'
3 xmlns:hm='http://host-meta.net/xrd/1.0'>
4
5 <hm:Host>{{hostname}}</hm:Host>
6
7 <Link rel='lrdd'
8 template='{{ url }}/finger/{uri}'>
9 <Title>Resource Descriptor</Title>
10 </Link>
11 </XRD>