====== Etherpad ====== ===== Tips ===== ==== Paramètres ==== L'url d'etherpad peut prendre qlqs paramètres, utile par exemple pour encapsuler (embed) un pad dans une page web. https://github.com/ether/etherpad-lite/wiki/Embed-Parameters ==== HTTP API ==== Etherpad-lite possède une API pour créer ou effacer des pads, gérer les droits d'accès, retrouvé ou écrire du contenu. https://github.com/ether/etherpad-lite/wiki/HTTP-API ==== Liste des pads ==== select distinct substring(store.key,5,locate(":",store.key,5)-5) from store where store.key like "pad:%" ==== Utiliser MyISAM au lieu d'InnoDB ==== https://github.com/ether/etherpad-lite/wiki/Converting-from-InnoDB-to-MyISAM