summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-04-07 15:17:40 +0100
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-04-07 15:17:40 +0100
commita15f3426d486833bcb2fc9752714aa64def91a0d (patch)
tree61a73e46e9a5f2ea1290a71b2c0d18884ac7ac2b /README.md
parent4b99fec6ae4e1c3381dcc32e798f7c89c5d19607 (diff)
downloadetherpad-lite-a15f3426d486833bcb2fc9752714aa64def91a0d.zip
beautify readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8cc25b43..0c7555f8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-# Etherpad-Lite
-What is Etherpad Lite?
+# About
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
@@ -37,7 +36,16 @@ documented codebase makes it easier for developers to improve the code
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
+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.
+
+# Debug
+1. cd bin
+2. ./runDebug.sh
+3. Open your webkit browser and visit http://IPSERVER:8080
+
+# License
+Apache License v2 <http://www.apache.org/licenses/LICENSE-2.0.html>
+