Metadata-Version: 1.1
Name: openmultimedia.headband
Version: 1.0b1
Summary: This package defines an editable viewlet to add an image headband for the site.
Home-page: https://github.com/OpenMultimedia/openmultimedia.headband
Author: Juan Pablo Gimenez
Author-email: jpg@rosario.com
License: GPLv2
Description: ***********************
        openmultimedia.headband
        ***********************
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ----------------------------------
        
        This package defines an editable viewlet to add an image headband for the
        site.
        
        Don't Panic
        -----------
        
        Configure
        ^^^^^^^^^
        
        - Go to 'Site Setup'.
        - Select 'openmultimedia.headband settings'.
        - Upload an image.
        
        You will see the image on top of the site.
        
        Screenshots
        -----------
        
        Control Panel
        ^^^^^^^^^^^^^
        
        .. figure:: https://github.com/OpenMultimedia/openmultimedia.headband/raw/master/control_panel.png
            :align: center
            :height: 220px
            :width: 563px
        
            Control Panel
        
        Mostly Harmless
        ---------------
        
        .. image:: https://secure.travis-ci.org/OpenMultimedia/openmultimedia.headband.png
            :target: http://travis-ci.org/OpenMultimedia/openmultimedia.headband
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/OpenMultimedia/openmultimedia.headband/issues
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``openmultimedia.headband`` to the list
           of eggs to install::
        
            [buildout]
            ...
            eggs =
                openmultimedia.headband
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ``openmultimedia.headband`` and click the 'Activate'
        button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        Share and Enjoy
        ---------------
        
        ``openmultimedia.headband`` would not have been possible without the
        contribution of the following people:
        
        - Juan Pablo Giménez, original author
        - Héctor Velarde
        
        Development sponsored by OpenMultimedia.
        
        Changelog
        ---------
        
        Because you have to know where your towel is.
        
        1.0b1 (2013-01-25)
        ^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
Keywords: plone viewlet editable
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
