Skip to content

j23d/kotti_etherpad

Repository files navigation

kotti_etherpad

This is an extension to the Kotti CMS to add an etherpad on your site.

Find out more about Kotti Find out more about etherpad

Setting up your etherpad

This Addon provides an Content Type to present an etherpad on your Kotti site. To set up the content type add kotti_etherpad.kotti_configure to the kotti.configurators setting in your ini file:

kotti.configurators = kotti_etherpad.kotti_configure

Now you can add a new pad. You can host your own server (have a look to the etherpad documentation) or use a free one (choose from a list of free etherpad servers).

Pads widget

kotti_etherpad provides a widget, where all pads are listed, which is disabled by default. To enable the widget add the following to the pyramid.includes setting:

pyramid.includes = kotti_etherpad.widgets.include_protocol_widget

or(to set the widget on the left instead of the right side):

pyramid.includes = kotti_etherpad.widgets.include_protocol_widget_left

About

Etherpad integration for Kotti

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published