1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/.fr-bpZJnx/hubzilla-master/view/tpl/rsd.tpl
2016-06-22 23:26:29 +05:30

15 lines
No EOL
452 B
Smarty

<?xml version="1.0" encoding="UTF-8"?>
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
<service>
<engineName>{{$project}}</engineName>
<engineLink>{{$baseurl}}</engineLink>
<apis>
<api name="Twitter" preferred="true" apiLink="{{$apipath}}" blogID="">
<settings>
<docs>http://status.net/wiki/TwitterCompatibleAPI</docs>
<setting name="OAuth">true</setting>
</settings>
</api>
</apis>
</service>
</rsd>