X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.txt;h=ec7bc04c62d3263cab93d4cc68bc8e0b4eac9a49;hb=8819fec092bba922675ce35ee5248c0d52a482ae;hp=5858b9b3d2204500c0f05bb0a81a01a0bdc30ae8;hpb=99bf8bc6a8efd8f54f68db57c4ca2c73d30b9886;p=oss%2Fljdump.git 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