]> 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 e418e33de0c3c0a1366f07ff107d5fd15d346ceb..578698b46b9a479265e8a1985f6c2ca3e770867c 100644 (file)
@@ -1,8 +1,7 @@
-
 <?xml version="1.0" encoding="UTF-8"?>
 <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> 
        <Subject>{{$accturi}}</Subject>
-       <Alias>{{$profile_url}}</Alias>
+       <Alias>{{$profile_url}}</Alias>
        <Alias>{{$alias}}</Alias>
  
     <Link rel="http://purl.org/macgirvin/dfrn/1.0"
@@ -21,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" 
@@ -32,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>