mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
15 lines
452 B
Smarty
15 lines
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>
|