Skip to content
John McLear edited this page May 16, 2015 · 5 revisions

Admin

/admin

Plugins

/admin/plugins

Instance info

/admin/plugins/info

Settings

/admin/settings

Frontend tests

/tests/frontend

Pad

/p/%pad% where pad is the padId of the target pad.

Example http://127.0.0.1/p/foo

Timeslider

%pad%/timeslider

Example http://127.0.0.1/p/foo/timeslider where the padid is foo

Timeslider specific revision

%pad%/timeslider#%revisionNumber%

Example http://127.0.0.1/p/foo/timeslider#5 where the padid is foo and the pad revision is 5

Export

%pad%/export/%filetype% Example http://127.0.0.1/p/foo/export/html where the padid is foo

Supported Export types (with abiword installed) etherpad, html, pdf, txt, odf, doc, docx

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally