-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxmlrpc.php
More file actions
13 lines (13 loc) · 743 Bytes
/
xmlrpc.php
File metadata and controls
13 lines (13 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?><rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
<service>
<engineName>WordPress</engineName>
<engineLink>http://wordpress.org/</engineLink>
<homePageLink>http://www.everests.co.il</homePageLink>
<apis>
<api name="WordPress" blogID="1" preferred="true" apiLink="http://www.everests.co.il/xmlrpc.php" />
<api name="Movable Type" blogID="1" preferred="false" apiLink="http://www.everests.co.il/xmlrpc.php" />
<api name="MetaWeblog" blogID="1" preferred="false" apiLink="http://www.everests.co.il/xmlrpc.php" />
<api name="Blogger" blogID="1" preferred="false" apiLink="http://www.everests.co.il/xmlrpc.php" />
</apis>
</service>
</rsd>