aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-12-10 13:55:48 +0000
committerChristian Grothoff <christian@grothoff.org>2009-12-10 13:55:48 +0000
commit1df0f263b3062715aecba640f438a95bf2d33bb9 (patch)
treee6c5074053b6a04ee404e24454cbbf736f95c6bd /doc
parentc300b9d59bef391a73db246b2a87fc57d61bb98e (diff)
downloadgnunet-1df0f263b3062715aecba640f438a95bf2d33bb9.tar.gz
gnunet-1df0f263b3062715aecba640f438a95bf2d33bb9.zip
working on gnunet-directory
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-directory.135
2 files changed, 36 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index aa8c737d7..11b687bbe 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,5 +1,6 @@
1man_MANS = \ 1man_MANS = \
2 gnunet-arm.1 \ 2 gnunet-arm.1 \
3 gnunet-directory.1 \
3 gnunet-download.1 \ 4 gnunet-download.1 \
4 gnunet-peerinfo.1 \ 5 gnunet-peerinfo.1 \
5 gnunet-publish.1 \ 6 gnunet-publish.1 \
diff --git a/doc/man/gnunet-directory.1 b/doc/man/gnunet-directory.1
new file mode 100644
index 000000000..07732530a
--- /dev/null
+++ b/doc/man/gnunet-directory.1
@@ -0,0 +1,35 @@
1.TH gnunet-directory "1" "10 Dec 2009" "GNUnet"
2.SH NAME
3gnunet\-directory \- display directories
4
5.SH SYNOPSIS
6.B gnunet\-directory
7[\fIOPTIONS\fR] (FILENAME)*
8.SH DESCRIPTION
9.PP
10gnunet\-directory lists the contents of one or more GNUnet directories. A GNUnet directory is a binary file that contains a list of GNUnet file\-sharing URIs and meta data. The names of the directory files must be passed as command\-line arguments to gnunet\-directory.
11.TP
12\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
13configuration file to use (useless option since gnunet\-directory does not really depend on any configuration options)
14.TP
15\fB\-h\fR, \fB\-\-help\fR
16print help page
17.TP
18\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
19Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
20.TP
21\fB\-v\fR, \fB\-\-version\fR
22print the version number
23.SH NOTES
24A GNUnet directory is a file containing a list of GNUnet URIs and meta data. The keys can point to files, other directories or files in namespaces. In other words, a GNUnet directory is similar to UNIX directories. The difference to tar and zip is that GNUnet directory does not contain the actual files (except if they are really small, in which case they may be inlined), just symbolic (links), similar to directories with symbolic links in UNIX filesystems. The benefit is that the individual files can be retrieved separately (if desired) and if some of the files are inserted to another node in GNUnet, this just increases their availability but does not produce useless duplicates (for example, it is a better idea to publish a collection of pictures or compressed sound files using a GNUnet directory instead of processing them with archivers such as tar or zip first). Directories can contain arbitrary meta data for each file.
25
26If a directory has missing blocks (for example, some blocks failed to download), GNUnet is typically able to retrieve information about other files in the directory. Files in a GNUnet directory have no particular order; the GNUnet code that generates a directory can reorder the entries in order to better fit the information about files into blocks of 32k. Respecting 32k boundaries where possible makes it easier for gnunet\-directory (and other tools) to recover information from partially downloaded directory files.
27
28At the moment, directories can be created by \fBgnunet\-gtk\fP and \fBgnunet\-publish\fP. Just like ordinary files, a directory can be published in a namespace.
29
30GNUnet directories use the (unregistered) mimetype \fBapplication/gnunet\-directory\fP. They can show up among normal search results. The directory file can be downloaded to disk by \fBgnunet\-download\fP(1) for later processing or be handled more directly by \fBgnunet\-gtk\fP(1).
31
32.SH "REPORTING BUGS"
33Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
34.SH "SEE ALSO"
35\fBgnunet\-gtk\fP(1), \fBgnunet\-publish\fP(1), \fBgnunet\-search\fP(1), \fBgnunet\-download\fP(1)