Metadata-Version: 1.0
Name: collective.etherpad
Version: 1.1.2
Summary: Etherpad-lite integration in Plone
Home-page: https://github.com/toutpt/collective.etherpad
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: 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
        ==============
        
        .. image:: https://secure.travis-ci.org/toutpt/collective.etherpad.png
            :target: http://travis-ci.org/toutpt/collective.etherpad
        
        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
        <http://nodejs.org/>`_ 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
        ---------
        
        |makinacom|_
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_
        
        Authors
        
        * JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _etherpad: http://etherpad.org/
        .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        
        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
        
Keywords: plone etherpad
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
