]> git.mxchange.org Git - friendica.git/blob - view/templates/oexchange_xrd.tpl
vier event_form: include bb-tags for editing
[friendica.git] / view / templates / oexchange_xrd.tpl
1
2 <?xml version='1.0' encoding='UTF-8'?>
3 <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
4         
5     <Subject>{{$base}}</Subject>
6
7     <Property 
8         type="http://www.oexchange.org/spec/0.8/prop/vendor">Friendica</Property>
9     <Property 
10         type="http://www.oexchange.org/spec/0.8/prop/title">Friendica Social Network</Property>
11     <Property 
12         type="http://www.oexchange.org/spec/0.8/prop/name">Friendica</Property>
13     <Property 
14         type="http://www.oexchange.org/spec/0.8/prop/prompt">Send to Friendica</Property>
15
16     <Link 
17         rel="icon" 
18         href="{{$base}}/images/friendica-16.png"
19         type="image/png" 
20         />
21
22     <Link 
23         rel="icon32" 
24         href="{{$base}}/images/friendica-32.png"
25         type="image/png" 
26         />
27
28     <Link 
29         rel= "http://www.oexchange.org/spec/0.8/rel/offer" 
30         href="{{$base}}/oexchange"
31         type="text/html" 
32         />
33 </XRD>
34