Metadata-Version: 1.0
Name: collective.etherpad
Version: 1.0
Summary: Etherpad-lite integration in Plone
Home-page: https://github.com/toutpt/collective/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
        ==============
        
        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.
        
        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.
        
        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.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
