Anybody interested in working on a Drupal 7 version of this module?
MT is still a convenient format for file-based import...
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 1017886-11-d7-port.patch | 37.56 KB | mtift |
| #10 | import_typepad-d7-1017886-10.patch | 37.91 KB | jeffschuler |
| #10 | interdiff.txt | 10.09 KB | jeffschuler |
| #6 | import_typepad-d7-1017886-6.patch | 37.22 KB | jeffschuler |
| #6 | interdiff.txt | 25.56 KB | jeffschuler |
Comments
Comment #1
govind.maloo commentedyes I am working on a project which is currently running on typepad and I need to migrate all the data in drupal 7.
I also need image to be insert in image field of drupal node.
D6 module doesn't have this feature.
I was playing around this module and I updated it for D6 to insert image from body tag.
Now I need this in D7
Comment #2
Netskill commentedI would be very interested in drupal7 version.
I have to migrate a corporate blog from Typepad to Drupal
Thanks
Comment #3
jeffschulerHere's the initial port to D7 from 6.x-1.x using Coder module -- first with coding standards updates, then core api 6=>7 updates. This is not likely working at all yet, but I've got to put this away for a bit at the moment, and figured I'd post this first step.
Comment #4
jeffschulerVery broken.
Comment #5
jeffschulerA bunch more changes to start to get this into shape, but still quite broken.
Comment #6
jeffschulerStill broken and hackish, but getting closer.
Comment #7
dgtlmoon commentedIs it worth using the migrate module and providing a typepad interface instead?
Comment #8
jeffschulerProbably. I was figuring the same thing but after travelling down this road aways figured I'd continue.
This is pretty close to working. Maybe we can make this 7.x-1.x and plan for 7.x-2.x depend on Migrate?
Comment #9
dgtlmoon commentedsounds very reasonable to me
Comment #10
jeffschulera few more issues taken care of...
Comment #11
mtiftI've revived this issue. At this point, I'm just trying to get it to work, and I only cleaned up the code that I changed. It still has a couple giant functions that are hard to understand. Most of the import works -- at least with the Squarespace file I exported -- but I ran out of time (for now) and the comment body is still not importing.
A fairly major re-roll is attached, and the last patch didn't apply to any version of the code I tried (probably due to the CVS to Git conversion), so I don't have an interdiff.
Comment #12
dgtlmoon commentedis it better to rewrite this as a 'migrate' plugin instead?
Comment #13
mtiftYeah, that would probably be a much better approach. I've been working with a Squarespace export file, but I haven't found any sort of file specification. Does anyone know where I could find such a thing?