Ticket #22171: 22171.3.patch
File 22171.3.patch, 3.3 KB (added by , 8 years ago) |
---|
-
blogger-importer.php
2 2 /* 3 3 Plugin Name: Blogger Importer 4 4 Plugin URI: http://wordpress.org/extend/plugins/blogger-importer/ 5 Description: Import posts, comments, and tags from a Blogger blog and migrate authors to Word press users.5 Description: Import posts, comments, and tags from a Blogger blog and migrate authors to WordPress users. 6 6 Author: wordpressdotorg 7 7 Author URI: http://wordpress.org/ 8 8 Version: 0.6 … … 1023 1023 load_plugin_textdomain('blogger-importer', false, dirname(plugin_basename(__file__)) . '/languages'); 1024 1024 1025 1025 $blogger_import = new Blogger_Import(); 1026 register_importer('blogger', __('Blogger', 'blogger-importer'), __('Import categories, posts and comments then maps users from a Blogger blog.', 'blogger-importer'), array($blogger_import, 'start'));1026 register_importer('blogger', __('Blogger', 'blogger-importer'), __('Import posts, comments, and tags from a Blogger blog and migrate authors to WordPress users.', 'blogger-importer'), array($blogger_import, 'start')); 1027 1027 1028 1028 } 1029 1029 add_action('admin_init', 'blogger_importer_init'); -
readme.txt
7 7 Stable tag: 0.5 8 8 License: GPLv2 or later 9 9 10 Imports posts, comments, and categories (blogger tags) from a Blogger blog then migrates authors to Wordpress users.10 Imports posts, comments, and categories (blogger tags) from a Blogger blog, then migrates authors to WordPress users. 11 11 12 12 == Description == 13 13 … … 34 34 1. Blogger Importer is available from the WordPress Tools->Import screen. 35 35 1. Press Authorise 36 36 1. If you are not already logged into Google you will be asked to login 37 1. You will be asked to grant Word press access to your Blogger information, to continue press Grant Access37 1. You will be asked to grant WordPress access to your Blogger information, to continue press Grant Access 38 38 1. You will be presented with a list of all your blogs 39 39 1. Select the appropriate blog and press the import button 40 40 1. Wait whilst the posts and comments are imported … … 76 76 77 77 = Are the permalinks the same? = 78 78 79 No, Word press and Blogger handle the permalinks differently. However, it is possible to use the redirection plugin to map the old URLs across to the new URLs.79 No, WordPress and Blogger handle the permalinks differently. However, it is possible to use the redirection plugin to map the old URLs across to the new URLs. 80 80 81 81 = What about future posts? = 82 82 83 The scheduled posts will be transferred and will be published as specified. However, Blogger and Word press handle drafts differently, Wordpress does not support dates on draft posts so you will need to use a plugin if you wish to plan your writing schedule.83 The scheduled posts will be transferred and will be published as specified. However, Blogger and WordPress handle drafts differently, WordPress does not support dates on draft posts so you will need to use a plugin if you wish to plan your writing schedule. 84 84 85 85 = My posts and comments moved across but some things are stripped out = 86 86