Post to Etherpad with this simple plugin

Simple single command to post a files data to your Etherpad instance: curl -X POST -d @yourfile.here http://youretherpad/post This command will return the URL to a pad containing the contents of the file you selected. To get this functionality: 1. Visit /admin/plugins 2. Install ep_post_data Enjoy! And merry festive period, may all be red and …

Etherpad 1.5 plugin upgrade

This article is aimed at plugin developers. When we upgrade Etherpad to 1.5 some(very few) plugins will require minor changes. Broadcasting to all clients If your plugin uses socket IO to broadcast a message to each client connected to your Etherpad Instance. var clients = socketio.sockets.clients(); for(var i = 0; i < clients.length; i++) { …

Follow

Get every new post on this blog delivered to your Inbox.

Join other followers: