make html in doc/man using mandoc (sans Toc feature)
[oweals/gnunet.git] / doc / man / gnunet-download-manager.1
1 .TH GNUNET-DOWNLOAD-MANAGER 1 "October 26, 2018" "GNUnet"
2 .SH NAME
3 gnunet-download-manager \- manage downloads across sessions
4 .SH SYNOPSIS
5 .B gnunet\-download\-manager
6 .RI [ options ]
7 .br
8 .SH DESCRIPTION
9 \fBgnunet\-download\-manager\fP is a script that can be used to track
10 download sessions.
11 It makes the process of resuming downloads after a system reboot
12 easier.
13 A typical use is to define an alias (depending on your shell) of the
14 form:
15 .TP
16 $ alias gnunet\-download='gnunet\-download\-manager.scm download'
17 .PP
18 The options for the download manager include:
19 .TP
20 .B download
21 download
22 .TP
23 .B resume
24 resumes all downloads
25 .TP
26 .B status
27 show status of pending downloads
28 .TP
29 .B killall
30 abort all downloads
31 .TP
32 .B settings
33 for configuration
34 .TP
35 .B help
36 print help text
37 .PP
38 gnunet\-download\-manager is a Scheme script and will only work if GNU
39 Guile is available.
40 .SH EXAMPLES
41 (add-hook! *completed-download-hook* completed-download-notification-hook)
42 .TP
43 Add this to the configuration file to be notified of completed
44 downloads.
45 .SH FILES
46 .TP
47 ~/.gnunet-download-manager.scm
48 Configuration file.
49 .SH BUGS
50 Report bugs by using mantis <https://bugs.gnunet.org/> or by sending
51 electronic mail to <gnunet-developers@gnu.org>.
52 .PP
53 Furthermore it is assumed that gnunet-download-manager is no longer
54 working correctly with Guile 2.2 series or current GNUnet, bugfixes
55 are welcome.
56 .SH SEE ALSO
57 gnunet\-download(1)
58 The full documentation for
59 .B gnunet
60 is maintained as a Texinfo manual.
61 If the
62 .B info
63 and
64 .B gnunet
65 programs are properly installed at your site, the command
66 .IP
67 .B info gnunet
68 .PP
69 should give you access to the complete handbook,
70 .IP
71 .B info gnunet-c-tutorial
72 .PP
73 will give you access to a tutorial for developers.
74 .PP
75 Depending on your installation, this information is also
76 available in
77 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).
78 .SH HISTORY
79 .SH AUTHORS
80 gnunet\-download\-manager was contributed by Ludovic Courtes in 2004.