Web Served is nearly over! This is the last regular part in the series, and so I want to kick it up a notch—several notches, actually!—and get away from installing tired old PHP applications. Instead, we’re going to go a little nutty and install Etherpad (formerly known, and still sometimes referred to as, “Etherpad Lite”). Some parts of this piece have previously appeared on my blog, but I’m aiming to expand a bit on that write-up and give you all something fun to play with.
Etherpad is a tool born out of the ashes of Google Wave, the abandoned and decommissioned real-time “e-mail replacement” that Google launched and then quickly killed. EPL is a real-time collaborative document editing application: it presents the user(s) with a blank canvas and lets them all make changes to it, and everyone’s changes are visible to everyone else in nearly real-time.
It’s a lot like Google Docs, except that the changes are generally shown a whole lot faster, and everyone’s changes are tracked and can be replayed like a VCR. Plus, it’s yours—that’s one of the main points of this entire series, after all! Rather than living in Google’s ephemeral application cloud, Etherpad lives on your server and you always have access to it (at least, assuming you have access to your server).
Why would I even want this?
Here at Ars, we use Etherpad with some regularity for collaborative editing. It’s really handy to be able to call up a coworker, create a new “pad,” paste in a document, and start talking through it and making changes as you talk. You can rewind and fast-forward back and forth across the document in various changed states to watch how the piece evolves through editing.

Loading comments...