?? bloggerapi.jsp
字號:
<div class="contentItem"> <h1>Blogger API</h1> <h2> </h2> <div class="contentItemBody"> <p> Pebble has a comprehensive web-based administration interface but it also supports the Blogger API for managing your blog content via compatible blogging clients. Examples here include MarsEdit, ecto, w.bloggar and others. </p> <h3>Configuration</h3> <p> When configuring a blogging client, you will typically be asked for the following information. </p> <ul> <li>Username : ${authenticatedUser.username}</li> <li>Password : (the same you used to login here)</li> <li>XML-API : blogger</li> <li>XML-RPC URL : ${pebbleContext.configuration.url}xmlrpc/</li> <li>Blog ID : ${blog.id}</li> </ul> <h3>Titles and Categories</h3> <p> Because the Blogger API is fairly simplistic, it has no support for things like blog entry titles and categories. However, with Pebble, it possible to specify these attributes for your blog entry. To do this, simply prepend your blog entry body with <code><title>Your title here</title></code> and/or <code><category>/categoryId1,/categoryId2</category></code>. Alternatively, consider using the <a href="./help/metaWeblogApi.html">MetaWeblog API</a>. </p> </div></div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -