emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive b5ca7d7707 2/2: Docs: Improve wording of Concep


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive b5ca7d7707 2/2: Docs: Improve wording of Concepts section
Date: Tue, 11 Jun 2024 07:00:20 -0400 (EDT)

branch: elpa/hyperdrive
commit b5ca7d7707c258400f5310972dde827994f36957
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Docs: Improve wording of Concepts section
---
 doc/hyperdrive.org  | 32 +++++++++++++++++---------------
 doc/hyperdrive.texi | 32 +++++++++++++++++---------------
 2 files changed, 34 insertions(+), 30 deletions(-)

diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org
index f624ef7b30..260e172406 100644
--- a/doc/hyperdrive.org
+++ b/doc/hyperdrive.org
@@ -840,28 +840,30 @@ other peers can pull files out of (if they have the link).
 
 Anyone with the link to your hyperdrive can download its contents
 directly from your computer.  There's no need to make an account or
-rely on a third party to pass the data along.  What's more, anyone who
-has a copy of the content in your hyperdrive can serve it to others.
-This means that your hyperdrive can circulate on the ~hyper~ network
-even when you're offline.
+rely on a third party to pass the data along.  Anyone who has a copy
+of the content in your hyperdrive can serve it to others.  This means
+that your hyperdrive can circulate on the ~hyper~ network even when
+you're offline.
 
 Hyperdrive is single-writer, meaning that you are the only one who
 change a hyperdrive that you've created.  Files in a hyperdrive are
-cryptographically signed to ensure their integrity and authenticity.
+cryptographically signed to ensure that the files you share aren't
+tampered with.
 
 You can make as many hyperdrives as you like; the only limitation is
 your own disk space.
 
-Hyperdrive is offline-first, since you can view files which
-were previously downloaded even when disconnected from the rest of the
-network.  It's also local-first, since you can connect with peers on a
-LAN even without an internet connection.
-
-Unlike BitTorrent, another protocol for sharing files, hyperdrives are
-mutable.  You can add, update, or delete files inside a hyperdrive,
-and peers will be able to access the latest version of the hyperdrive
-at the same link.  However, old versions of your hyperdrive can still
-be accessed.  See [[*Versioning]] for more information.
+Hyperdrive is offline-first since you can view files which were
+previously downloaded even when your machine is disconnected from the
+rest of the network.  It's also local-first, since you can connect
+with peers on a local network even without an internet connection.
+
+Unlike BitTorrent, another P2P protocol for sharing files, hyperdrives
+are mutable.  If you share a link to your hyperdrive and then later
+add, update, or delete files inside it, peers will be able to access
+your latest changes at the same link.  When you make revisions to a
+hyperdrive, the old versions of your files can still be accessed by
+peers on the network.  See [[*Versioning]] for more information.
 
 *** Sparse replication
 #+cindex: Sparse replication
diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi
index efc339e04a..ceba76ef70 100644
--- a/doc/hyperdrive.texi
+++ b/doc/hyperdrive.texi
@@ -1183,28 +1183,30 @@ other peers can pull files out of (if they have the 
link).
 
 Anyone with the link to your hyperdrive can download its contents
 directly from your computer.  There's no need to make an account or
-rely on a third party to pass the data along.  What's more, anyone who
-has a copy of the content in your hyperdrive can serve it to others.
-This means that your hyperdrive can circulate on the @code{hyper} network
-even when you're offline.
+rely on a third party to pass the data along.  Anyone who has a copy
+of the content in your hyperdrive can serve it to others.  This means
+that your hyperdrive can circulate on the @code{hyper} network even when
+you're offline.
 
 Hyperdrive is single-writer, meaning that you are the only one who
 change a hyperdrive that you've created.  Files in a hyperdrive are
-cryptographically signed to ensure their integrity and authenticity.
+cryptographically signed to ensure that the files you share aren't
+tampered with.
 
 You can make as many hyperdrives as you like; the only limitation is
 your own disk space.
 
-Hyperdrive is offline-first, since you can view files which
-were previously downloaded even when disconnected from the rest of the
-network.  It's also local-first, since you can connect with peers on a
-LAN even without an internet connection.
-
-Unlike BitTorrent, another protocol for sharing files, hyperdrives are
-mutable.  You can add, update, or delete files inside a hyperdrive,
-and peers will be able to access the latest version of the hyperdrive
-at the same link.  However, old versions of your hyperdrive can still
-be accessed.  See @ref{Versioning} for more information.
+Hyperdrive is offline-first since you can view files which were
+previously downloaded even when your machine is disconnected from the
+rest of the network.  It's also local-first, since you can connect
+with peers on a local network even without an internet connection.
+
+Unlike BitTorrent, another P2P protocol for sharing files, hyperdrives
+are mutable.  If you share a link to your hyperdrive and then later
+add, update, or delete files inside it, peers will be able to access
+your latest changes at the same link.  When you make revisions to a
+hyperdrive, the old versions of your files can still be accessed by
+peers on the network.  See @ref{Versioning} for more information.
 
 @menu
 * Sparse replication::



reply via email to

[Prev in Thread] Current Thread [Next in Thread]