diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/head.tpl | 1 | ||||
-rw-r--r-- | view/tpl/rsd.tpl | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index a300a702f..5f874426c 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -7,7 +7,6 @@ {{$head_js}} {{$linkrel}} {{$plugins}} -<link rel="EditURI" type="application/rsd+xml" href="{{$baseurl}}/rsd.xml" /> <script> var updateInterval = {{$update_interval}}; var localUser = {{if $local_channel}}{{$local_channel}}{{else}}false{{/if}}; diff --git a/view/tpl/rsd.tpl b/view/tpl/rsd.tpl deleted file mode 100644 index 9fd02c472..000000000 --- a/view/tpl/rsd.tpl +++ /dev/null @@ -1,15 +0,0 @@ -<?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>
\ No newline at end of file |