Categories
General

Tumbleweed: Tumblr Desktop Client

Tumblweed Screenshot
After I decided to start a tumblelog (again), the first thing I did was finding a desktop client. For now, Tumblr does not support XML-RPC protocol, but they do have API.
I’m not familiar with API, so I searched for solution. Luckily, I found Tumbleweed. Login using Tumblr account, and you can start writing. If you have web camera, you can also capture using it, and post it as photo. What I like from Tumblweed:

  • The interface is clean, easy to understand.
  • Support multiple tumble format — of course!
  • It also support tags and timestamp modification
  • Support multiple tumblelogs from Tumblr, using Tumblr domain or custom domain.

But, there are some limitations (it’s more about my personal preferences):

  • When writing a “Quote”, there is no textarea to write the description. It’s only an “input” type.
  • Entry history. If you have many contents, you only see your last 20 entries.
  • Inline editing. All posted contents can’t be edited from the interface.

Those features seems not available for now — based on my observation. But, I’m fine with that since this is the best Tumblr desktop client I found so far. If you have any recommendation, please share.
Anyway, if you want to install Tumblweed, you need to have Adobe AIR installed first.

Categories
General

Remote Publishing Settings in WordPress 2.6

wp-bclient
WordPress Remote Publishing Settings, under Settings | Write.

If you’re using desktop blogging client to publish your content, and you’re using latest WordPress version (2.5.1), you should have no problems at all. But, if you upgrade to WordPress 2.6, you should adjust some settings. I tried to publish using a regular method (setting up a blog, pointing to XML-RPC gateway, inserting username and password) for WordPress 2.6-beta3, and I got something not working properly.
The problem occurs because we need to enable the Remote Publishing settings first. For WordPress 2.6, go to Settings | Writing, and choose the appropriate settings. Without having these settings enabled, we are not able to publish entries using remote publishing method.

Categories
General

WordPress 2.3.3: Urgent security release

There is a small but urgent security release for WordPress 2.3.2. If you use XML-RPC gateway for your WordPress, upgrade now. What’s the issue?

A flaw was found in our XML-RPC implementation such that a specially crafted request would allow any valid user to edit posts of any other user on that blog.

The upgrade process is very easy since you only need to replace the changed file. Download the latest xmlrpc.php file from WordPress trac — it’s 60 Kb — and upload to your WordPress directory (the same directory as wp-config.php). This mechanism will work if you use WordPress 2.3.2 release. If not, you’d better do a full upgrade.