Blogtrans是一套轉換blog資料格式的開放源碼軟體
- 無名XML檔有日期不正確的問題(如2月31日)
Blogtrans會自動試圖修正(如將2月31日改為2月28日) - 如匯出的Blogger Atom XML無法全部匯入Blogger(如匯入800篇只出現300篇)
可能是由於文章類別有特殊符號,可試著使用「工具:清除所有文章類別」
細節及其他已知問題詳見FAQ,如無法解決歡迎回報問題。 也可參考作者Blog的資訊。
- MovableType 匯入及匯出(相容於痞客邦)
- 無名小站XML 匯入
- Blogger Atom 匯出
Blogtrans 1.1.0 (2013/09/03)
- 自動修正無名XML檔日期錯誤的問題(如自動將2/31修正為2/28)
- 新增「工具:清除所有文章類別」功能(無法匯入所有文章至Blogger時可嘗試使用)
- 修正留言附加於錯誤文章的bug
There is only official build for Windows system. The Windows build is available on SourceForge. Visit project download page to get newest build.
Linux and Mac user can get the source code and build by yourself. Please refer to Build from Source section.
Please refer to the Blogtrans Homepage (Traditional Chinese).
The code is mainly hosted on Github (There is also a mirror on Sourceforge, but it's not always up-to-date).
You can get the source code via git:
git clone git@github.com:miaout17/blogtrans.git
or directly download the tarball.
Please install following items:
After that, you can execute BlogTrans:
python blogtrans.py
Document TBD..
Blogtrans is released with MIT LICENSE, see LICENSE file for details.