gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3972 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r3972 - GNUnet-docs/WWW
Date: Sun, 17 Dec 2006 18:48:28 -0800 (PST)

Author: grothoff
Date: 2006-12-17 18:48:26 -0800 (Sun, 17 Dec 2006)
New Revision: 3972

Modified:
   GNUnet-docs/WWW/user_afs.php3
Log:
mantis #1100

Modified: GNUnet-docs/WWW/user_afs.php3
===================================================================
--- GNUnet-docs/WWW/user_afs.php3       2006-12-18 02:48:19 UTC (rev 3971)
+++ GNUnet-docs/WWW/user_afs.php3       2006-12-18 02:48:26 UTC (rev 3972)
@@ -195,7 +195,7 @@
 W("MySQL 4.1 is required since GNUnet uses prepared statements.");
 W("First, here are some performance numbers comparing MySQL and SQlite:");
 ?>
-<center>
+<center>
 <table border="0" cellspacing="0" cellpadding="0">
  <tr>
  <th class="tbl">DB</th>
@@ -230,8 +230,8 @@
                Upload: 615 MB, 517s (1162 kbps)
        </td>
  </tr>
-</table>
-</center>
+</table>
+</center>
 <?php
 EP();
 H5("Highlights");
@@ -377,14 +377,15 @@
 
 W("By default, GNUnet indexes a file instead of copying it.");
 W("This is much more efficient, but requries the file to stay unaltered at the 
location where it was when it was indexed.");
+W("Indexed files also must be accessible for <tt>gnunetd</tt> using the same 
absolute path.");
+W("If indexing fails, make sure that the file permissions are set 
appropriately.");
 W("If you intend to move, delete or alter a file, consider using the option 
<tt>-n</tt> which will force GNUnet to make a copy of the file in the 
database.");
 W("Since it is much less efficient, this is strongly discouraged for large 
files.");
 
 W("When GNUnet indexes a file (default), GNUnet does <strong>not</strong> 
create an additional encrypted copy of the file but just computes a summary (or 
index) of the file.");
 W("That summary is approximately two percent of the size of the original file 
and is stored in GNUnet&rsquo;s %s.",
   extlink_("#database", "database"));
-W("Whenever a request for a part of an indexed file reaches GNUnet, this part 
is encrypted on-demand and send
-out.");
+W("Whenever a request for a part of an indexed file reaches GNUnet, this part 
is encrypted on-demand and send out.");
 W("There is no need for an additional encrypted copy of the file to stay 
anywhere on the drive.");
 W("This is very different from other systems, such as %s, where each file that 
is put online must be in Freenet&rsquo;s database in encrypted format, doubling 
the space requirements if the user wants to preseve a directly accessible copy 
in plaintext.",
   extlink_("http://www.freenetproject.org/","Freenet";));





reply via email to

[Prev in Thread] Current Thread [Next in Thread]