]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Change some instances of "filesystem" that were missed to "file store".
authorDaira Hopwood <daira@jacaranda.org>
Fri, 31 Jul 2015 17:21:47 +0000 (18:21 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 31 Jul 2015 17:21:47 +0000 (18:21 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
docs/about.rst
relnotes.txt
setup.py

index 6df61229ecdd829f503e8f4cbbed8298272b1703..e6d5612d5e327056f3bad7b61b27ce5c6aba8f42 100644 (file)
@@ -45,7 +45,7 @@ Here's how it works:
 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"
 communicates with storage nodes, and uses them to provide access to the
 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"
 communicates with storage nodes, and uses them to provide access to the
-filesystem over protocols such as HTTP(S), SFTP or FTP.
+file store over protocols such as HTTP(S), SFTP or FTP.
 
 Note that you can find "client" used to refer to gateway nodes (which act as
 a client to storage servers), and also to processes or programs connecting to
 
 Note that you can find "client" used to refer to gateway nodes (which act as
 a client to storage servers), and also to processes or programs connecting to
@@ -72,7 +72,7 @@ An alternate deployment mode is that the gateway runs on a remote machine and
 the user connects to it over HTTPS or SFTP.  This means that the operator of
 the gateway can view and modify the user's data (the user *relies on* the
 gateway for confidentiality and integrity), but the advantage is that the
 the user connects to it over HTTPS or SFTP.  This means that the operator of
 the gateway can view and modify the user's data (the user *relies on* the
 gateway for confidentiality and integrity), but the advantage is that the
-user can access the filesystem with a client that doesn't have the gateway
+user can access the file store with a client that doesn't have the gateway
 software installed, such as an Internet kiosk or cell phone.
 
 Access Control
 software installed, such as an Internet kiosk or cell phone.
 
 Access Control
index e9471652199070bde3649d5aaa6b36950166bce4..d7f671b36d08de07f1a0cf0742349962f41b43fd 100644 (file)
@@ -1,7 +1,7 @@
-ANNOUNCING Tahoe, the Least-Authority File System, v1.10.2
+ANNOUNCING Tahoe, the Least-Authority File Store, v1.10.2
 
 The Tahoe-LAFS team is pleased to announce version 1.10.2 of
 
 The Tahoe-LAFS team is pleased to announce version 1.10.2 of
-Tahoe-LAFS, an extremely reliable distributed storage system.
+Tahoe-LAFS, an extremely reliable decentralized storage system.
 Get it here:
 
 https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.rst
 Get it here:
 
 https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.rst
@@ -25,12 +25,11 @@ were fixed too. See the NEWS file [1] for details.
 
 WHAT IS IT GOOD FOR?
 
 
 WHAT IS IT GOOD FOR?
 
-With Tahoe-LAFS, you distribute your filesystem across
-multiple servers, and even if some of the servers fail or are
-taken over by an attacker, the entire filesystem continues to
-work correctly, and continues to preserve your privacy and
-security. You can easily share specific files and directories
-with other people.
+With Tahoe-LAFS, you distribute your data across multiple
+servers. Even if some of the servers fail or are taken over
+by an attacker, the entire file store continues to function
+correctly, preserving your privacy and security. You can
+easily share specific files and directories with other people.
 
 In addition to the core storage system itself, volunteers
 have built other projects on top of Tahoe-LAFS and have
 
 In addition to the core storage system itself, volunteers
 have built other projects on top of Tahoe-LAFS and have
index 190c339c2edf15684bad61ea5df9bae1645e63c2..035b0c9c31d34ccbc4e1e44c5b777620dba362c6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -419,7 +419,7 @@ if version:
     setup_args["version"] = version
 
 setup(name=APPNAME,
     setup_args["version"] = version
 
 setup(name=APPNAME,
-      description='secure, decentralized, fault-tolerant filesystem',
+      description='secure, decentralized, fault-tolerant file store',
       long_description=open('README.rst', 'rU').read(),
       author='the Tahoe-LAFS project',
       author_email='tahoe-dev@tahoe-lafs.org',
       long_description=open('README.rst', 'rU').read(),
       author='the Tahoe-LAFS project',
       author_email='tahoe-dev@tahoe-lafs.org',