Real-time collaborative document editing https://pad.fuwafuwa.moe
Go to file
Peter 'Pita' Martischka 9360814242 Created a JSDoc, first try 2011-03-27 12:49:56 +01:00
bin first-commit 2011-03-26 13:10:41 +00:00
doc Created a JSDoc, first try 2011-03-27 12:49:56 +01:00
node Some improvements on message handling, on client and serverside 2011-03-27 12:49:04 +01:00
static Some improvements on message handling, on client and serverside 2011-03-27 12:49:04 +01:00
tests first-commit 2011-03-26 13:10:41 +00:00
README Changed README doc to include port 9001 as listening port 2011-03-26 13:48:47 +00:00
docs.html Created a JSDoc, first try 2011-03-27 12:49:56 +01:00

README

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:9001