documentation: remove plibc mention.
[oweals/gnunet.git] / doc / man / gnunet-bcd.1
1 .\" This file is part of GNUnet.
2 .\" Copyright (C) 2001-2019 GNUnet e.V.
3 .\"
4 .\" Permission is granted to copy, distribute and/or modify this document
5 .\" under the terms of the GNU Free Documentation License, Version 1.3 or
6 .\" any later version published by the Free Software Foundation; with no
7 .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
8 .\" copy of the license is included in the file
9 .\" FDL-1.3.
10 .\"
11 .\" A copy of the license is also available from the Free Software
12 .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
13 .\"
14 .\" Alternately, this document is also available under the General
15 .\" Public License, version 3 or later, as published by the Free Software
16 .\" Foundation.  A copy of the license is included in the file
17 .\" GPL3.
18 .\"
19 .\" A copy of the license is also available from the Free Software
20 .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
21 .\"
22 .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
23 .\"
24 .Dd December 5, 2013
25 .Dt GNUNET-BCD 1
26 .Os
27 .Sh NAME
28 .Nm gnunet-bcd
29 .Nd
30 run HTTP server to create GNS business cards
31 .Sh SYNOPSIS
32 .Nm
33 .Op Fl p Ar PORT | Fl \-port= Ns Ar PORT
34 .Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
35 .Op Fl h | \-help
36 .Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
37 .Op Fl v | \-version
38 .Sh DESCRIPTION
39 .Nm
40 can be used to create an business card with a QR code containing the public key of a zone from the GNU Name System.
41 gnunet-bcd requires LaTeX (
42 .Xr pdflatex 1
43 ) with various packages to be installed.
44 If it does not work for you, try installing the full TeXLive distribution first, for example if you are using the package-manager
45 .Xr apt 1
46 execute "apt-get install texlive-full".
47 .Bl -tag -width indent
48 .It Fl p Ar PORT | Fl \-port= Ns Ar PORT
49 Run the HTTP server on port PORT.
50 .It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
51 Use the configuration file FILENAME.
52 .It Fl h | \-help
53 Print short help on options.
54 .It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
55 Use LOGLEVEL for logging.
56 Valid values are DEBUG, INFO, WARNING and ERROR.
57 .It Fl v | \-version
58 Print GNUnet version number.
59 .El
60 .Sh SEE ALSO
61 The full documentation for gnunet is maintained as a Texinfo manual.
62 If the
63 .Xr info 1
64 and gnunet programs are properly installed at your site, the command
65 .Pp
66 .Dl info gnunet
67 .Pp
68 should give you access to the complete handbook,
69 .Pp
70 .Dl info gnunet-c-tutorial
71 .Pp
72 will give you access to a tutorial for developers.
73 .sp
74 Depending on your installation, this information is also available in
75 .Xr gnunet 7 and
76 .Xr gnunet-c-tutorial 7 .
77 .\".Sh HISTORY
78 .\".Sh AUTHORS
79 .Sh BUGS
80 Report bugs by using
81 .Lk https://bugs.gnunet.org
82 or by sending electronic mail to
83 .Aq Mt gnunet-developers@gnu.org .