aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-namestore-fcfsd.1
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-04 19:57:38 +0000
committerNils Gillmann <ng0@n0.is>2018-05-04 19:57:38 +0000
commitc3c9fef22fa6e4657c3fc862bad365b440ee2305 (patch)
treea19406f086fd3a1c059c66b6916b78148f83d5bb /doc/man/gnunet-namestore-fcfsd.1
parent295384b197a85ebfb1cb7bbe5d1b02af4c40d342 (diff)
downloadgnunet-c3c9fef22fa6e4657c3fc862bad365b440ee2305.tar.gz
gnunet-c3c9fef22fa6e4657c3fc862bad365b440ee2305.zip
Follow-up commit to format most of the other man pages code.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'doc/man/gnunet-namestore-fcfsd.1')
-rw-r--r--doc/man/gnunet-namestore-fcfsd.132
1 files changed, 24 insertions, 8 deletions
diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
index 8039e796f..6b13c3db4 100644
--- a/doc/man/gnunet-namestore-fcfsd.1
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -9,13 +9,28 @@ gnunet\-namestore-fcfsd \- HTTP server for GNU Name System First-Come-First-Serv
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12Most users will not want to run an FCFS\-zone and thus will not need this program. 12Most users will not want to run an FCFS\-zone and thus will not need
13 13this program.
14\fBgnunet\-gns-fcfsd\fP runs a web server where users can register names to be mapped to their GNS zone. Names are made available on a First Come First Served basis (hence fcfs). Registered names do not expire. The HTTP server is run on the port that is specified in the configuration file in section "[fcfsd]" under the name "HTTPPORT". The key of the zone in which the names are registered must be specified under the name "ZONEKEY" in the same section. It is possible to manage gnunet\-gns\-fcfsd using gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i fcfsd" or by setting "FORCESTART=YES" in the "fcfds" section of your configuration. 14
15 15\fBgnunet\-gns-fcfsd\fP runs a web server where users can register
16An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are encouraged to register their zone with the gnunet.org FCFS authority. 16names to be mapped to their GNS zone. Names are made available on a
17 17First Come First Served basis (hence fcfs). Registered names do not
18If you want to run your own FCFS registrar, you need to first create a pseudonym (using "gnunet\-identity \-C NAME"), and then assign it to be used for the "fcfsd" service using "gnunet\-identity \-e NAME \-s fcfsd". After that, you can start the FCFSD service (possibly using gnunet\-arm). 18expire. The HTTP server is run on the port that is specified in the
19configuration file in section "[fcfsd]" under the name "HTTPPORT".
20The key of the zone in which the names are registered must be
21specified under the name "ZONEKEY" in the same section. It is
22possible to manage gnunet\-gns\-fcfsd using gnunet\-(service\-arm) by
23starting the daemon using "gnunet\-arm \-i fcfsd" or by setting
24"FORCESTART=YES" in the "fcfds" section of your configuration.
25
26An FCFS\-zone is run at http://gnunet.org/fcfs/. GNS users are
27encouraged to register their zone with the gnunet.org FCFS authority.
28
29If you want to run your own FCFS registrar, you need to first create a
30pseudonym (using "gnunet\-identity \-C NAME"), and then assign it to
31be used for the "fcfsd" service using "gnunet\-identity \-e NAME \-s
32fcfsd". After that, you can start the FCFSD service (possibly using
33gnunet\-arm).
19 34
20.SH OPTIONS 35.SH OPTIONS
21.B 36.B
@@ -26,7 +41,8 @@ Use the configuration file FILENAME.
26Print short help on options. 41Print short help on options.
27.B 42.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 43.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 44Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
45ERROR.
30.B 46.B
31.IP "\-v, \-\-version" 47.IP "\-v, \-\-version"
32Print GNUnet version number. 48Print GNUnet version number.