From: Zooko O'Whielacronx Date: Wed, 9 Apr 2008 23:02:45 +0000 (-0700) Subject: docs: another small edit (don't mention docs/ directory in about.html now that docs... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=d10c23bcd47abd21f622991add7a1526fea35508;p=tahoe-lafs%2Ftahoe-lafs.git docs: another small edit (don't mention docs/ directory in about.html now that docs/ is prominent on wiki:Docs) --- diff --git a/docs/about.html b/docs/about.html index 721f3da5..c5014e05 100644 --- a/docs/about.html +++ b/docs/about.html @@ -25,7 +25,7 @@

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 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, the The Doc Page on the Wiki, and the other files in the docs directory of the source tree.

+

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

Installing

To install Tahoe, please see install.html.