/blogtrans

Blog format converter

Primary LanguagePythonMIT LicenseMIT

Blogtrans

Blogtrans是一套轉換blog資料格式的開放源碼軟體

注意:已知問題

  • 無名XML檔有日期不正確的問題(如2月31日)
    Blogtrans會自動試圖修正(如將2月31日改為2月28日)
  • 如匯出的Blogger Atom XML無法全部匯入Blogger(如匯入800篇只出現300篇)
    可能是由於文章類別有特殊符號,可試著使用「工具:清除所有文章類別」

細節及其他已知問題詳見FAQ,如無法解決歡迎回報問題。 也可參考作者Blog的資訊。

支援格式

更新記錄

Blogtrans 1.1.0 (2013/09/03)

  • 自動修正無名XML檔日期錯誤的問題(如自動將2/31修正為2/28)
  • 新增「工具:清除所有文章類別」功能(無法匯入所有文章至Blogger時可嘗試使用)
  • 修正留言附加於錯誤文章的bug

Running Blogtrans

Windows

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

Linux and Mac user can get the source code and build by yourself. Please refer to Build from Source section.

Usage

Please refer to the Blogtrans Homepage (Traditional Chinese).

Build from Source

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.

Dependencies

Please install following items:

After that, you can execute BlogTrans:

python blogtrans.py

Testing

Document TBD..

Liecnse

Blogtrans is released with MIT LICENSE, see LICENSE file for details.