aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-16 07:33:09 +0000
committerChristian Grothoff <christian@grothoff.org>2015-11-16 07:33:09 +0000
commitf4b28bed8d512fd986a1d2f00144107dcf829d0d (patch)
treed2338b2861ed01429978507721947214850550f3 /doc
parent79c795f10b996f8f9a8d03110283c6c8b2ecd0c7 (diff)
downloadgnunet-f4b28bed8d512fd986a1d2f00144107dcf829d0d.tar.gz
gnunet-f4b28bed8d512fd986a1d2f00144107dcf829d0d.zip
-update and correct man page (#4056)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-publish.114
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/gnunet-publish.1 b/doc/man/gnunet-publish.1
index eee24c8d7..befdc09a8 100644
--- a/doc/man/gnunet-publish.1
+++ b/doc/man/gnunet-publish.1
@@ -1,4 +1,4 @@
1.TH GNUNET-PUBLISH "1" "25 Feb 2012" "GNUnet" 1.TH GNUNET-PUBLISH "1" "16 Nov 2015" "GNUnet"
2.SH NAME 2.SH NAME
3gnunet\-publish \- a command line interface for publishing new content into GNUnet 3gnunet\-publish \- a command line interface for publishing new content into GNUnet
4.SH SYNOPSIS 4.SH SYNOPSIS
@@ -56,11 +56,11 @@ For the main file (or directory), set the metadata of the given TYPE to the give
56\fB\-n\fR, \fB\-\-noindex\fR 56\fB\-n\fR, \fB\-\-noindex\fR
57Executive summary: You probably don't need it. 57Executive summary: You probably don't need it.
58 58
59Do not index, full publishing. Note that directories, RBlocks, SBlocks and IBlocks are always published (even without this option). With this option, every block of the actual files is stored in encrypted form in the block database of the local peer. While this adds security if the local node is compromised (the adversary snags your machine), it is significantly less efficient compared to on\-demand encryption and is definitely not recommended for large files. 59Do not index, full publishing. Note that directories, information for keyword search, namespace search and indexing data are always published (even without this option). With this option, every block of the actual files is stored in encrypted form in the block database of the local peer. While this adds security if the local node is compromised (the adversary snags your machine), it is significantly less efficient compared to on\-demand encryption and is definitely not recommended for large files.
60 60
61.TP 61.TP
62\fB\-N \fIID\fR, \fB\-\-next=\fIID\fR 62\fB\-N \fIID\fR, \fB\-\-next=\fIID\fR
63Specifies the next ID of a future version of the SBlock. This option is only valid together with the \-P option. This option can be used to specify what the identifier of an updated version will look like. Note that specifying \-i and \-N without \-t is not allowed. 63Specifies the next identifier of a future version of the file to be published under the same pseudonym. This option is only valid together with the \-P option. This option can be used to specify what the identifier of an updated version will look like. Note that specifying \-i and \-N without \-t is not allowed.
64 64
65.TP 65.TP
66\fB\-p \fIPRIORITY\fR, \fB\-\-prio=\fIPRIORITY\fR 66\fB\-p \fIPRIORITY\fR, \fB\-\-prio=\fIPRIORITY\fR
@@ -70,7 +70,7 @@ Set the priority of the published content (default: 365). If the local database
70 70
71.TP 71.TP
72\fB\-P \fINAME\fR, \fB\-\-pseudonym=\fINAME\fR 72\fB\-P \fINAME\fR, \fB\-\-pseudonym=\fINAME\fR
73For the top\-level directory or file, create an SBlock that places the file into the namespace specified by the pseudonym NAME. 73For the top\-level directory or file, places the file into the namespace identified by the pseudonym NAME. NAME must be a valid pseudonym managed by gnunet\-identity.
74 74
75.TP 75.TP
76\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR 76\fB\-r \fILEVEL\fR, \fB\-\-replication=\fILEVEL\fR
@@ -82,7 +82,7 @@ When this option is used, gnunet\-publish will not actually publish the file but
82 82
83.TP 83.TP
84\fB\-t \fIID\fR, \fB\-\-this=\fIID\fR 84\fB\-t \fIID\fR, \fB\-\-this=\fIID\fR
85Specifies the ID of the SBlock. This option is only valid together with the\ \-s option. 85Specifies the identifier under which the file is to be published under a pseudonym. This option is only valid together with the\ \-P option.
86 86
87.TP 87.TP
88\fB\-u \fIURI\fR, \fB\-\-uri=\fIURI\fR 88\fB\-u \fIURI\fR, \fB\-\-uri=\fIURI\fR
@@ -145,7 +145,7 @@ Publish file COPYING with pseudonym RIAA-2 (\-P) and with identifier \fBgpl\fR (
145 145
146 # gnunet\-publish \-P RIAA-2 \-t gpl COPYING 146 # gnunet\-publish \-P RIAA-2 \-t gpl COPYING
147 147
148Recursively index /home/ogg and build a matching directory structure. Publish the top\-level directory into the namespace under the pseudonym RIAA-2 (\-P) under identifier 'MUSIC' (\-t) and promise to provide an update with identifier 'VIDEOS' (\-N): 148Recursively index /home/ogg and build a matching directory structure. Publish the top\-level directory into the namespace under the pseudonym RIAA\-2 (\-P) under identifier 'MUSIC' (\-t) and promise to provide an update with identifier 'VIDEOS' (\-N):
149 149
150 # gnunet\-publish \-P RIAA-2 \-t MUSIC \-N VIDEOS /home/ogg 150 # gnunet\-publish \-P RIAA-2 \-t MUSIC \-N VIDEOS /home/ogg
151 151
@@ -169,4 +169,4 @@ GNUnet configuration file
169.SH "REPORTING BUGS" 169.SH "REPORTING BUGS"
170Report bugs to <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 170Report bugs to <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
171.SH "SEE ALSO" 171.SH "SEE ALSO"
172\fBgnunet\-auto\-share\fP(1), \fBgnunet\-fs\-gtk\fP(1), \fBgnunet\-search\fP(1), \fBgnunet\-download\fP(1), \fBgnunet.conf\fP(5), \fBextract\fP(1) 172\fBgnunet\-auto\-share\fP(1), \fBgnunet\-fs\-gtk\fP(1), \fBgnunet\-search\fP(1), \fBgnunet\-download\fP(1), \fBgnunet.conf\fP(5), \fBextract\fP(1), \fBgnunet\-identity\fP(1)