Metadata-Version: 1.1
Name: eea.faceted.inheritance
Version: 4.5
Summary: EEA Faceted Navigation extension that allow a faceted navigable object to inherit faceted configuration from another faceted navigable object.
Home-page: http://eggrepo.eea.europa.eu/simple
Author: Alin Voinea
Author-email: alin@eaudeweb.ro
License: GPL
Description: Introduction
        ============
        An extension to be used within eea.facetednavigation in order to allow objects
        to inherit faceted configuration from another faceted navigable object. This way
        one can define a global faceted navigable folder and reuse this configuration
        for multiple heritors.
        
        Source code
        ===========
        
        Latest source code in EEA svn:
           https://svn.eionet.europa.eu/repositories/Zope/trunk/eea.faceted.inheritance/
        
        Copyright and license
        =====================
        The Initial Owner of the Original Code is European Environment Agency (EEA).
        All Rights Reserved.
        
        The EEA Faceted Inheritance (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.
        
        Contributor(s): Alin Voinea (Eau de Web),
                        Antonio De Marinis (European Environment Agency),
        
        More details under docs/License.txt
        
        Links
        =====
        
           1. EEA Faceted Navigation wiki page:
              https://svn.eionet.europa.eu/projects/Zope/wiki/FacetedNavigation
        
        Funding
        =======
        
          EEA_ - European Enviroment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        
        Changelog
        =========
        
        4.5 - (2013-03-15)
        ------------------
        * Bug fix: 'Below' is now spelled properly.
          [prospchr refs #13770]
        
        4.4 - (2012-11-22)
        ------------------
        * Bug fix: Cleanup zope.app.content.interfaces.IContentType dependency
          [voineali]
        
        4.3 - (2012-07-13)
        ------------------
        * Bug Fix: Fixed i18n missing tags in eea.faceted.inheritance
          [prospchr refs #5162]
        
        4.2 - (2012-06-12)
        ------------------
        * Bug fix: fixed markup of HISTORY.txt file
          [ciobabog refs #5231]
        
        4.1 - (2011-11-18)
        ------------------
        * Rerelease broken egg
        
        4.0 - (2011-11-18)
        ------------------
        * Bug fix: Use 'eea.faceted.configure' permission for all faceted related views
          in order to avoid having actions that raise 'Insufficient Privileges'
          [voineali]
        * Feature: HTML5 validation
          [ghicaale #4444]
        * Feature: Added a way to disable IPossibleFacetedHeritor for Plone default
          Content-Types [voineali #4229] - Thanks to thomasdesvenain
        * Cleanup: Fixed all pylint, pyflakes violations
          [voineali #4229]
        * Feature: Plone 4.0.4 compatible release
          [voineali #4229]
        
        0.3 - (2011-04-19)
        ------------------
        * Change: clean-up of pylint violations
          [ichimdav #4140]
        
        0.2 (2010-06-16)
        ----------------
        * #3059 Large Folder can be subtyped as Faceted Heritor in order to inherit
          faceted configuration from another faceted navigable content
          [voineali]
        * #3337 Inherit faceted version from parent
          [voineali]
        
        0.1.1 (2010-01-19)
        ------------------
        * #2936 Fix relative path problems when using in production
          [voineali]
        
        0.1 (2010-01-18)
        ----------------
        * Initial release
        
        
Keywords: eea faceted navigation inheritance plone zope python
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
