I have approx. 450 posts to import from LiveJournal and the RSS import only goes back one month. Is there any way to inject my LJ posts directly into the mysql database or import the XML file?
It's not a big deal if I can't but it sure would be nice to have everything (two and a half years) moved over.
Importing directly into the database?
IIRC, there's not a way to export all entries through livejournal...
You can import XML files through s9y, but it won't help if you can only grab one month at a time...
You could write a script to parse the livejournal pages, strip out the non-entry content, and then stuff it into the database....it might not be too terribly difficult. I've never used livejournal to know...
Brett
You can import XML files through s9y, but it won't help if you can only grab one month at a time...
You could write a script to parse the livejournal pages, strip out the non-entry content, and then stuff it into the database....it might not be too terribly difficult. I've never used livejournal to know...
Brett
-
jcostantino
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
You'd need to convert the XML into RSS format. I bet if there's a ljbackup tool there must be a ljbackup->RSS transforming tool available, too...
Regards,
Garvin
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
jcostantino