Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

pt-br:Clientes de Blog


cb-help.png
Artigo parcialmente traduzido ou que precisa de tradução
Este documento está parcialmente traduzido ou precisa ser traduzido. Toda a tradução é feita por voluntários e você pode ser um deles.
ParticiparArtigos para traduzirFórum de SuporteTodos os Artigos

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 Blog by Email.

Vantagens

As vantagens de blogar através um cliente incluem:

  1. Escrever posts sem ter que ficar on-line
  2. Salvar rascunhos
  3. Uma interface mais agradável
  4. Recursos de formatação
  5. Características como publicar o mesmo post para vários blogs ao mesmo tempo
  6. Envio e adição de fotos mais rápido
  7. Manter backup local

Lista de Aplicativos

Windows

Mac OS X

Linux

Browser-Based

Cross-platform browser-based clients. Also check Firefox Add-on directory.

Mobile

Android

BlackBerry

iPhone

J2ME

Nokia Phones

PalmOS

Vim script

Develop Your Own

You can always develop your own. Many scripts in Perl, Python, PHP, Applescript 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