[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r8008 - GNUnet-docs/WWW
From: |
gnunet |
Subject: |
[GNUnet-SVN] r8008 - GNUnet-docs/WWW |
Date: |
Mon, 22 Dec 2008 15:43:55 -0700 (MST) |
Author: durner
Date: 2008-12-22 15:43:55 -0700 (Mon, 22 Dec 2008)
New Revision: 8008
Modified:
GNUnet-docs/WWW/user_afs.php3
Log:
update
Modified: GNUnet-docs/WWW/user_afs.php3
===================================================================
--- GNUnet-docs/WWW/user_afs.php3 2008-12-19 21:53:13 UTC (rev 8007)
+++ GNUnet-docs/WWW/user_afs.php3 2008-12-22 22:43:55 UTC (rev 8008)
@@ -457,14 +457,17 @@
P();
W("Search results are printed by gnunet-search like this:");
EP();
-PRE("$ gnunet-download -o "COPYING" --
gnunet://afs/N8RCF3TETLRU9CV1PAS7M2H9QDB36AE3.K9JO8IP7KTNFO23S3VB4TFUKLD7SO5AS.0466DC92.17992\n"
.
- "=> The GNU Public License <= (mimetype: text/plain)");
-
+PRE("gnunet://ecrs/chk/9E4MDN4VULE8KJG6U1C8FKH5HA8C5CHSJTILRTTPGK8MJ6VHORERHE68JU8Q0FDTOH1DGLUJ3NLE99N0ML0N9PIBAGKG7MNPBTT6UKG.1I823C58O3LKS24LLI9KB384LH82LGF9GUQRJHACCUINSCQH36SI4NF88CMAET3T3BHI93D4S0M5CC6MVDL1K8GFKVBN69Q6T307U6O.17992:\n"
.
+ "gnunet-download -o \"COPYING\"
gnunet://ecrs/chk/9E4MDN4VULE8KJG6U1C8FKH5HA8C5CHSJTILRTTPGK8MJ6VHORERHE68JU8Q0FDTOH1DGLUJ3NLE99N0ML0N9PIBAGKG7MNPBTT6UKG.1I823C58O3LKS24LLI9KB384LH82LGF9GUQRJHACCUINSCQH36SI4NF88CMAET3T3BHI93D4S0M5CC6MVDL1K8GFKVBN69Q6T307U6O.17992\n"
.
+ " filename: COPYING\n" .
+ " description: The GNU Public License\n" .
+ " author: RMS\n" .
+ " publication date: Sat Jun 25 08:29:13 2005");
BP();
-W("The first line is the command you would have to enter to download the
file.");
+W("The second line is the command you would have to enter to download the
file.");
W("The argument passed to <tt>-o</tt> is the suggested filename (you may
change it to whatever you like).");
-W("The <tt>--</tt> is followed by key for decrypting the file, the query for
searching the file, a checksum (in hexadecimal) finally the size of the file in
bytes.");
-W("The second line contains the description of the file; here this is
"The GNU Public License" and the mime-type (see the options for
gnunet-insert on how to change these).");
+W("The filename is followed by key for decrypting the file, the query for
searching the file, a checksum (in hexadecimal) finally the size of the file in
bytes.");
+W("The second line contains the description of the file; here this is
"The GNU Public License", the author and the publication date (see
the options for gnunet-insert on how to change these).");
EP();
@@ -473,13 +476,13 @@
W("In order to download a file, you need the three values returned by
<tt>gnunet-search</tt>.");
W("You can then use the tool <tt>gnunet-download</tt> to obtain the file:");
EP();
-PRE("$ gnunet-download -o FILENAME -- GNUNETURL");
+PRE("$ gnunet-download -o FILENAME GNUNETURL");
BP();
W("FILENAME specifies the name of the file where GNUnet is supposed to write
the result.");
W("Existing files are overwritten.");
W("If you want to download the GPL from the previous example, you do the
following:");
EP();
-PRE("$ gnunet-download -o \"COPYING\" --
gnunet://afs/N8RCF3TETLRU9CV1PAS7M2H9QDB36AE3.K9JO8IP7KTNFO23S3VB4TFUKLD7SO5AS.0466DC92.17992");
+PRE("$ gnunet-download -o \"COPYING\"
gnunet://ecrs/chk/9E4MDN4VULE8KJG6U1C8FKH5HA8C5CHSJTILRTTPGK8MJ6VHORERHE68JU8Q0FDTOH1DGLUJ3NLE99N0ML0N9PIBAGKG7MNPBTT6UKG.1I823C58O3LKS24LLI9KB384LH82LGF9GUQRJHACCUINSCQH36SI4NF88CMAET3T3BHI93D4S0M5CC6MVDL1K8GFKVBN69Q6T307U6O.17992");
BP();
W("If you ever have to abort a download, you can continue it at any time by
re-issuing <tt>gnunet-download</tt> with the same filename.");
W("In that case, GNUnet will <strong>not</strong> download blocks again that
are already present.");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r8008 - GNUnet-docs/WWW,
gnunet <=