Introduction
This addon integrate etherpad into the Plone CMS. It is a way to get Collaborating in really real-time on document.
About Etherpad
Etherpad is an Open Source online editor providing collaborative editing in really real-time powered by Node.js
How to install
This addon can be installed as any other Plone addons. Please follow the official documentation.
You must install etherpad-lite and configure it. If you want to deploy it using buildout you can referer to the provided buildout of this addon on github. It is important that your etherpad is on the same domain as your Plone site (using a reserved path) to let cookies working properly and so your users being authenticated in Plone to be authenticated in etherpad.
You will probably have to install etherpad dependencies: NodeJS and NPM <https://npmjs.org/>. Under Linux, type
``apt-get install nodejs npm``
Running etherpad needs curl. Under Linux, type:
``apt-get install curl``
How to configure
A set of configuration is available on the configuration registry of Plone (/portal_registry). You should review theses settings and integrate them in your site policy.
Set as value for collective.etherpad.settings.EtherpadSettings.apikey the content of the APIKEY.txt file that fits in the etherpad install folder. If you have installed etherpad with buildout, you’ll find it at collective.etherpad/parts/etherpad-lite/APIKEY.txt.
Credits
Companies
Authors
JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
Changelog
1.1.2 (2013-09-26)
Nothing changed yet.
1.1.1 (2013-09-26)
Fix packaging
1.1 (2013-09-26)
Added a timeout on api url requests so that task is not blocked when we have a network issue. [thomasdesvenain]
Reindex when we save the pad. [thomasdesvenain]
Default pad text is collaboration field text, not description field. [thomasdesvenain]
Refactor API callable to catch exceptions [toutpt]
Add dexterity support. The field choice is achieved by looking for an IRichText field in the schema. [toutpt]
Set logs to DEBUG. [thomasdesvenain]
i18n fixes. [thomasdesvenain]
fix cookie path when behind a proxy (virtualhostmonster) [kiorky]
1.0 (2013-02-14)
Initial release
Release files for collective.etherpad 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective.etherpad-1.1.2.zip | 45.7 kB | Details |
Release files / collective.etherpad-1.1.2.zip
| Download URL | collective.etherpad-1.1.2.zip |
|---|---|
| Size | 45.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
beece740f48fa49f2d01f42042f28ff10b405acdbcbdb43f7149ed01d4350334
|
|
BLAKE2b-256 checksum How to use checksums |
f2c6bb444bc58cf0c94feb087968acb4a8f47bcf3d03ccf977bce92a4dee607e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |