Metadata-Version: 1.1
Name: eea.icons
Version: 1.3
Summary: EEA Icons used throughout the EEA sites
Home-page: http://eea.github.io
Author: European Environment Agency
Author-email: webadmin@eea.europa.eu
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
        
        
        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>
        
        
        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.
        
        
        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 Progress Bar (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/
        
        Changelog
        =========
        
        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 zope plone python
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Zope
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: Mozilla Public License 1.0 (MPL)
