Commit | Line | Data |
---|---|---|
4e38a36e FT |
1 | .\" |
2 | .\" Copyright (C) 2007 Fredrik Tolf <fredrik@dolda2000.com> | |
3 | .\" | |
4 | .\" This is free documentation; you can redistribute it and/or | |
5 | .\" modify it under the terms of the GNU General Public License as | |
6 | .\" published by the Free Software Foundation; either version 2 of | |
7 | .\" the License, or (at your option) any later version. | |
8 | .\" | |
9 | .\" The GNU General Public License's references to "object code" | |
10 | .\" and "executables" are to be interpreted as the output of any | |
11 | .\" document formatting or typesetting system, including | |
12 | .\" intermediate and printed output. | |
13 | .\" | |
14 | .\" This manual is distributed in the hope that it will be useful, | |
15 | .\" but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 | .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 | .\" GNU General Public License for more details. | |
18 | .\" | |
19 | .\" You should have received a copy of the GNU General Public | |
20 | .\" License along with this manual; if not, write to the Free | |
21 | .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, | |
22 | .\" USA. | |
23 | .\" | |
e5834eb0 | 24 | .TH DOLCON 1 "2008-02-14" "" "Dolda Connect manual" |
4e38a36e FT |
25 | .SH NAME |
26 | dolcon \- Graphical user interface for Dolda Connect | |
27 | .SH SYNOPSIS | |
28 | .B dolcon | |
e5834eb0 | 29 | [ \fB-hlV\fP ] |
4e38a36e FT |
30 | .SH DESCRIPTION |
31 | The \fBdolcon\fP program runs a graphical user interface for Dolda | |
32 | Connect. It controls the \fBdoldacond\fP(8) daemon, which is the | |
33 | program doing all the actual work (consequently, \fBdoldacond\fP must | |
34 | be running to use \fBdolcon\fP). The high-level operations currently | |
35 | supported by \fBdolcon\fP include connecting to hubs, chatting on | |
36 | hubs, searching for files and request to download them, watching the | |
37 | status of currently ongoing file transfers. | |
38 | .SH OPTIONS | |
39 | .TP | |
40 | .B -h | |
41 | Displays a brief usage message on stdout and exits. | |
42 | .TP | |
43 | .B -l | |
44 | Directly on startup, automatically connect to the doldacond server | |
45 | running locally on the machine (that is, via a Unix socket). This | |
46 | option is primarily intended for use by the GUI shell of Dolda | |
47 | Connect. | |
e5834eb0 FT |
48 | .TP |
49 | .B -V | |
50 | Displays version and build information on stdout and exits. | |
4e38a36e FT |
51 | .SH FILES |
52 | Configuration options for \fBdolcon\fP will be stored in the files | |
53 | ~/.dolconrc. It is saved when the program exits normally. | |
54 | .SH AUTHOR | |
55 | Fredrik Tolf <fredrik@dolda2000.com> | |
56 | .SH SEE ALSO | |
57 | \fBdoldacond\fP(8) |