webfinger fully compliant with webfinger.org! Still *preliminary* solution.
This commit is contained in:
parent
830a78cdfb
commit
9df07e87a8
@ -17,7 +17,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
|
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
|
||||||
|
|
||||||
<Subject>{{ uri }}</Subject>
|
<Subject>{{ request.GET.get('uri') }}</Subject>
|
||||||
<Alias>http://{{ request.host }}/u/{{ username }}</Alias>
|
<Alias>http://{{ request.host }}/u/{{ username }}</Alias>
|
||||||
|
|
||||||
<Link rel='http://microformats.org/profile/hcard'
|
<Link rel='http://microformats.org/profile/hcard'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user