Go to file
Peter 'Pita' Martischka 0c3f0e981a Minify and compress JS & CSS before sending it 2011-05-28 18:09:17 +01:00
bin removed debug message 2011-05-13 15:53:20 +01:00
doc reorganize Joes PDF's 2011-04-07 14:45:19 +01:00
node Minify and compress JS & CSS before sending it 2011-05-28 18:09:17 +01:00
static Minify and compress JS & CSS before sending it 2011-05-28 18:09:17 +01:00
tests added Pad model via Joose, PadManager is a lot cleaner now. 2011-05-16 16:30:21 +02:00
var Minify and compress JS & CSS before sending it 2011-05-28 18:09:17 +01:00
.npmignore Added a .npmignore for smaller npm packages 2011-05-19 13:17:24 +01:00
README.md Added a link to the online demo 2011-05-23 20:15:45 +01:00
package.json Minify and compress JS & CSS before sending it 2011-05-28 18:09:17 +01:00
settings.json Minify and compress JS & CSS before sending it 2011-05-28 18:09:17 +01:00

README.md

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

Online demo

Visit http://pitapoison.de:9001 to test it lives

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.
    THE NODE.JS VERSION OF YOUR LINUX REPOSITORY MAY BE TOO OLD. PLEASE COMPILE FROM THE SOURCE TO GET SURE YOU HAVE THE LATEST VERSION.
  2. install npm curl http://npmjs.org/install.sh | sh
  3. ensure you have installed the sqlite develob libraries apt-get install libsqlite3-dev
  4. install etherpad-lite npm install -g ep-lite
  5. start with ep-lite
  6. Open your web browser and visit http://localhost:9001

Contribute

Look at the TODO list at https://github.com/Pita/etherpad-lite/wiki/TODO. You can join the mailinglist http://groups.google.com/group/etherpad-lite-dev or go to the freenode irc channel #etherpad-lite-dev

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