Make WordPress Core

Changeset 1814


Ignore:
Timestamp:
10/18/2004 11:38:59 PM (21 years ago)
Author:
michelvaldrighi
Message:

update the XMLRPC part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r1736 r1814  
    116116</ul>
    117117<p>If you use blogger.newPost, your post is submitted without title and in category #1.</p>
    118 <p> However, you can type <code>&lt;title&gt;my title&lt;/title&gt;</code> and/or <code>&lt;category&gt;2&lt;category&gt;</code> in the body of your post to make its title be 'my title' and its category be #2 (refer to your categories section to find out the ID numbers of the categories). b2 would then delete that extra info from the body of your post once it is posted.</p>
     118<p> However, you can type <code>&lt;title&gt;my title&lt;/title&gt;</code> and/or <code>&lt;category&gt;2&lt;category&gt;</code> in the body of your post to make its title be 'my title' and its category be #2 (refer to your categories section to find out the ID numbers of the categories). WordPress would then delete that extra info from the body of your post once it is posted.</p>
    119119<p>The <a href="http://www.xmlrpc.com/metaWeblogApi">metaWeblog</a> and <a href="http://www.movabletype.org/docs/mtmanual_programmatic.html">MovableType</a> APIs are currently supported with the following exceptions:</p>
    120120<ul>
    121     <li>metaWeblog.newMediaObject,&nbsp; mt.getRecentPostTitles,&nbsp; and mt.getTrackbackPings are not yet implemented</li>
    122121    <li>mt.supportedTextFilters is a dummy stub function that returns an empty string</li>
    123122    <li>keywords are not supported in the MovableType API</li>
Note: See TracChangeset for help on using the changeset viewer.