Our Etherpad instance https://pad.pub0.org
 
 
 
 
 
Go to file
Pita e9b3a17699 Merge pull request #8 from guybrush/master.
add viewfontmenu
2011-04-30 06:38:29 -07:00
bin Fixing scripts to run from both bin/ and /. 2011-04-07 19:54:41 +02:00
doc reorganize Joes PDF's 2011-04-07 14:45:19 +01:00
node Merge branch 'master' of git://github.com/HansPinckaers/etherpad-lite 2011-04-08 12:48:21 +01:00
static make viewfontmenu smaller 2011-04-29 05:54:09 +02:00
tests first-commit 2011-03-26 13:10:41 +00:00
README.md Add a comment to the readme that encourage to compile node.js from source 2011-04-07 18:51:57 +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

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

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