Movable Type and TypePad Importer

説明

Movable Type または TypePad から投稿とコメントをインポートします。

インストール

  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” は32ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Movable Type and TypePad Importer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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

  • 文字列の更新

0.3

  • BASENAME がある場合は投稿のスラッグとして使用する。

0.2

  • WP_LOAD_IMPORTERS のチェックを追加

0.1

  • 最初のリリース