pad

minimal etherpad alternative  https://pad.ce9e.org
git clone https://git.ce9e.org/pad.git

commit
7c2a46d87be81ea2567546e9244ad294fb58ad7c
parent
ff94856600dc3170cf10099e43f8277c1660f55a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-05-12 06:58
update README

Diffstat

M README.md 7 ++++---

1 files changed, 4 insertions, 3 deletions


diff --git a/README.md b/README.md

@@ -7,9 +7,10 @@ one is different. This project concentrates on:
    7     7 
    8     8 -	**Plain text**. No syntax highlighting, markdown preview, image upload, PDF
    9     9 	export, WYSIWYG tools. Just a single textarea.
   10    -1 -	**Manual conflict resolution**. No advanced operational transforms, no
   11    -1 	eventual consistency. In practice, conflicts are rare and even sophisticated
   12    -1 	algorithms are not doing a stellar job.
   -1    10 -	**Rough consent**. No advanced operational transforms, no blockchain. In
   -1    11 	practice, conflicts are rare and sophisticated algorithms are not doing a
   -1    12 	stellar job either. The single source of truth is the order of messages
   -1    13 	broadcasted by the server. Conflicting changes are dropped.
   13    14 
   14    15 So this is ~220 lines of javascript code backed by a
   15    16 [via](https://github.com/xi/via) server. A demo is available at