aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-download-manager.180
2 files changed, 0 insertions, 81 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 509e33be7..62a1d3877 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -37,7 +37,6 @@ man_MANS = \
37 gnunet-dns2gns.1 \ 37 gnunet-dns2gns.1 \
38 gnunet-datastore.1 \ 38 gnunet-datastore.1 \
39 gnunet-download.1 \ 39 gnunet-download.1 \
40 gnunet-download-manager.1 \
41 gnunet-ecc.1 \ 40 gnunet-ecc.1 \
42 gnunet-fs.1 \ 41 gnunet-fs.1 \
43 gnunet-gns.1 \ 42 gnunet-gns.1 \
diff --git a/doc/man/gnunet-download-manager.1 b/doc/man/gnunet-download-manager.1
deleted file mode 100644
index ebc884678..000000000
--- a/doc/man/gnunet-download-manager.1
+++ /dev/null
@@ -1,80 +0,0 @@
1.TH GNUNET-DOWNLOAD-MANAGER 1 "October 26, 2018" "GNUnet"
2.SH NAME
3gnunet-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
10download sessions.
11It makes the process of resuming downloads after a system reboot
12easier.
13A typical use is to define an alias (depending on your shell) of the
14form:
15.TP
16$ alias gnunet\-download='gnunet\-download\-manager.scm download'
17.PP
18The options for the download manager include:
19.TP
20.B download
21download
22.TP
23.B resume
24resumes all downloads
25.TP
26.B status
27show status of pending downloads
28.TP
29.B killall
30abort all downloads
31.TP
32.B settings
33for configuration
34.TP
35.B help
36print help text
37.PP
38gnunet\-download\-manager is a Scheme script and will only work if GNU
39Guile is available.
40.SH EXAMPLES
41(add-hook! *completed-download-hook* completed-download-notification-hook)
42.TP
43Add this to the configuration file to be notified of completed
44downloads.
45.SH FILES
46.TP
47~/.gnunet-download-manager.scm
48Configuration file.
49.SH BUGS
50Report bugs by using mantis <https://bugs.gnunet.org/> or by sending
51electronic mail to <gnunet-developers@gnu.org>.
52.PP
53Furthermore it is assumed that gnunet-download-manager is no longer
54working correctly with Guile 2.2 series or current GNUnet, bugfixes
55are welcome.
56.SH SEE ALSO
57gnunet\-download(1)
58The full documentation for
59.B gnunet
60is maintained as a Texinfo manual.
61If the
62.B info
63and
64.B gnunet
65programs are properly installed at your site, the command
66.IP
67.B info gnunet
68.PP
69should give you access to the complete handbook,
70.IP
71.B info gnunet-c-tutorial
72.PP
73will give you access to a tutorial for developers.
74.PP
75Depending on your installation, this information is also
76available in
77\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).
78.SH HISTORY
79.SH AUTHORS
80gnunet\-download\-manager was contributed by Ludovic Courtes in 2004.