Metadata-Version: 1.0
Name: eea.faceted.vocabularies
Version: 1.4
Summary: EEA Faceted Vocabularies
Home-page: UNKNOWN
Author: Alin Voinea
Author-email: alin@eaudeweb.ro
License: GPL
Description: ========================
        EEA Faceted Vocabularies
        ========================
        
        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)
        
        More details under docs/License.txt
        
        Funding
        =======
        
          EEA_ - European Enviroment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        
        Changelog
        =========
        
        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: vocabularies faceted eea plone zope python
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
