]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: a couple of minor edits to NEWS and docs/architecture.txt
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 21 Jul 2009 01:41:12 +0000 (18:41 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 21 Jul 2009 01:41:12 +0000 (18:41 -0700)
NEWS
docs/architecture.txt

diff --git a/NEWS b/NEWS
index 4bf543cb4ca3fff5ae373bf23f384bf480b67235..70781631e200d10f42861923a7f4b139466241d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,8 +30,9 @@ This version of Tahoe will tolerate directory entries that contain filecap
 formats which it does not recognize: files and directories from the future.
 Previous versions would fail badly, preventing the user from seeing or
 editing anything else in those directories. These unrecognized objects can be
-renamed and deleted, but obviously not read or written. This should improve
-the user experience when we add new cap formats in the future. (#683)
+renamed and deleted, but obviously not read or written.  Also they cannot be
+copied. This should improve the user experience when we add new cap formats in
+the future. (#683)
 
 ** Bugfixes
 
index a9a225b0ec29d8875465c0496a375c1fafd1f096..6df0e09e6c08d3b597676fc5f7ba027e9d2195be 100644 (file)
@@ -6,12 +6,12 @@ OVERVIEW
 At a high-level this system consists of three layers: the grid, the
 filesystem, and the application.
 
-The lowest layer is the "grid", a mapping from capabilities to data.
-The capabilities are relatively short ascii strings, each used as a
-reference to an arbitrary-length sequence of data bytes, and are like a
-URI for that data. This data is encrypted and distributed across a
-number of nodes, such that it will survive the loss of most of the
-nodes.
+The lowest layer is the "grid", a key-value store mapping from
+capabilities to data.  The capabilities are relatively short ascii
+strings, each used as a reference to an arbitrary-length sequence of
+data bytes, and are like a URI for that data. This data is encrypted and
+distributed across a number of nodes, such that it will survive the loss
+of most of the nodes.
 
 The middle layer is the decentralized filesystem: a directed graph in
 which the intermediate nodes are directories and the leaf nodes are