summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-04-07 14:35:13 +0100
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-04-07 14:35:13 +0100
commita8b91b9b40af9338eaabe57105e8afb355d04537 (patch)
tree3e66966834a348f2a8239b0aecf4ce71371e34ae /README.md
parent2d0dc5aab6dbeab3105bc6bfc2ffacbcc33c6bb5 (diff)
downloadetherpad-lite-a8b91b9b40af9338eaabe57105e8afb355d04537.zip
improve the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..8cc25b43
--- /dev/null
+++ b/README.md
@@ -0,0 +1,43 @@
+# Etherpad-Lite
+What is Etherpad Lite?
+Etherpad lite is a really-real time collaborative editor spawned from the Hell fire of Etherpad.
+We're reusing the well tested Etherpad easysync library to make it really realtime. Etherpad Lite
+is based on node.js what makes it much leigther and more stable than the original Etherpad. Our hope
+is that this will encourage more users to install a realtime collaborative editor. A smaller and well
+documented codebase makes it easier for developers to improve the code
+
+# Why use Etherpad Lite?
+* Tiny server hardware footprint
+* Pure Javascript client and server side
+* No nasty dependancies
+* Simplfied interface
+* Easy to embed
+* Well documented
+* Better support for third party editors
+
+# What isn't available YET when compared to Etherpad?
+* Timeslider
+* Import/Export
+* Clear authorship colours
+* Upload files
+* View Saved revisions
+* Chat
+* Pad management
+* User management
+* Plugin framework
+
+# Installation
+1. download latest node.js version from <http://nodejs.org/> and build it with this instructions <https://github.com/joyent/node/wiki/Installation>
+2. install npm [curl http://npmjs.org/install.sh | sh]
+3. install socket.io [npm install socket.io]
+
+# Start
+1. cd bin
+2. ./run.sh
+3. Open your web browser and visit http://IPSERVER:9001
+
+# Contribute
+Look at the TODO list at <https://github.com/Pita/etherpad-lite/wiki/TODO>
+You can get in touch via petermartischka-at-googlemail.com
+A mailinglist/irc channel will follow later
+