A tool that imports all posts from wordpress to blogger/blogspot
The tool can be download from this link
Readme.txt:
0. What is it used for?This is a simple tool to import all posts from wordpress to blogger/blogspot.
1. How to use it?
This tool depends on (a) Google Data APIs java client library and (b) apache xml-rpc library.
You can find them on
(a) http://code.google.com/apis/gdata/download/gdata.java.zip
(b) http://ws.apache.org/xmlrpc/download.html
download and put the above two libraries in your classpath
now configure some parameters in src/org/easter/blogsync/SyncWorker.java
1) set your wordpress blog url
2) set your wordpress blog username and password
3) set your blogger username and password
4) set your blogger blogid. Don't know what's your blogger's blogid? go to step 2.
5) set how many recent posts do you want to import from wordpress.
ok, let's run SyncWorker.java, and done.
2. what is my blogger blogid?
It's in your blogspot Dashboard url, for example: http://www2.blogger.com/posts.g?blogID=18083698
"18083698" is your blogid.
The tool can be download from this link
No comments:
Post a Comment