From: Zooko O'Whielacronx Date: Sat, 19 Jun 2010 06:51:24 +0000 (-0700) Subject: docs: update about.html, especially to have a non-broken link to quickstart.html... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=f1887bce901bf0bd210b11dc470669c92d05f842;p=tahoe-lafs%2Ftahoe-lafs.git docs: update about.html, especially to have a non-broken link to quickstart.html, and also to comment out the broken links to "for Paranoids" and "for Corporates" --- diff --git a/docs/about.html b/docs/about.html index 9cad551f..9ba14593 100644 --- a/docs/about.html +++ b/docs/about.html @@ -4,7 +4,7 @@ - + @@ -17,9 +17,9 @@

This guarantee is integrated naturally into the Tahoe-LAFS storage system and doesn't require you to perform a manual pre-encryption step or cumbersome key management. (After all, having to do cumbersome manual operations when storing or accessing your data would nullify one of the primary benefits of using cloud storage in the first place -- convenience.)

Here's how it works.

- + -

(See also Tahoe-LAFS for Paranoids and Tahoe-LAFS for Corporates.)

+

A "storage grid" is made up of a number of storage servers. A storage server has direct attached storage (typically one or more hard disks). A "gateway" uses the storage servers and provides access to the filesystem over HTTP(S) or (S)FTP.

Users do not rely on storage servers to provide confidentiality nor integrity for their data -- instead all of the data is encrypted and integrity-checked by the gateway, so that the servers can neither read nor modify the contents of the files.

@@ -31,16 +31,15 @@

There are two kinds of files: immutable and mutable. Immutable files have the property that once they have been uploaded to the storage grid they can't be modified. Mutable ones can be modified. A user can have read-write access to a mutable file or read-only access to it (or no access to it at all).

A user who has read-write access to a mutable file or directory can give another user read-write access to that file or directory, or they can give read-only access to that file or directory. A user who has read-only access to a file or directory can give another user read-only access to it.

When linking a file or directory into a parent directory, you can use a read-write link or a read-only link. If you use a read-write link, then anyone who has read-write access to the parent directory can gain read-write access to the child, and anyone who has read-only access to the parent directory can gain read-only access to the child. If you use a read-only link, then anyone who has either read-write or read-only access to the parent directory can gain read-only access to the child.

-

For more technical detail, please see architecture.txt and the The Doc Page on the Wiki.

+

For more technical detail, please see architecture.txt and the The Doc Page on the Wiki.

-

Installing

-

To install Tahoe-LAFS, please see install.html.

+

Get Started

+

To use Tahoe-LAFS, please see quickstart.html.

Licence

You may use this package under the GNU General Public License, version 2 or, at your option, any later version. See the file COPYING.GPL for the terms of the GNU General Public License, version 2.

You may use this package under the Transitive Grace Period Public Licence, version 1 or, at your option, any later version. The Transitive Grace Period Public Licence has requirements similar to the GPL except that it allows you to wait for up to twelve months after you redistribute a derived work before releasing the source code of your derived work. See the file COPYING.TGPPL.html for the terms of the Transitive Grace Period Public Licence, version 1.

(You may choose to use this package under the terms of either licence, at your option.)

-

If you would like to inquire about a commercial relationship with Allmydata, Inc., please contact partnerships@allmydata.com and visit http://allmydata.com.