Skip to content

URI Paths

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

Admin

/admin

Example http://127.0.0.1/admin

Plugins

/admin/plugins

Example http://127.0.0.1/admin/plugins

Instance info

/admin/plugins/info

Example http://127.0.0.1/admin/plugins/info

Settings

/admin/settings

Example http://127.0.0.1/admin/settings

Frontend tests

/tests/frontend

Example http://127.0.0.1/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