I also needed to put my blog images somewhere and came up with the nifty idea of hosting them on Dropbox. Dropbox is one of the best services I've ever stumbled upon and since it supports URL accessible files (in the Public folder) this seemed like a perfect match. Perhaps they have some bandwidth limits but I don't think that's ever going to be a problem for this blog.
Here's how I moved it:
- Deleted all comments that were tagged as spam (hidden) from the Wordpress dashboard. This is important or else they will get imported to blogger.
- Used the Wordpress export feature, yielding an XML file in Wordpress language.
- Downloaded the Google Blog Converters scripts. The wordpress2blogger.sh script converted the XML file to Blogger language.
- Copied all of my images from my server's wp-content/ location to the Public/blog/ directory in my Dropbox. Found out the public URL location of files in that directory using the "Copy public link" feature of Dropbox.
- Search and replaced the images location (fancy.se/wp-content/ -> dl.getdropbox.com/u/283098/blog/) and domain (fancy.se -> lassus.eu) in the XML file. Used sed for this since emacs crawled on its knees on this 300K one line textfile.
- Used the Blogger import feature.
Peace of mind.

1 comments:
We moved from blogger to Wordpress. :)
Post a Comment