过年的时候帮朋友写了个Blogbus到WordPress的转换工具。Blogbus提供XML格式的导出,转换到WordPress的格式也就是个力气活了。 利用了一些原来Live Space Mover的代码,所以代码还是Python的。Code放在http://code.google.com/p/blogbus-to-wordpress/。 应用放在Google App Engine上了,用起来应该会比较简单。访问 http://blogbus-to-wordpress.appspot.com/ 上传Blogbus的备份XML文件,得到转换后的WordPress格式文件,到WordPress后台导入即可。 WordPress导入的时候支持一大堆类型,注意选择WordPress类型。
Tag Archives: python
Live Space Mover Updated to Ver 1.1
Thanks for Susan Shao, a Chinese girl who lives in Canada and has a live space with really a lot of posts :) She reported a problem that the program will crash when there is an article with empty title. I fixed it. And because there are over 150 posts on her live space, it […]
Live Space Mover Ver 0.9
I finally finished this version! And enable this small script to move COMMENTS ~ of the holy sh*t live space……. It took much longer than I estimated. The web design of Live Space really sucks… I had to do a lot of “hacking” work to retrieve comments correctly. So I added the version number a […]
升级了Live Space Mover
因为有两个人来email反映用的时候有问题,查了一下发现是Python 2.5本身处理UTF有个小bug,另外我自己的程序最后也写得有点小问题…… 具体修改见主页
Live Space Mover
Last three weeks I learned some Python, and wrote a small program to import my live space blog. The XML-RPC interface of WordPress is sort of easy to use, but lack of functions about comment…. It’s pretty comfortable to play with Python ;-) Great boost !