aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/oexchange_xrd.tpl
blob: 04a8e184726ddd3327c72150b37a3aa51b61986c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<?xml version='1.0' encoding='UTF-8'?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
        
    <Subject>{{$base}}</Subject>

    <Property 
        type="http://www.oexchange.org/spec/0.8/prop/vendor">Friendika</Property>
    <Property 
        type="http://www.oexchange.org/spec/0.8/prop/title">Friendika Social Network</Property>
    <Property 
        type="http://www.oexchange.org/spec/0.8/prop/name">Friendika</Property>
    <Property 
        type="http://www.oexchange.org/spec/0.8/prop/prompt">Send to Friendika</Property>

    <Link 
        rel="icon" 
        href="{{$base}}/images/friendika-16.png"
        type="image/png" 
        />

    <Link 
        rel="icon32" 
        href="{{$base}}/images/friendika-32.png"
        type="image/png" 
        />

    <Link 
        rel= "http://www.oexchange.org/spec/0.8/rel/offer" 
        href="{{$base}}/oexchange"
        type="text/html" 
        />
</XRD>