WordPress:Weblog Client

来自站长百科
Xxf3325讨论 | 贡献2008年3月24日 (一) 09:28的版本 (新页面: A Weblog Client is software you run on your local machine (desktop) that lets you post to your blog via XML-RPC. In some cases, the Weblog Client can even m...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

A Weblog Client is software you run on your local machine (desktop) that lets you post to your blog via XML-RPC. In some cases, the Weblog Client can even manage your weblog entries. You might think of Weblog Clients as the equivalent of email clients such as Outlook Express, Thunderbird, and Eudora Mail. Essentially, the Weblog Client allows you to write a post even if you are off-line; then, the next time you connect to the Internet, you can publish that post.

For information on blogging by email, see Wordpress:Blog by Email.

Advantages

The advantages of using a weblog client include:

  1. The ability to write posts without having to go on-line
  2. The ability to save drafts
  3. A nicer interface
  4. Fancy formatting features
  5. Features like cross-posting to multiple blogs
  6. Faster uploading and addition of photos

List of Client Software:

Windows:

Mac (OS X):

Mac OS X Dashboard Widgets

Linux:

PalmOS:

Siemens Phones:

Nokia Phones (Symbian S60 based):

Develop Your Own

You can always develop your own. Many scripts in Perl, Python, PHP, Applscript and Java have already been written and are ripe for the picking (and tweaking). If you are planning on developing a Mac OS X Dashboard Widget, start with Apple's very detailed documentation.

Your XML-RPC server/path are as described here:

  • If you login to WordPress on http://example.com/wordpress/wp-login.php, then you have:
    • Server: http://example.com/ (some tools will just want the 'example.com' hostname part)
    • Path: /wordpress/xmlrpc.php
    • complete URL (just in case): http://example.com/wordpress/xmlrpc.php