#7644 closed enhancement (duplicate)
Import Movable Type data using AtomPub.
Reported by: | cavemonkey50 | Owned by: | westi |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Import | Keywords: | |
Focuses: | Cc: |
Description
This is a split ticket from #7543. This includes the latest Movable Type portion of the code.
Attachments (2)
Change History (16)
@
16 years ago
The shared Atom API library. If committing MT before TypePad, this should be included as well.
#1
@
16 years ago
- Owner changed from anonymous to westi
- Status changed from new to assigned
How does this atom api compare to / co-exist with the atom code we already have?
Is this just a different implementation and extension of something different?
#2
follow-up:
↓ 3
@
16 years ago
From what I remember (it's been 2+ months since I worked on that portion), WSSE authentication was not working / non-existent in the current atom code and I didn't have an option to parse the tags I needed.
I remember that when looking at the Blogger importer it used a self-contained Atom parser since it needed to go above a beyond the current Atom API in WordPress.
#3
in reply to:
↑ 2
;
follow-up:
↓ 4
@
16 years ago
Replying to cavemonkey50:
From what I remember (it's been 2+ months since I worked on that portion), WSSE authentication was not working / non-existent in the current atom code and I didn't have an option to parse the tags I needed.
I remember that when looking at the Blogger importer it used a self-contained Atom parser since it needed to go above a beyond the current Atom API in WordPress.
Ok. I think the blogger importer only has it's own Atom API as it existed before we supported APP - I have been meaning to see if they are the same code.
It would be best to only have one set of Atom classes if possible.
#4
in reply to:
↑ 3
@
16 years ago
Replying to westi:
It would be best to only have one set of Atom classes if possible.
Yes, I agree. Let me know if there is anything I can do to help with that process.
#8
@
15 years ago
- Keywords needs-patch added; gsoc needs-review removed
- Milestone changed from 2.9 to Future Release
#9
@
15 years ago
- Keywords close added
@ron - shall we close this one as dup and put everything in 7652?
The MT portion of the Atom importer.