civil marriage is a civil right
DRAG AND DROP!
You should now be able to do the conversion easily by yourself, thanks to the Drag and Drop LJ into MT script published at ScriptyGoddess! Please note that I have no information about this script and I have not even tried it myself…but before contacting me to do your conversion, please try this first. Then, if you really need to, you can ask me for help. It’s faster when you do it yourself, too - I promise!
So you’d like to import all your LiveJournal entries into Movable Type. It’s not as hard as it looks, but there are a few things you need first.
Once you’ve got everything in place, you’re ready to export your LiveJournal entries. This should be done in Internet Explorer if at all possible, due to apparent problems with Netscape’s parsing of line breaks.
The next step is do actually do the conversion.
You’ll now have a collection of “.mt” files. The Movable Type manual contains instructions on importing entries, but I’ll mention a few things here, along with a few final notes.
Rebuild, and you’re all set!
REALLY CONFUSED? Don’t worry, I can do (some of) this for you. It took me a really long time to get all this working, and it takes me just a few minutes to import even a few years of entries. Send a zipped package of your XML files to lj2mt@amanita.net, and leave a comment here or e-mail me to let me know you’ve sent the file. I’ll send back a zipped package of “.mt” files for you to import.
Importing LiveJournal Entries to Movable Type
Many thanks to Amanita.net for the excellent LiveJournal to MT import/export script. I honestly didn’t think I’d be able to
This is a great tutorial. Thanks for sharing.
There is actually an easier way (and much more automated). Since both LiveJournal and MovableType (if you turn it on) have XML-RPC interfaces, it is easy to move items from one place to the other. Maybe I’ll work out a little script to do the dirty work tonight. I’ll let you know if I do.
Again, very good tutorial. I managed to get the script up and running on my own machine (MacOS X) without much trouble, and got everything converted. One of the things I’m still doing, however, is hunting down lj user tags, but that’s not very hard.
Hello,
I’m currently trying to export LJ-entries and import them to my website. The problem is… erm. I don’t know how. I mean, I don’t think I have access to the shells on the server. How would I be able to gain this kind of access? Thanks!
Cassie
A Variety of MT Things
From my travels for today: :: Want to convert from LiveJournal to MT? Meredith has information on how to do
Going From Livejournal to Moveable Type?
Here’s a tutorial for importing your Livejournal entries into Moveable Type. I know a couple of LJ users who have fled to MT and a few more who want to, so pass the information around.
Attention LiveJournal Users
Come to MovableType today. Please.
Switching from LiveJournal to Movable Type
amanita.net has a good article describing how to Import LiveJournal Entries to Movable Type
Finally!!!
Someone has written a tutorial to import LiveJournal entries into MT!!!!! I haven’t tried it yet, I just found it
LiveJournal import utility
Yay! I found instructions on how to import my whole LiveJournal thing into Movable Type. This is the site: http://journal.amanita.net/archives/000840.php
Well, I gave it a shot - maybe because I was trying to run the perl script on my PC instead of the server? I emailed you my exports maybe you’ll have better luck - Thanks!
The Semantics of Stalking
I am still in the process of converting my LiveJournal into Moveable Type format. That is to say, the files have been converted, but I have not yet imported them. Really deeply personal stuff, some of it, and I’m leery…
moving from LJ to MT
First off, I decided that I wanted to change. I wanted to do some things that were simply too hard with LiveJournal, like categorize and have the potential to interact with other blogs, etc. But I still wanted to have…
moving from LJ to MT
First off, I decided that I wanted to change. I wanted to do some things that were simply too hard with LiveJournal, like categorize and have the potential to interact with other blogs, etc. But I still wanted to have…
moving from LJ to MT
First off, I decided that I wanted to change. I wanted to do some things that were simply too hard with LiveJournal, like categorize and have the potential to interact with other blogs, etc. But I still wanted to have…
moving from LJ to MT
First off, I decided that I wanted to change. I wanted to do some things that were simply too hard with LiveJournal, like categorize and have the potential to interact with other blogs, etc. But I still wanted to have…
moving from LJ to MT
First off, I decided that I wanted to change. I wanted to do some things that were simply too hard with LiveJournal, like categorize and have the potential to interact with other blogs, etc. But I still wanted to have…
Fantastic tutorial! I’m about to make the LJ/MT switch myself, so this was really helpful.
I found an easy way to automate the whole process (with a little extra unix know-how). Drop all of those .xml files into a directory that will contain only themselves and the ‘lj2mt.pl’ script. At the command line do this:
$> foreach i (*.xml)
This will then start the foreach loop. At the ‘foreach?’ prompts type this:
foreach? set a=`echo “$i”| sed -e ’s/\(.*\).xml/\1.mt/’`
foreach? ./lj2mt.pl $i your-blog-user-name > $a
foreach? end
This will cause each of the .xml files to be automatically migrated to the .mt files (presuming there are no errors. ![]()
Oh, and for Cassie that posted earlier, try downloading Perl for Windows from ActiveState. You’ll still have to install the CPAN modules, as well as change the path to perl at the top of the ‘lj2mt.pl’ script, but it should still work.
I’m trying to run this with ActivePerl 5.6.1…which seems to have 2.7 of XML-Parser…which gives me this error:
syntax error at line 1, column 0, byte 0 at C:/Perl/site/lib/XML/Parser.pm line 168
I attempt to upgrade XML-Parser through PPM, which it won’t do, and if I update the modules, I get all sorts of other errors inside ActivePerl.
Ideas?
m.
lost inside these thoughts
Interesting day today.. I moved myself into CC208, abandoing my post at the hallway corner office. It’s weird being back in the shared office. I sure did like having the ability to just close my door and forget about people…
Memory transplants
Well, I bit the bullet, installed some perl nodes and migrated over the entries in my LiveJournal, bodega, from January through October of 2002 (and a single entry from June of this year) to this X-POLLEN weblog. I’ve been doing a bunch of migrations m…
Migrating from LiveJournal to Movable Type
Having migrated a weblog (this one) from Radio to Movable Type and another from Blogger Pro to Movable Type, my next migration project has been to get my old bodega weblog migrated over from LiveJournal to Movable Type, and imported into my X-POLLEN bl…
Memory transplants
Well, I bit the bullet, installed some perl modules and migrated over the entries in my LiveJournal, bodega, from January through October of 2002 (and a single entry from June of this year) to this X-POLLEN weblog. I’ve been doing a bunch of migrations…
LJ Imported!
Thanks to Meredith, I imported all my entries on LiveJournal here. The entry about what I have been upto in the last few months will have to wait another day I guess. Right now, I am too busy trying to…
Great tutorial! Worked flawlessly. I wrote a little perl around LJ2MT to write .mt files all at once. This is before I scrolled down a little further and saw the unix conmmand-line equivalent. Doh!
Thanks a heap.
This is THE source for people who want to convert their Livejournal entries to MT. I wouldn’t suggest anything else (at least for now ;)). Thanks for your help!
moving from LJ to MT
First off, I decided that I wanted to change. I wanted to do some things that were simply too hard with LiveJournal, like categorize and have the potential to interact with other blogs, etc. But I still wanted to have…
I been looking for a why to convert my LJ special posts to MT, Your a angel!
However I’m so confused, I’ll send you a zip of 2002-04.zip in a email Could you please convert.
Muchly appreciated. BTW I’m blogrolling you and making a Blog note of this.. Lets know when you get the software Created if ya do.. I’d LOVE to support ya!
I’m so lost.. Sending you a zip.
muchly appreciated.
Importing Live Journal Entries to Moveabletype
Amanita.net has a brilliant tutorial to converting Live Journal Posts to Moveabletype…
Moving home
I appear to have moved from my Livejournal to here, along with moving my email address and various IM ids. I’m sure that, if people want to find me, eventually they will. Thanks to this helpful entry I’ve imported my…
Moving home
I appear to have moved from my Livejournal to here, along with moving my email address and various IM ids. I’m sure that, if people want to find me, eventually they will. Thanks to this helpful entry I’ve imported my…
Bucket by Bucket
amanita.net - Importing LiveJournal Entries to Movable Type…
Thank you for this interesting article. I went one step further, and, after importing entries, went on to use another script which lets me post my latest MT entry in my Livejournal automatically.
Please see My Article on LJ to MT migration for details.
If you need help helping people create the .mt files, let me know, I use a linux laptop so I can do it on my system quite easily.
LiveJournal to MovableType Migration HowTo
This article seeks to explain the painful process of migrating from LiveJournal to MovableType. The first thing I needed to do for this was to import all the entries from my LiveJournal (LJ) to my MovableType (MT) blog. Amanita.net has…
LiveJournal to MovableType Migration HowTo
This article seeks to explain the painful process of migrating from LiveJournal to MovableType. The first thing I needed to do for this was to import all the entries from my LiveJournal (LJ) to my MovableType (MT) blog. Amanita.net has…
Ow.
The saddest thing ever
Ow.
The saddest thing ever
Ow.
The saddest thing ever
moving from LJ to MT
First off, I decided that I wanted to change. I wanted to do some things that were simply too hard with LiveJournal, like categorize and have the potential to interact with other blogs, etc. But I still wanted to have…
Great tutorial, but what am I doing wrong?
The conversion seems to work flawlessly, but when I go to MT and try to import, it tells me:
“Invalid date format ‘09/03/2003′; must be ‘MM/DD/YYYY HH:MM:SS AM|PM’ (AM|PM is optional)”
Any help? Thanks.
LJ to MT…
amanita.net - Importing LiveJournal Entries to Movable Type It would appear that if I wanted to I could import all of my LJ stuff into this blog… I’m not sure that I want too, though. I like LJ for the…
Hey, I ran into the invalid date format too.. just do an edit on the .mt file and replace all instances of /2003 with /2003 12:00:00 , all your imported entries will come in with a time of 12 noon, but since LJ isn’t exporting the times anyway it’s no big deal.
I’m new to this site, just browsing around
Got a fix for the date bug - if you replace
#my $mtDate = strftime("%m/%d/%Y %r", localtime($time));
with
my $mtDate = strftime("%m/%d/%Y %H:%M:%S %p", localtime($time));
, MT imports it with no problems. Great script, by the way.
Tech Links
MovableType to Live Journal Crosspost Plugin Does this really work?Blogger Knowledge What’s new at blogger.comImporting LiveJournal Entries to Movable…
fabulous tutorial. i got through everything but the import without an issue. MT tells me that the data from my import file, which is all of 6 posts for one month, has imported OK, but when i look at my entries list, nothing’s there. i checked the archives directory, but there’s nothing there, either.
ideas? thanx!
There is a better option available for those who use Windows and can’t be bothered with installing Perl,etc:
Hey, thanks for sharing this code. It worked like a charm for me, and now I just need to work on filtering through my entries before marking them to public.
One comment is that you said to type “lj2mt.pl aug01.xml mt-name > aug01.mt” but I had to type “perl lj2mt.pl aug01.xml mt-name > aug01.mt” in order to get it to work. I’m not sure if this was just my problem, or a minor detail left out, but it might be useful to someone who is getting an error.
Oops. I forgot a month when I sent you the files a while back. I just sent it … sorry!
Satoshi Igarashi is alive!
ok so like.. many many years ago.. Satoshi Igarashi did a site at http://www.din.or.jp/~toy/ (linked to archive.org as the original site is long dead which if you recall was where the original of this was: the imac ‘hello again’ girl…
Hey,
This is a very nice turorial, especially for dorks like me!! I tried very hard to get it to work, but I just can’t install XML::node…can you please help me convert them? I just emailed you my XML files as a zip. Thank you so much!!!
sharing the meredith love
No, this is not a pr0n entry, so move along! Meredith of Amanita.net doesn’t remember how she met me, but I remember exactly how I met her: I begged her for help in converting my LiveJournal archives to Movable Type…