Category Archives: Features
Etherpad Vs Etherpad Lite — Which is right for you?
TLDR; Use Etherpad Lite. We adopted Etherpad in December 2009 and instantly we knew we had a problem. The stack of software required to deploy Etherpad was huge and this meant deploying Etherpad was limited to Linux only. Our goal is to make collaborative editing the standard on the web and we knew that with the existing …
Continue reading “Etherpad Vs Etherpad Lite — Which is right for you?”
Etherpad Lite Java Client
A Java client for Etherpad Lite’s HTTP JSON API. Example: EPLiteClient api = new EPLiteClient(“http://etherpad.mysite.com”, “FJ7jksalksdfj83jsdflkj”); HashMap pad = api.getText(“my_pad”); String pad = pad.get(“text”).toString();
A short Etherpad Lite talk
2012 means a public sites update
We just updated the public sites available on Etherpad.org. We removed a lot of old sites and replaced with some great new ones. If your site has been removed then feel free to ask why in the comments and we will try our best to work with you to ensure your site meets our public …
Mobile device UI
We have just updated the Etherpad Lite master branch on github to include a much nicer UI for mobile users. Enjoy!
Etherpad International Hackathon 2012
We are organizing a hackathon for February 24th, 25th, and 26th. The European meet will be held in Bradford, UK, with hosting care of Primary Technology and the Etherpad Foundation. Still looking for people who can host corresponding meetings in the US or elsewhere — please get in touch via the mailing list if you’re …
Get paid to add table support to Etherpad Lite
The Etherpad community has done a great job lately and we wanted to reward back some of the great work by opening another GunIO bid for another Etherpad Lite feature. This time we’re rewarding 60$ to anyone who can add table support to Etherpad Lite! Have fun and Get hacking!
.Net Library For Etherpad Lite API
Today we’re excited to announce a .Net library for the Etherpad Lite API It implements the Etherpad Lite API, more infomation on the API can be found on the Etherpad Lite wiki. It matches the API in structure as closely as it can. It parses the returned JSON into strongly typed objects to allow the …
Elgg Etherpad Lite plugin
Great news everybody! efault has written an elgg etherpad lite plugin ! :)