Movable Type and TypePad Importer

描述

从 Movable Type 或 Typepad 中导入日志和评论。

安装

  1. movabletype-importer文件夹上传到/wp-content/plugins/目录
  2. 通过WordPress的“插件”菜单激活插件
  3. 转到“工具” -> “导入”屏幕,点击Movable Type and 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.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