From: Zooko O'Whielacronx Date: Tue, 2 Feb 2010 05:38:42 +0000 (-0800) Subject: docs: install.html: recommend Python 2.5 (because I can build extension modules for... X-Git-Tag: allmydata-tahoe-1.6.0~1 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=f0497e345da0e292519c85e114c7e9d7b5bc6b5f;p=tahoe-lafs%2Ftahoe-lafs.git docs: install.html: recommend Python 2.5 (because I can build extension modules for it with mingw), architecture.txt: point out that our Proof of Retrievability feature is client-side-only --- diff --git a/docs/architecture.txt b/docs/architecture.txt index 8a70609b..637f245e 100644 --- a/docs/architecture.txt +++ b/docs/architecture.txt @@ -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 diff --git a/docs/install.html b/docs/install.html index 604f1389..17ad7251 100644 --- a/docs/install.html +++ b/docs/install.html @@ -18,7 +18,7 @@

Install Python

-

Check if you already have an adequate version of Python installed by running python -V. 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 the Python download page to download and install Python v2.6.

+

Check if you already have an adequate version of Python installed by running python -V. 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 the Python download page to download and install Python v2.5.

(If installing on Windows, you now need to manually install the pywin32 package -- see "More Details" below.)

Get Tahoe-LAFS