<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/4684235500622716427?origin\x3dhttp://blog.caiwangqin.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Caiwangqin's blog

Focus on Life, Cloud Service, Smart Hardware, Architecture, Technic and beyond…

Import Wordpress export file into Blogger

2008年12月4日星期四

i tried many tools in china mainland to import Wordpress export file into Blogger, but neither can works. so i export all blog from my Wordpress 2.04 to a xml file(just save all feed to file through browser), wrote a ruby script convert to Blogger format, it works for me.

http://snippets.dzone.com/posts/show/6659

标签: , , ,

posted by Caiwangqin, 21:19 | Permalink | 1 comments |

Blogger API sucks or GWF sucks?

2008年12月3日星期三

It's too difficult to import Wordpress to Blogger, I tried to import my old blog entries from Wordpress to Blogger, but faild. i found useful tool blogsync and wordpress2blogger, neither can works in China. blogsync can only import the first english blog entry then report 'connection reset by peer' error, the python script can't import any entry at all, after i execute the python script, i can't reach blogger website with browser for 1 to 2 minutes. it seems i got the GWF problem. and i can't reach Blogger website through any Blog client software, i have tried Microsoft Live Writer and Zoundry Blog Writer, now i'm tring to post this blog entry through Google Docs, Good luck to me!

[Google Docs says 'This document has been published to your blog.', but i can't see any update on my Blog, so post it on website with Firefox manually.]

标签: , , ,

posted by Caiwangqin, 19:03 | Permalink | 1 comments |