1logjam(1) LiveJournal logjam(1)
2
3
4
6 logjam - GTK+ client for LiveJournal
7
9 logjam [OPTIONS] [FILE]
10
12 logjam is a GTK+ client for LiveJournal-based sites such as
13 livejournal.com.
14
15 Aside from writing entries, logjam lets you modify your friends list,
16 edit your previous entries, and more.
17
18 When run with no arguments (or just username option), logjam will run
19 in the GUI mode. The user interface is mostly self-explanatory, and
20 won't be discussed here in detail, except for a few notes below.
21
23 Options can be given in either short or long forms. For help on a
24 particular commands, type "logjam COMMAND help". For example, "logjam
25 grep help" will supply help about the grep command.
26
27 Options:
28 -v, --version
29 Show version of program.
30 -q, --quiet
31 Say less.
32
33 -u, --username=USERNAME
34 Username to operate as.
35 -p, --password=PASSWORD
36 Password for the current user.
37 -a, --postas=USERNAME
38 User/community to post as.
39
40 -f, --file=FILE
41 File to load.
42 -e, --edit
43 Use default editor to edit post.
44
45 Subcommands:
46 checkfriends Efficiently check friends list for updates.
47 console Run a command on the LiveJournal console.
48 post Post event immediately.
49 offline Manage offline copies of your journal.
50 user Manage user list.
51
52 Also, GTK+ command line options (such as --display) can be used.
53
55 This section describes some of the GUI features that aren't immediately
56 apparent.
57
58 Check Friends
59 logjam can monitor your friends list and notify you when new entries
60 are posted there. Enable this by right-clicking on the indicator at the
61 bottom-left corner of the application window and selecting the
62 appropriate menu item. You may also configure logjam to start doing
63 this automatically for you when you login. When new entries are
64 detected, the indicator will turn red to let you know; click it to
65 resume monitoring or double-click it to open your browser on your
66 friends page. Optionally, you can have logjam open a small "floating"
67 indicator which has some useful GUI settings of its own.
68
69 Owners of large friends lists may prefer to be notified only after they
70 accumulate several new posts. You may set the threshold for this in the
71 Check Friends settings tab. The default is 1, that is, logjam will tell
72 you immediately when it detects new traffic on your friends page. There
73 is a small limit on the maximum threshold allowed, because this feature
74 is only useful with small threshold values.
75
77 When given a FILE argument, logjam will start up with an existing file
78 as the base for the composed entry. If the filename given is "-", the
79 data will be read from standard input. Several aspects of the entry,
80 such as its subject field and the journal in which to post it to, can
81 be controlled by other options. This is useful in conjunction with the
82 --commandline option, which causes logjam to post an entry without
83 going to GUI mode, allowing completely non-interactive posts. If you do
84 wish to interactively edit the entry, but don't want to load the GUI,
85 use the --edit option.
86
87 Autosave
88 logjam will periodically save a draft of your currently edited entry in
89 ~/.logjam/draft if you turn on the draft option in the Preferences
90 dialog. This feature is intended for crash recovery, not archiving. If
91 you want to keep a copy of your posts, you should use the
92 Entry > Save As menu option before submitting them. A future version of
93 logjam will support archiving of your journal.
94
95 Please note that when you exit the client normally, your draft is
96 cleared. It does not "stick" for the next invocation, as in the
97 behavior of some other clients.
98
99 Checking friends from the command line
100 You can use logjam as a backend for a script or another application
101 that wishes to check the friends view. This may be useful if you don't
102 want to use the GUI, or if you have several journals (in conjunction
103 with --username). To do this, invoke logjam once with
104 --checkfriends=purge (-rpurge if you're using short options), and then
105 something like:
106
107 logjam --checkfriends && new-entries-handler
108
109 Make sure that your script or application purges the checkfriends
110 status as described above once the user has acknowledged the new items,
111 otherwise logjam will always report there's nothing new. You should
112 also pay attention to limiting your query rate, despite the fact that
113 logjam will refuse to flood the server with queries. For more
114 information, see the messages on the command line. (To suppress these
115 messages, use --quiet.)
116
118 <http://logjam.danga.com>
119
120 <http://www.livejournal.com/users/logjam/>
121
122 <http://www.livejournal.com>
123
125 This manual page was mostly written by Gaal Yahas <gaal@forum2.org>.
126
127
128
1294.1.1 2003-04-25 logjam(1)