]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: install.html: recommend Python 2.5 (because I can build extension modules for...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 2 Feb 2010 05:38:42 +0000 (21:38 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 2 Feb 2010 05:38:42 +0000 (21:38 -0800)
docs/architecture.txt
docs/install.html

index 8a70609bf15050d66b24e875cf5526e6c39f98d0..637f245e97e12805df5191b6bf49e3a9cf095a6a 100644 (file)
@@ -350,7 +350,11 @@ to other nodes.
   require much less network and CPU but it could make it extremely unlikely
   that any sort of corruption -- even malicious corruption intended to evade
   detection -- would evade detection. This would be an instance of a
-  cryptographic notion called "Proof of Retrievability".
+  cryptographic notion called "Proof of Retrievability". Note that to implement
+  this requires no change to the server or to the cryptographic data structure
+  -- with the current data structure and the current protocol it is up to the
+  client which blocks they choose to download, so this would be solely a change
+  in client behavior.
 
 
 SECURITY
index 604f1389a1a4340262150c5aff89d563c8998710..17ad72514d3efd4a414d0f02495bdcabeb838109 100644 (file)
@@ -18,7 +18,7 @@
 
     <h2>Install Python</h2>
 
-    <p>Check if you already have an adequate version of Python installed by running <cite>python -V</cite>.  Python v2.4 (v2.4.2 or greater), Python v2.5 or Python v2.6 will work. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on <a href="http://python.org/download/">the Python download page</a> to download and install Python v2.6.</p>
+    <p>Check if you already have an adequate version of Python installed by running <cite>python -V</cite>.  Python v2.4 (v2.4.2 or greater), Python v2.5 or Python v2.6 will work. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on <a href="http://python.org/download/">the Python download page</a> to download and install Python v2.5.</p>
     <p>(If installing on Windows, you now need to manually install the <cite>pywin32</cite> package -- see "More Details" below.)</p>
 
     <h2>Get Tahoe-LAFS</h2>