Make WordPress Core

Opened 16 years ago

Closed 3 years ago

#7543 closed enhancement (wontfix)

Import TypePad data using AtomPub.

Reported by: cavemonkey50's profile cavemonkey50 Owned by: westi's profile westi
Milestone: Priority: normal
Severity: normal Version:
Component: Import Keywords: needs-review needs-testing
Focuses: Cc:

Description

First off, I want to mention that TypePad updated their AtomPub server a few days ago, and their server does not seem to be sending comments. With a little luck, my current code should work fine once that server starts functioning again, but for the time being I would highly recommend not committing this into core.

Instead, I'm hoping people can look over the code and offer suggestions for improvement, test results, etc. While the Summer of Code is officially over today, I will be working on this until the job is done.

Alright, now to what this is. As some of you may know, I've been working on an Atom Publishing Protocol (RFC 5023) based importer this summer for the Google Summer of Code. The diff attached is the latest version of my work.

The advantages of using the Atom Publishing Protocol are as follows:

  • Nothing has to be done in the old blogging software to prepare for import (no export files, etc). Users just enter their blog URL, username, and password and the importer grabs all of the data using AtomPub.
  • More data is imported compared to the old importers, especially with TypePad. Post slugs, comments, trackbacks, tags, categories, excerpts, etc are all imported. Everything used for posts in MT/TypePad is imported using AtomPub.
  • The Atom Publishing Protocol is an established standard. With the exceptions of tag additions (which don't necessarily need updates), the importer should not have to be changed and should continue working well into the future.

I should mention there is one drawback to using the Atom Publishing Protocol. For the time being, it appears pages can not be retrieved using AtomPub. They were retrievable a few weeks ago, and I'm currently talking with Six Apart to see what happened.

I would greatly appreciate any and all feedback. Let me know your suggestions, and I'll be happy to incorporate them.

Attachments (3)

atompub-importer.diff (49.9 KB) - added by cavemonkey50 16 years ago.
Current AtomPub importer work as of 8/18/08.
typepad.diff (23.2 KB) - added by cavemonkey50 16 years ago.
The actual TypePad importer.
atom.diff (57.0 KB) - added by cavemonkey50 16 years ago.
The shared Atom API library. If committing TypePad before MT, this should be included as well.

Download all attachments as: .zip

Change History (13)

@cavemonkey50
16 years ago

Current AtomPub importer work as of 8/18/08.

#1 @cavemonkey50
16 years ago

Just wanted to give everyone an update. I heard back from Six Apart and they're currently looking into the comment/trackback retrieval issue. I should hopefully hear back from them over the next few days.

#2 @cavemonkey50
16 years ago

  • Summary changed from Import Movable Type and TypePad data using AtomPub. to Import TypePad data using AtomPub.

Per recommendation, I'm splitting this ticket into two tickets. This ticket will remain the TypePad side. A new MT ticket will be created.

@cavemonkey50
16 years ago

The actual TypePad importer.

@cavemonkey50
16 years ago

The shared Atom API library. If committing TypePad before MT, this should be included as well.

#3 @westi
16 years ago

  • Owner changed from anonymous to westi
  • Status changed from new to assigned

#4 @ryan
16 years ago

  • Milestone changed from 2.7 to 2.8

Moving enhancements to 2.8.

#5 @ryan
15 years ago

  • Component changed from Administration to Import
  • Milestone changed from 2.8 to 2.9

#6 @westi
15 years ago

  • Milestone changed from 2.9 to Future Release

Moving to Future release for now.

Related tickets: #4555 (MT and TypePad) , #7644 (MT), #7652 - Merge all the differ atom libs we have.

#7 @SergeyBiryukov
13 years ago

  • Milestone changed from Future Release to WordPress.org

#8 @chriscct7
10 years ago

  • Keywords needs-testing added; gsoc removed

#9 @chriscct7
9 years ago

Jared Smith from EIG (owns TypePad) is looking into it

#10 @johnbillion
3 years ago

  • Milestone WordPress.org deleted
  • Resolution set to wontfix
  • Status changed from accepted to closed

Closing due to lack of traction.

Note: See TracTickets for help on using tickets.