From 771975550d2c575e888f4b3757e4229848d2957e Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 26 Mar 2011 13:41:37 +0000 Subject: [PATCH] New Readme --- README | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..ddf67a78c --- /dev/null +++ b/README @@ -0,0 +1,38 @@ +Etherpad-Lite +What is Etherpad Lite? +Etherpad lite is a really-real time collaborative editor spawned from the Hell fire of Etherpad. + +Why use Etherpad Lite? +* Tiny server hardware footprint +* Pure Javascript client and server side +* No nasty dependancies +* Simplfied interface +* Easy to embed +* Well documented + +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 + +REQUIREMENTS +NoteJS - http://nodejs.org/ [apt-get install nodejs] +NPM[Node Package Manager] - http://npmjs.org [curl http://npmjs.org/install.sh | sh] + +INSTALATION +1. apt-get install nodejs +2. curl http://npmjs.org/install.sh | sh +3. npm install socket.io + +RUNNING +1. bin/run.sh + +TESTING +1. Open your web browser and visit http://IPSERVER:9999 +