WordPress:Weblog Client

来自站长百科
Fludlen讨论 | 贡献2008年3月29日 (六) 15:34的版本
跳转至: 导航、​ 搜索

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.

一个博客客户机程序是你在你的本地机器上(桌面)上运行的软件,它能使你通过XML-RPC马上来到你的博客上。在有些情况下,博客客户机程序可以管理你的博客登录。你可能认为博客客户机程序是电子邮件的客户机程序例如Outlook Express, Thunderbird, 和Eudora Mail是对等的。基本上来说,博客客户机程序允许你在离线的情况下写一篇文章;然后,你下次再与网络连接的时候,你可以发表这篇文章。

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. 能够在不上线的情况下写文章
  3. The ability to save drafts
  4. 可以保存草稿
  5. A nicer interface
  6. 一个更好的界面
  7. Fancy formatting features
  8. 奇特的格式特色
  9. Features like cross-posting to multiple blogs
  10. 向多个博客交叉发送的功能
  11. Faster uploading and addition of photos
  12. 上传和增加照片的速度更快

List of Client Software:

客户机程序软件列表:

Windows: Windows:

  • Deepest Sender (Extension for Firefox or SeaMonkey, Cross-platform - Deepest Sender will run on any OS that Firefox will run on)
  • Deepest Sender (Extension for Firefox或者 SeaMonkey的扩展, Cross-platform - Deepest Sender 会在任何Firefox 运行的OS上)



Mac (OS X): Mac (OS X):



Mac OS X Dashboard Widgets Mac OS X Dashboard 窗口小部件



Linux: Linux:



PalmOS: PalmOS:



Siemens Phones: Siemens电话:


Nokia Phones (Symbian S60 based): Nokia 手机(Symbian S60 为基础):


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.

你可以经常发展你自己的. 许多脚本 以 Perl, Python, PHP, Applscript and Java 已经写好了,可以采摘(和拧了)如果你计划发展一个Mac OS X Dashboard Widget,以Apple的非常详细的文件开始。


Your XML-RPC server/path are as described here: 你的XML-RPC服务器/路径如这里所描述的:

  • If you login to WordPress on http://example.com/wordpress/wp-login.php, then you have:
  • 如果你在http://example.com/wordpress/wp-login.php上登录到WordPress, 然后你有:
    • Server: http://example.com/ (some tools will just want the 'example.com' hostname part)
    • 服务器:http://example.com/(一些工具可能只想要'example.com' 主机名部分)
    • Path: /wordpress/xmlrpc.php
    • 路径: /wordpress/xmlrpc.php
    • complete URL (just in case): http://example.com/wordpress/xmlrpc.php
    • 完全的URL (以防万一): http://example.com/wordpress/xmlrpc.php