]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/xrd_person.tpl
Replace deprecated System::baseURL with App->getBaseUrl in Module\Profile
[friendica.git] / view / templates / xrd_person.tpl
index f3ac0332b82ac403cba2d5446b2062c1fe0a25c5..578698b46b9a479265e8a1985f6c2ca3e770867c 100644 (file)
@@ -1,10 +1,8 @@
-
 <?xml version="1.0" encoding="UTF-8"?>
-<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
-    <Subject>{{$accturi}}</Subject>
-       <Alias>{{$accturi}}</Alias>
-    <Alias>{{$profile_url}}</Alias>
+<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> 
+       <Subject>{{$accturi}}</Subject>
+       <Alias>{{$profile_url}}</Alias>
+       <Alias>{{$alias}}</Alias>
  
     <Link rel="http://purl.org/macgirvin/dfrn/1.0"
           href="{{$profile_url}}" />
@@ -22,7 +20,9 @@
     <Link rel="http://webfinger.net/rel/avatar"
           type="image/jpeg"
           href="{{$photo}}" />
-       {{$dspr}}
+    <Link rel="http://joindiaspora.com/seed_location"
+          type="text/html"
+          href="{{$baseurl}}/" />
     <Link rel="salmon" 
           href="{{$salmon}}" />
     <Link rel="http://salmon-protocol.org/ns/salmon-replies" 
@@ -33,9 +33,7 @@
           template="{{$subscribe}}" />
     <Link rel="magic-public-key" 
           href="{{$modexp}}" />
-       <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key"
-          type="http://salmon-protocol.org/ns/magic-key"
-          mk:key_id="1">{{$bigkey}}</Property>
-
+    <Link rel="http://purl.org/openwebauth/v1"
+          type="application/x-zot+json"
+          href="{{$openwebauth}}" />
 </XRD>