Metadata-Version: 1.1
Name: eea.icons
Version: 2.3
Summary: EEA Icons used throughout the EEA sites
Home-page: https://github.com/eea/eea.icons
Author: European Environment Agency: IDM2 A-Team
Author-email: eea-edw-a-team-alerts@googlegroups.com
License: GPL version 2
Description: =========
        EEA Icons
        =========
        .. image:: http://ci.eionet.europa.eu/job/eea.icons-www/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea.icons-www/lastBuild
        .. image:: http://ci.eionet.europa.eu/job/eea.icons-plone4/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea.icons-plone4/lastBuild
        
        
        Introduction
        ============
        Font Awesome icons for Plone and EEA packages
        
        .. note ::
        
          This add-on doesn't do anything by itself. It needs to be integrated by a
          developer within your own products. For reference you can check
          the `eea.progressbar`_ package.
        
        
        .. contents::
        
        
        Main features
        =============
        
        1. Register `Font Awesome icons`_ into Plone CSS registry
        2. Register `Font Awesome Animation`_ into Plone CSS registry
        
        
        Install
        =======
        
        - Add eea.icons to your eggs section in your buildout and re-run buildout.
          You can download a sample buildout from
          https://github.com/eea/eea.icons/tree/master/buildouts/plone4
        - Install eea.icons within Site Setup > Add-ons
        
        Getting started
        ===============
        
        Simply use the <span> tag with specific classes as following::
        
          <span class="eea-icon eea-icon-camera-retro"></span>
        
        And for animated icons::
        
          <span class="eea-icon eea-icon-heart eea-icon-anim-burst animated"></span>
        
        
        You can use the entire set of `Font Awesome icons`_ .
        Font Awesome gives you scalable vector icons that can instantly be
        customized - size, color, drop shadow, and anything that can be done with
        the power of CSS.
        
        There are many ways to customise the icons display. See the `practical examples`_
        and just replace the generic **fa-** classname with our **eea-icon-**
        class prefix and for font awesome animated icons replace **faa-** classname with
        our **eea-icon-anim-** class prefix.
        
        
        Source code
        ===========
        
        - Latest source code (Plone 4 compatible):
          https://github.com/eea/eea.icons
        
        
        Copyright and license
        =====================
        The Initial Owner of the Original Code is European Environment Agency (EEA).
        All Rights Reserved.
        
        The EEA Icons (the Original Code) is free software;
        you can redistribute it and/or modify it under the terms of the GNU
        General Public License as published by the Free Software Foundation;
        either version 2 of the License, or (at your option) any later
        version.
        
        More details under docs/License.txt
        
        
        Funding
        =======
        
        EEA_ - European Environment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        .. _`eea.progressbar`: http://eea.github.com/docs/eea.progressbar
        .. _`practical examples`: http://fontawesome.io/examples/
        .. _`Font Awesome icons`: http://fontawesome.io/icons/
        .. _`Font Awesome Animation`: http://l-lin.github.io/font-awesome-animation/
        
        Changelog
        =========
        
        2.3 - (2017-04-24)
        ------------------
        * Change: updated package information
          [eduard-fironda]
        
        2.2 - (2016-09-13)
        ------------------
        * Bug fix: Fixed HTTP/HTTPS mixed content within CSS
          [voineali refs #74910]
        
        2.1 - (2016-05-19)
        ------------------
        * Bug fix: Fix pylint warnings
          [ichim-david refs #71940]
        
        2.0 - (2015-12-11)
        ------------------
        * Bug fix: Fix read permission on eea-icons-annimation.css.dtml file
          [voineali refs #27406]
        
        1.9 - (2015-11-03)
        ------------------
        * Change: eea-icons.css now define extra content type extension names
          [ichimdav refs #28967]
        
        1.8 - (2015-09-10)
        ------------------
        * Change: eea-icons.js now checks if we need to add the icons within the icon
          right and left containers
          [ichimdav #27215]
        
        1.7 - (2015-04-02)
        ------------------
        * Change: Switched to curl in the jenkins build install script
          [olimpiurob refs #22402]
        * Change: Changed fetch url for jenkins build install script to the install
          script from the main EEA CPB repository
          [olimpiurob refs #22402]
        * Change: fixed eea-icons line-height issues after upgrade
          to version 4.3
          [ichimdav refs #24129]
        
        1.6 - (2015-03-17)
        ------------------
        * Change: upgraded Font Awesome fonts to version 4.3
          [ichimdav refs #23017]
        
        1.5 - (2015-02-16)
        ------------------
        * Upgrade step: Within "Plone > Site setup > Add-ons" click on
          upgrade button available for eea.icons
          [voineali refs #22969]
        * Feature: Support Font Awesome Animation http://l-lin.github.io/font-awesome-animation/
          [voineali refs #22969]
        
        1.4 - (2014-10-15)
        ------------------
        * Bug fix: Fix Font-Awesome icons within PDFs generated with wkhtmltopdf
          [voineali refs #21149]
        * Feature: Plone 5 compatible
          [avoinea]
        
        1.3 - (2014-06-06)
        ------------------
        * Feature: updated Font-awesome fonts and icons to 4.1
          [ichim-david refs #19536]
        
        1.2 - (2014-01-22)
        ------------------
        * Bug fix: Fix documentation
          [avoinea]
        * Upgrade step: Within "Plone > Site setup > Add-ons" click on
          upgrade button available for eea.icons
          [ichim-david #17711]
        * Change: removed the explicit media query for eea-icons.css
          otherwise the icons won't be visible within IE8
          [ichim-david refs #17711]
        
        1.1 - (2013-12-17)
        ------------------
        * Feature: finished porting the logic from eea.design
          [ichim-david refs #17709]
        * Change: renamed instances of fonts to icons
          [ichim-david refs #17709]
        * Feature: updated unistall profile
          [ichim-david refs #17709]
        
        1.0 - (2013-12-17)
        ------------------
        - Initial release
        
        
Keywords: EEA Add-ons Plone Zope
Platform: UNKNOWN
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: Framework :: Plone :: 5.0
Classifier: Programming Language :: Zope
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
