From 8c79e315b76bd83ec4d34b0644d450f84960f160 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Wed, 4 Feb 2009 20:51:35 +1300 Subject: [PATCH] version 1.5 includes convertdump.py --- ChangeLog | 4 ++++ README.txt | 18 ++++++++++++++++++ ljdump.py | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1fe19ab..41b45d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ ChangeLog - ljdump +Version 1.5 - 2009-02-04 + +- Include convertdump.py for Wordpress conversions. + Version 1.4 - 2009-01-13 - Now supports downloading entries and comments from communities diff --git a/README.txt b/README.txt index 5858b9b..ec7bc04 100644 --- a/README.txt +++ b/README.txt @@ -41,3 +41,21 @@ to date. Both new and updated items are downloaded. The community http://ljdump.livejournal.com has been set up for questions or comments. + +----- + +convertdump - convert ljdump format to wordpress importer format +Contributed by Sean M. Graham (www.sean-graham.com) and others + +This will convert a pydump archive into something compatible with the +WordPress LiveJournal importer. This is the same format used by the Windows +ljArchive exporter. + +Arguments: + -u --user username of archive to process [required] + -l --limit limit the number of entries in each xml file (default 250) + -i --insecure include private and protected entries in the output + -h --help show this help page + +Example: + ./convertdump.py --user stevemartin --limit 200 --insecure diff --git a/ljdump.py b/ljdump.py index 5cd095a..b1c72d0 100755 --- a/ljdump.py +++ b/ljdump.py @@ -2,7 +2,7 @@ # # ljdump.py - livejournal archiver # Greg Hewgill http://hewgill.com -# Version 1.4 +# Version 1.5 # # LICENSE # -- 2.39.2