aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-28 23:10:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-28 23:10:33 +0000
commitefa779c54138367e48d3e075c45cf3d5033a37d9 (patch)
tree58029e9f419c728c0d8b383f99aeba5528399b78 /doc
parent2232d025c81a42f8f59b4173788cd54812d660d2 (diff)
downloadgnunet-gtk-efa779c54138367e48d3e075c45cf3d5033a37d9.tar.gz
gnunet-gtk-efa779c54138367e48d3e075c45cf3d5033a37d9.zip
adding man pages
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
-rw-r--r--doc/gnunet-peerinfo-gtk.129
-rw-r--r--doc/gnunet-setup.144
-rw-r--r--doc/gnunet-statistics-gtk.129
4 files changed, 106 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9376206f..7d23c131 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,8 @@
1man_MANS = \ 1man_MANS = \
2 gnunet-fs-gtk.1 2 gnunet-fs-gtk.1 \
3 gnunet-setup.1 \
4 gnunet-peerinfo-gtk.1 \
5 gnunet-statistics-gtk.1
3 6
4EXTRA_DIST = $(man_MANS) 7EXTRA_DIST = $(man_MANS)
5 8
diff --git a/doc/gnunet-peerinfo-gtk.1 b/doc/gnunet-peerinfo-gtk.1
new file mode 100644
index 00000000..d9be77f1
--- /dev/null
+++ b/doc/gnunet-peerinfo-gtk.1
@@ -0,0 +1,29 @@
1.TH GNUNET-PEERINFO-GTK "1" "25 Oct 2012" "GNUnet"
2.SH NAME
3gnunet\-peerinfo\-gtk \- a gtk interface for showing peer information
4.SH SYNOPSIS
5.B gnunet\-peerinfo\-gtk
6[\fIOPTIONS\fR]
7.SH DESCRIPTION
8.PP
9gnunet\-peerinfo\-gtk is a gtk+ based GUI for displaying connected peers with information about allocated bandwidth and (if available) their hostname.
10.TP
11\fB\-h\fR, \fB\-\-help\fR
12print help page
13.TP
14\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
15load config file (default: ~/.gnunet/gnunet.conf)
16.TP
17\fB\-t, \fB\-\-tray\fR
18start with main window minimized (only put icon in tray)
19.TP
20\fB\-v\fR, \fB\-\-version\fR
21print the version number
22.SH FILES
23.TP
24~/.gnunet/gnunet.conf
25User's GNUnet configuration file
26.SH "REPORTING BUGS"
27Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org>
28.SH "SEE ALSO"
29\fBgnunet\-setup\fP(1)
diff --git a/doc/gnunet-setup.1 b/doc/gnunet-setup.1
new file mode 100644
index 00000000..a1ff709b
--- /dev/null
+++ b/doc/gnunet-setup.1
@@ -0,0 +1,44 @@
1.TH GNUNET-SETUP "1" "25 Oct 2012" "GNUnet"
2.SH NAME
3gnunet\-setup \- a gtk interface for configuring GNUnet
4.SH SYNOPSIS
5.B gnunet\-setup
6[\fIOPTIONS\fR]
7.SH DESCRIPTION
8.PP
9gnunet\-setup is a gtk+ based GUI for configuring GNUnet.
10
11The first time you run gnunet\-setup, the goal will typically be to configure the peer, that is, the set of processes that always run in the background. Those processes should run as user "gnunet" and thus gnunet\-setup should be run as user "gnunet" for this step. Use the "\-e" option to enable automatic priviledge escalation using gksu (if supported by your system). Alternatively, you can of course run gnunet\-setup from the "gnunet" system user account or even as "root". If you see a tab "General", you did start gnunet\-setup correctly to configure the peer. You should now be able to configure which subsystems of GNUnet you want to enable, which databases to use and what your network configuration looks like. After these steps are complete, you should be able to start your peer using "gnunet\-arm".
12
13It is recommended that "/etc/gnunet.conf" should be a world\-readable copy of the peer's GNUnet configuration. Note that GNUnet configuration files (as generated by gnunet\-setup) only contain those values that differ from the defaults. Also note that "gnunet\-arm" will by default look for a configuration in "$HOME/.gnunet/gnunet.conf" (so if your configuration is in "/etc/gnunet.conf", you have to pass "\-c /etc/gnunet.conf" to gnunet\-arm).
14
15After your peer is configured, gnunet\-setup can also still be useful to configure an individual user's GADS zone (if GNS is enabled). This restricted per-user configuration is automatically run if a user "gnunet" exists on your system and you do not run gnunet\-setup as "gnunet" or "root". Using the "\-f" option, normal users can force seeing the full set of options, which only makes sense if they intend to run their own GNUnet peer on the system (or move the generated configuration file to another location afterwards).
16
17.TP
18\fB\-h\fR, \fB\-\-help\fR
19print help page
20.TP
21\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
22load config file (default: ~/.gnunet/gnunet.conf)
23.TP
24\fB\-e, \fB\-\-elevate\-priviledges\fR
25Try to elevate priviledges to run gnunet\-setup as user "gnunet". This option is only available if libgksu-support was found on your system. It is ignored if gnunet\-setup is run as user "root" or "gnunet" already. If "gksu" fails, gnunet\]-setup is run as the current user.
26.TP
27\fB\-f, \fB\-\-force\-full\-setup\fR
28Display all of the options for a peer even if a user "gnunet" exists but gnunet\-setup is not run as that user.
29.TP
30\fB\-v\fR, \fB\-\-version\fR
31print the version number
32.SH NOTES
33.PP
34Many options in gnunet\-setup are documented online. Access the online help by first selecting the respective widget and then clicking on the link at the bottom of the dialog.
35.PP
36Exiting gnunet\-setup (by closing the window or pressing ESCape) always saves the current configuration to disk.
37.SH FILES
38.TP
39~/.gnunet/gnunet.conf
40User's GNUnet configuration file
41.SH "REPORTING BUGS"
42Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org>
43.SH "SEE ALSO"
44\fBgnunet\-arm\fP(1), \fBgnunet.conf\fP(5)
diff --git a/doc/gnunet-statistics-gtk.1 b/doc/gnunet-statistics-gtk.1
new file mode 100644
index 00000000..a77c4f56
--- /dev/null
+++ b/doc/gnunet-statistics-gtk.1
@@ -0,0 +1,29 @@
1.TH GNUNET-STATISTICS-GTK "1" "25 Oct 2012" "GNUnet"
2.SH NAME
3gnunet\-statistics\-gtk \- a gtk interface for showing peer statistics
4.SH SYNOPSIS
5.B gnunet\-statistics\-gtk
6[\fIOPTIONS\fR]
7.SH DESCRIPTION
8.PP
9gnunet\-statistics\-gtk is a gtk+ based GUI for displaying selected statistics from a peer. The x-axis shown is always time.
10.TP
11\fB\-h\fR, \fB\-\-help\fR
12print help page
13.TP
14\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
15load config file (default: ~/.gnunet/gnunet.conf)
16.TP
17\fB\-t, \fB\-\-tray\fR
18start with main window minimized (only put icon in tray)
19.TP
20\fB\-v\fR, \fB\-\-version\fR
21print the version number
22.SH FILES
23.TP
24~/.gnunet/gnunet.conf
25User's GNUnet configuration file
26.SH "REPORTING BUGS"
27Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org>
28.SH "SEE ALSO"
29\fBgnunet\-setup\fP(1)