aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation')
-rw-r--r--doc/documentation/chapters/user.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index 422619f84..8ad81fbee 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -1363,6 +1363,7 @@ This section describes the four different URI types in detail.
1363Most URIs include some hash values. Hashes are encoded using 1363Most URIs include some hash values. Hashes are encoded using
1364base32hex (RFC 2938). 1364base32hex (RFC 2938).
1365 1365
1366@cindex chk-uri
1366@node Content Hash Key (chk) 1367@node Content Hash Key (chk)
1367@subsubsection Content Hash Key (chk) 1368@subsubsection Content Hash Key (chk)
1368@c %**end of header 1369@c %**end of header
@@ -1379,6 +1380,7 @@ shape of the tree), KEYHASH is the key used to decrypt the file
1379is the query used to request the top-level block (also the hash 1380is the query used to request the top-level block (also the hash
1380of the encrypted block). 1381of the encrypted block).
1381 1382
1383@cindex loc-uri
1382@node Location identifiers (loc) 1384@node Location identifiers (loc)
1383@subsubsection Location identifiers (loc) 1385@subsubsection Location identifiers (loc)
1384@c %**end of header 1386@c %**end of header
@@ -1394,6 +1396,7 @@ base32hex), SIG is the RSA signature (in GNUnet format in
1394base32hex) and EXPTIME specifies when the signature expires 1396base32hex) and EXPTIME specifies when the signature expires
1395(in milliseconds after 1970). 1397(in milliseconds after 1970).
1396 1398
1399@cindex ksk-uri
1397@node Keyword queries (ksk) 1400@node Keyword queries (ksk)
1398@subsubsection Keyword queries (ksk) 1401@subsubsection Keyword queries (ksk)
1399@c %**end of header 1402@c %**end of header
@@ -1405,7 +1408,10 @@ using the typical URI-encoding (using hex values) from HTTP.
1405"+" can be used to specify multiple keywords (which are then 1408"+" can be used to specify multiple keywords (which are then
1406logically "OR"-ed in the search, results matching both keywords 1409logically "OR"-ed in the search, results matching both keywords
1407are given a higher rank): "gnunet://fs/ksk/KEYWORD1+KEYWORD2". 1410are given a higher rank): "gnunet://fs/ksk/KEYWORD1+KEYWORD2".
1411ksk-URIs must not begin or end with the plus ('+') character.
1412Furthermore they must not contain '++'.
1408 1413
1414@cindex sks-uri
1409@node Namespace content (sks) 1415@node Namespace content (sks)
1410@subsubsection Namespace content (sks) 1416@subsubsection Namespace content (sks)
1411@c %**end of header 1417@c %**end of header