]> www.wagner.pp.ru Git - oss/ljdump.git/blob - README.txt
move README to separate file
[oss/ljdump.git] / README.txt
1 ljdump - livejournal archiver
2
3 This program reads the journal entries from a livejournal (or compatible)
4 blog site and archives them in a subdirectory named after the journal name.
5
6 The configuration is read from "ljdump.config". A sample configuration is
7 provided in "ljdump.config.sample", which should be copied and then edited.
8 The configuration settings are:
9
10   server - The XMLRPC server URL. This should only need to be changed
11            if you are dumping a journal that is livejournal-compatible
12            but is not livejournal itself.
13
14   username - The livejournal user name. A subdirectory will be created
15              with this same name to store the journal entries.
16
17   password - The account password. This password is never sent in the
18              clear; the livejournal "challenge" password mechanism is used.
19
20 This program may be run as often as needed to bring the backup copy up
21 to date. Both new and updated items are downloaded.
22
23 The community http://ljdump.livejournal.com has been set up for questions
24 or comments.