]> www.wagner.pp.ru Git - oss/ljdump.git/commitdiff
version 1.5 includes convertdump.py
authorGreg Hewgill <greg@hewgill.com>
Wed, 4 Feb 2009 07:51:35 +0000 (20:51 +1300)
committerGreg Hewgill <greg@hewgill.com>
Wed, 4 Feb 2009 07:51:35 +0000 (20:51 +1300)
ChangeLog
README.txt
ljdump.py

index 1fe19ab7faadcddfff6b69281e821a7bb529ab1b..41b45d13d9f67c1af2f5e51bf4af4d49281ae085 100644 (file)
--- 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
index 5858b9b3d2204500c0f05bb0a81a01a0bdc30ae8..ec7bc04c62d3263cab93d4cc68bc8e0b4eac9a49 100644 (file)
@@ -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
index 5cd095a6e619e464c020c436186419acde9c7d1c..b1c72d0c24e66f07bf9509b5256f042a6ff992f4 100755 (executable)
--- a/ljdump.py
+++ b/ljdump.py
@@ -2,7 +2,7 @@
 #
 # ljdump.py - livejournal archiver
 # Greg Hewgill <greg@hewgill.com> http://hewgill.com
-# Version 1.4
+# Version 1.5
 #
 # LICENSE
 #