Metadata-Version: 1.1
Name: eea.faceted.vocabularies
Version: 5.1
Summary: EEA Faceted Vocabularies
Home-page: http://svn.eionet.europa.eu/projects/
Author: European Environment Agency
Author-email: webadmin@eea.europa.eu
License: GPL
Description: ========================
        EEA Faceted Vocabularies
        ========================
        .. image:: http://ci.eionet.europa.eu/job/eea.faceted.vocabularies-www/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea.faceted.vocabularies-www/lastBuild
        .. image:: http://ci.eionet.europa.eu/job/eea.faceted.vocabularies-plone4/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea.faceted.vocabularies-plone4/lastBuild
        
        Overview
        ========
        
        Zope 3 vocabularies to be used within eea.facetednavigation
        
        
        Contents
        ========
        
        .. contents::
        
        Installation
        ============
        
        To get started you will simply need to add the package to your "eggs" and
        "zcml" sections, run buildout and restart your Plone instance
        
        .. _`zc.buildout`: http://pypi.python.org/pypi/zc.buildout/
        
        A sample buildout configuration file, i.e. ``buildout.cfg``, could look like
        this::
        
          [buildout]
          parts = instance
        
          [instance]
          eggs =
              eea.faceted.vocabularies
          zcml =
            eea.faceted.vocabularies
        
        Source code
        ===========
        
        Latest source code in EEA svn:
           http://svn.eionet.europa.eu/repositories/Zope/trunk/eea.faceted.vocabularies
        
        
        Copyright and license
        =====================
        The Initial Owner of the Original Code is European Environment Agency (EEA).
        All Rights Reserved.
        
        The EEA Faceted Vocabularies (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),
         - Alec Ghica (Eau de Web),
         - Sasha Vincic (Valentine Web Systems)
         - Thomas Desvenain (Ecreall, Lille, France)
        
        More details under docs/License.txt
        
        Funding
        =======
        
        EEA_ - European Enviroment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        
        Changelog
        =========
        
        5.1 - (2015-03-17)
        ------------------
        * 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]
        
        5.0 - (2014-08-12)
        ------------------
        * Feature: Added SortingCatalogIndexesVocabulary that include also sort_on and
          sort_order indexes in order to be used with TAL Expression Faceted Widget
          [avoinea refs #44 github eea.facetednavigation]
        * Cleanup: Removed useless Vocabulary Factories instances from python code.
          [avoinea]
        
        4.9 - (2014-06-06)
        ------------------
        * Nothing changed
        
        4.8 - (2014-05-13)
        ------------------
        * Add DateRecurringIndex to eea.faceted.vocabularies.DateRangeCatalogIndexes.
          Needed for start and end-date of events by p.a.contenttypes with p.a.event.
          [pbauer]
        
        4.7 - (2014-01-22)
        ------------------
        * Bug fix: removed wrongly added blockquotes within README.rst
          [ichim-david refs #18064]
        * Change: load zope.browserresource meta zcml in order to avoid failing tests
          [ichim-david refs #18064]
        * Feature: adding Sphinx-generated documentation in Page Template format
          [batradav refs #9502]
        
        4.6 - (2013-12-09)
        ------------------
        * Added simple field indexes vocabulary for boolean widget.
          [thomasdesvenain]
        
        4.5 - (2013-10-04)
        ------------------
        * Change: updated zope imports with the versions that require minimum Plone 4.1
          for eea.faceted.vocabularies
          [ichimdav refs #15651]
        
        4.4 - (2013-06-17)
        ------------------
        * Updated Spanish translation
          [macagua]
        * Play nice with collective.solr
          [tom_gross]
        
        4.3 - (2012-08-28)
        ------------------
        * Feature: added information for contributors
          [ciobabog refs #13892]
        * Feature: Added buildouts folder which will contain various samples of configurations
          [ghicaale #5418]
        * Feature: Added .po for: bg, cs, da, el, es, et, fi, hu, is, kl,
          lt, lv, mt, nl, no, pl, pt, ro, ru, sk, sl, sv, tr
          [prospchr #5394]
        
        4.2 (2012-04-26)
        ----------------
        * Added range vocabulary [kiorky]
        * Added Italian translation
          [giacomos]
        
        4.1 (2011-11-05)
        ----------------
        * Fixed typo for FieldIndex
          [esartor]
        
        4.0 (2011-06-29)
        ----------------
        * Internationalization: internationalized vocabularies + french translations.
          [thomasdesvenain]
        * Cleanup: Fixed all pylint, pyflakes violations.
          [voineali #4255]
        * Feature: Plone 4.1 compatibility.
          [thomasdesvenain]
        
        1.4 (2010-11-15)
        ----------------
        * Release on pypi.
          [voineali]
        
        1.3 (2010-03-16)
        ----------------
        * #3100 Fixed: UnicodeDecodeError: 'ascii' codec can't decode byte.
          [voineali]
        
        1.2 (2010-01-18)
        ----------------
        * #2625 Add vocabularies for Path indexes in order to be used with
          faceted navigation path widget.
          [voineali]
        
        1.1 (2009-11-09)
        ----------------
        * Remove LinguaPlone and ATVocabularyManager dependencies.
        
        1.0 (2009-10-29)
        ----------------
        * Initial release
        
        
Keywords: zope3 vocabularies faceted eea plone zope python
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
