⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 metaweblogapi.jsp

📁 pebble-blog 博客源码博客源码博客源码
💻 JSP
字号:
<div class="contentItem">  <h1>MetaWeblog API</h1>  <h2>&nbsp;</h2>  <div class="contentItemBody">    <p>      Pebble has a comprehensive web-based administration interface but it also supports the MetaWeblog 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 : metaWeblog</li>      <li>XML-RPC URL : ${pebbleContext.configuration.url}xmlrpc/</li>      <li>Blog ID : ${blog.id}</li>    </ul>    <h3>Uploading images and files</h3>    <p>      With the MetaWeblog API you can upload images and other files to your blog.      By default, any files you upload will be stored underneath <a href="./images/">Images</a>.      To explicitly specify where the file should be uploaded to, prefix the filename with      <code>images/</code> or <code>files/</code> to store the file under the <a href="./images/">Images</a> or <a href="./files/">Files</a> respectively. If required, you can also specify a directory structure in the filename such as <code>images/2004/someimage.jpg</code>.    </p>  </div></div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -