How to import a LiveJournal

Creating and modifying plugins.
Post Reply
vastneonwolf
Regular
Posts: 43
Joined: Sun May 22, 2005 6:57 am
Contact:

How to import a LiveJournal

Post by vastneonwolf »

Using ljArchive I have backed up my LiveJournal and exported an XML file, what I want to do is write a plugin that will read the XML and import it into s9y.
If it can import the comments as s9y comments that would be great.

Any ideas on how to start this would be great.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: How to import a LiveJournal

Post by garvinhicking »

I suggest to have a look at the include/admin/importers/ directory and see how our existing importers do that stuff.

The voodoopad one might be the one nearest to what you want. Prepare yourself for some heavy XML parsing. :-)

Best 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/
vastneonwolf
Regular
Posts: 43
Joined: Sun May 22, 2005 6:57 am
Contact:

Re: How to import a LiveJournal

Post by vastneonwolf »

garvinhicking wrote:The voodoopad one might be the one nearest to what you want.
Which one is that?
nucleus.inc.php
phpbb.inc.php
pmachine.inc.php
sunlog.inc.php
textpattern.inc.php
wordpress.inc.php
b2evolution.inc.php
bblog.inc.php
bmachine.inc.php
geeklog.inc.php
generic.inc.php
movabletype.inc.php
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: How to import a LiveJournal

Post by garvinhicking »

the voodoopad importer is only present in the 0.9 versions of Serendipity...

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/
Post Reply