pad

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

commit
1e1d1afb25a1ebb6ec31c581e618854ed0b14cc7
parent
b876c69b48654e3f5f57ec5cb759109b88514872
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-05-03 15:25
add README

Diffstat

A README.md 17 +++++++++++++++++

1 files changed, 17 insertions, 0 deletions


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

@@ -0,0 +1,17 @@
   -1     1 When etherpad came out in 2008 it quickly became an indispensable tool for all
   -1     2 kinds of situations. Since then many have tried to recreate this magical tool
   -1     3 but few have succeeded.
   -1     4 
   -1     5 In my opinion, most of these projects suffer from too much complexity. But this
   -1     6 one is different. This project concentrates on:
   -1     7 
   -1     8 -	**Plain text**. No syntax highlighting, markdown preview, image upload, PDF
   -1     9 	export, WYSIWYG tools. Just a single textarea.
   -1    10 -	**Manual conflict resolution**. No advanced operational transforms, no
   -1    11 	eventual consistency. In practice, conflicts are rare and even sophisticated
   -1    12 	algorithms are not doing a stellar job.
   -1    13 -	**Real time collaboration**. No database, no persistence (for now at least).
   -1    14 
   -1    15 So this is ~170 lines of javascript code backed by a
   -1    16 [via](https://github.com/xi/via) server. A demo is available at
   -1    17 <https://pad.ce9e.org/>.