Metadata-Version: 2.0
Name: collective.blueline
Version: 1.0b1
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
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
Requires-Dist: Products.CMFCore
Requires-Dist: Products.CMFPlone (>=4.3)
Requires-Dist: Products.GenericSetup
Requires-Dist: lxml
Requires-Dist: plone.api
Requires-Dist: plone.app.layout
Requires-Dist: plone.app.portlets
Requires-Dist: plone.app.registry
Requires-Dist: plone.autoform
Requires-Dist: plone.portlets
Requires-Dist: plone.supermodel
Requires-Dist: setuptools
Requires-Dist: zope.formlib
Requires-Dist: zope.i18nmessageid
Requires-Dist: zope.interface
Requires-Dist: zope.schema
Provides-Extra: test
Requires-Dist: AccessControl; extra == 'test'
Requires-Dist: plone.app.robotframework; extra == 'test'
Requires-Dist: plone.app.testing[robot]; extra == 'test'
Requires-Dist: plone.browserlayer; extra == 'test'
Requires-Dist: plone.registry; extra == 'test'
Requires-Dist: plone.testing; extra == 'test'
Requires-Dist: robotsuite; extra == 'test'
Requires-Dist: zope.component; extra == 'test'

********
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
- Rodrigo Ferreira de Souza
-  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
=========

There's a frood who really knows where his towel is.

1.0b1 (2017-01-26)
------------------

- Remove dependency on five.grok.
  [rodfersou]

- Add Brazilian Portuguese and Spanish translations.
  [hvelarde]

- Add Blueline portlet.
  [rodfersou, cleberjsantos, hvelarde]

- Add code validation for control panel configlet fields (closes `#1`_).
  [rodfersou]


1.0a2 (2015-04-30)
------------------

- Do not show viewlets in the context of Diazo control panel configlet.
  [hvelarde]

- Set order for blueline.header viewlet on all skins.
  [hvelarde]


1.0a1 (2015-04-13)
------------------

- Initial release.

.. _`#1`: https://github.com/simplesconsultoria/collective.blueline/issues/1


