Finally I've been able to export all of my MT entries into Blogger. How, you ask? Well, I wrote a somewhat small PHP script that does just that. It's buggy and full of spaghetti code but at least it does it's job (even though rather badly). Some issues:
- Exported posts are automatically published (even though the 'publish' parameter on the blogger.newPost XML-RPC call is set to false)
- No titles for exported post, the Blogger API does not have the title parameter, so the entry title is included inside the body
- Entry body is concatenated with extended body automatically
I don't have a webserver to upload it onto so I used my localhost. If you want this script, drop me an email at:
zaimlah[at]yahoo[dot]com or drop a comment on this entry.