Opened 12 years ago
Closed 9 years ago
#22988 closed enhancement (fixed)
Import blogger site from its exported XML file
Reported by: | mark-k | Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | Import | Keywords: | |
Focuses: | Cc: |
Description
I saw that wordpress.com has an option to do that.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Looking a the XML dump provided from blogger it appears to be similar to what is provided by the direct load API except that the settings, posts, pages and comments are all in the same file with a flag to indicate their type.
To make the existing importer work with a different data source would require some code restructuring to decouple the processing from the downloading of data. Some work in that direction has already been done in this version.
http://core.trac.wordpress.org/attachment/ticket/4010/blogger-importer.zip
It's a shame that Wordpress.com don't share their work on the importer as they have obviously have a more sophisticated importer than the .org version.