From d3390b7228f5ad9d28a31a6080913a30e2e17dc4 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 23 Oct 2021 13:27:33 -0400 Subject: README --- EndoForge/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/EndoForge/README.md b/EndoForge/README.md index 9c22bf3..9abcabe 100644 --- a/EndoForge/README.md +++ b/EndoForge/README.md @@ -1,6 +1,6 @@ EndoForge --------- -Convert a Git repository into a Forge by merging this repository. +Convert your Git repository into a Self-Forge by merging this repository. @@ -10,8 +10,9 @@ Convert a Git repository into a Forge by merging this repository. WHAT IT DOES ------------ -This repository contains the code to share itself (the repository) -through Git-over-SSH. +This repository contains the code to share itself (the repository) through +Git-over-SSH. It can be merged into other repositories, turning them +self-sharing. It also contains the code to listen for changes sent to itself through Git-over-SSH. @@ -40,7 +41,9 @@ their SSH client key. This means that the user cannot overwrite anyone else's data. The user's uploaded data is still saved and is ready to be be merged into the -main repository manually, or even automatically. +main repository manually, or even automatically. Automatic merging could be +authorized on the basis of the public key, or through a consensus algorithm +comparing branches signed by many different keys. -- cgit v1.2.3