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