aboutsummaryrefslogtreecommitdiff
path: root/rsd.xml.php
blob: 17b83702ac4c60ce5c1aaf78fd9713c7f42a20e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
  require_once(__DIR__.DIRECTORY_SEPARATOR.'config.php');

  header('Content-Type: text/xml; charset=utf-8');
?><rsd xmlns="http://archipelago.phrasewise.com/rsd" version="1.0">
  <service>
    <engineName>oelna/microblog</engineName>
    <engineLink>https://github.com/oelna/microblog</engineLink>
    <homePageLink><?= $config['url'] ?></homePageLink>
    <apis>
      <api name="MetaWeblog" blogID="1" preferred="true" apiLink="<?= $config['url'] ?>/xmlrpc.php"/>
      <!--<api name="Micro.blog" blogID="1" preferred="false" apiLink="<?= $config['url'] ?>/xmlrpc.php"/>-->
    </apis>
  </service>
</rsd>