Metadata-Version: 1.1
Name: collective.blueline
Version: 1.0a1
Summary: Helper viewlets to easily insert code on the layout of a Plone site.
Home-page: https://github.com/simplesconsultoria/collective.blueline
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: UNKNOWN
Description: ********
        Blueline
        ********
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ==================================
        
        This package defines some helper viewlets to easily insert code on the layout of a Plone site.
        
        One use case is the insertion of ad code from sites like DoubleClick.
        
        The name comes from the `blue-line process`_, a document reproduction produced by using the diazo chemical process.
        You already know the rest of the story.
        
        .. _`blue-line process`: https://en.wikipedia.org/wiki/Whiteprint
        
        Mostly Harmless
        ===============
        
        .. image:: https://secure.travis-ci.org/simplesconsultoria/collective.blueline.png?branch=master
            :alt: Travis CI badge
            :target: http://travis-ci.org/simplesconsultoria/collective.blueline
        
        .. image:: https://coveralls.io/repos/simplesconsultoria/collective.blueline/badge.png?branch=master
            :alt: Coveralls badge
            :target: https://coveralls.io/r/simplesconsultoria/collective.blueline
        
        .. image:: https://pypip.in/d/collective.blueline/badge.png
            :alt: Downloads
            :target: https://pypi.python.org/pypi/collective.blueline/
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/simplesconsultoria/collective.blueline/issues
        
        Don't Panic
        ===========
        
        Installation
        ------------
        
        To enable this package in a buildout-based installation:
        
        #. Edit your buildout.cfg and add add the following to it::
        
            [buildout]
            ...
            eggs =
                collective.blueline
        
        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 ``collective.blueline`` and click the 'Activate' button.
        
        Usage
        -----
        
        TBD.
        
        Share and Enjoy
        ===============
        
        This package would not have been possible without the contribution of the following people:
        
        - Héctor Velarde
        -  Visual Pharm (`icon`_)
        
        You can find an updated list of package contributors on `GitHub`_.
        
        .. _`GitHub`: https://github.com/simplesconsultoria/collective.blueline/contributors
        .. _`icon`: http://icons8.com/
        
        Changelog
        =========
        
        1.0a1 (2015-04-13)
        ------------------
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
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.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
