A script that takes the XML export of a journal and adds the entries to
another journal. Useful if you're either changing services (e.g., from
deadjournal.com to livejournal.com) or if you're changing usernames.
This doesn't copy comments.
Usage:
- Edit ljInject.pl and set the $sourceDir variable to the location of
the XML files from an export. The script recursively checks
directories.
- Set $credit to 1 if you want a message appended to each entry saying
that this script was used.
- This requires the ljProtocol.pm module found at
http://www.aypwip.org/cvs/index.pl/livejournal/ljProtocol/
Put both ljProtocol.pm and ljInject.pl in the same directory then
run ljInject.pl.
Bugs/Todo:
- Password gets displayed on the terminal screen. That's a bad thing.
- Doesn't check to see if an entry was private or friends only. All
entries will get copied and posted as public.