Metadata-Version: 1.1
Name: collective.hello
Version: 0.1
Summary: An add-on for Plone
Home-page: http://pypi.python.org/pypi/collective.hello
Author: Simon PREVIDENTE
Author-email: simon.previdente@makina-corpus.com
License: GPL
Description: ================
        collective.hello
        ================
        
        It is a Plone module that adds interactivity to your events by linking them with `hello conversation <https://www.mozilla.org/firefox/hello/>`_. Hello is a free web application developed by Mozilla to quickly and easily make video conferencies (nothing to install / without registration).
        
        
        Installation
        ============
        
        To deploy collective.hello, you need to edit your ``buildout.cfg`` file
        and add the following in the ``eggs`` section::
        
            eggs =
                 ...
                 collective.hello
        
        Then you have to run ``buildout`` to realize your configuration::
        
                     bin/buildout -N
        
        How to use it ?
        ===============
        
        1. On the edit page of your event, check ``Hello join button``
        
        2. When the event starts, press the create room button on the event page.
        
        3. During event, your users (logged or not) can reach the room from the event page.
        
        Support
        =======
        
        You can use `GitHub issue tracker <https://github.com/collective/collective.hello/issues>`_
        
        Credits
        =======
        
        Contributors
        ------------
        
        * Simon Prévidente <simon.previdente@makina-corpus.com>
        * You ? :)
        
        Companies
        ---------
        
        |makinacom|_
        
        * `Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact us <mailto:python@makina-corpus.org>`_
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        
        Contributors
        ============
        
        - Simon Prévidente, simon.previdente@makina-corpus.com
        Changelog
        =========
        
        
        0.1 (2015-12-08)
        ----------------
        
        - Initial release.
          [simon-previdente]
        
        
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
