Movable Type and TypePad Importer

外掛說明

從 Movable Type 或 TypepPad 網站匯入文章及留言。

安裝方式

  1. 將壓縮檔解壓縮所得的 movabletype-importer 資料夾上傳至 /wp-content/plugins/ 目錄中。
  2. 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
  3. 前往 [工具]→[匯入] 設定頁面,點擊 [Movable Type 及 TypePad]。

使用者評論

2021 年 9 月 3 日
Methods with the same name as their class will not be constructors in a future version of PHP.
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Movable Type and TypePad Importer〉的開發相關工作。

參與者

〈Movable Type and TypePad Importer〉外掛目前已有 33 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Movable Type and TypePad Importer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.6.3

  • Testing the plugin up to WordPress 6.7
  • Fix warning when mt-export.txt is used

0.6.2

  • Testing the plugin up to WordPress 6.4.2
  • Update link references from http to https.

0.6.1

  • Test the plugin up to WordPress 6.2

0.6

  • Add support for WordPress 6.1

0.5

  • Remove comment_exists check for importing comments. In testing, I found no duplicated comments via this method, and it’s extremely slow on large imports. If this check is needed, then define(‘WP_MT_IMPORT_ALLOW_DUPE_COMMENTS’, false);
  • Disable cache invalidation and both term and comment counting during import, for speed. Re-enable them after import.
  • Disable autocommit during import, commit once every 500 posts and after complete import. Huge speed boost. To force autocommit to be left alone, define(‘WP_MT_IMPORT_FORCE_AUTOCOMMIT’,true);

0.4

  • String updates

0.3

  • Use BASENAME, if present, as the slug for the post.

0.2

  • Add check for WP_LOAD_IMPORTERS

0.1

  • Initial release