Metadata-Version: 1.1
Name: seantis.dir.council
Version: 1.7
Summary: Directory of Council Members
Home-page: https://github.com/seantis/seantis.dir.council
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPL
Description: # Introduction
        
        seantis.dir.base allows to put dexterity objects into 1-4 categories, showing those categories in a browsable and searchable catalog.
        To learn more about seantis.dir.base visit [https://github.com/seantis/seantis.dir.base](https://github.com/seantis/seantis.dir.base)
        
        seantis.dir.council builds on seantis.dir.base, adding information about city councils and the like
        
        # Dependencies
        
        seantis.dir.council relies on Plone 4.2+ with dexterity and seantis.dir.base
        
        # Installation
        
        1. Add dexterity to Plone by adding the following Known Good Set to your buildout.cfg:
        
                extends =
                    ...
                    http://dist.plone.org/release/4.2/versions.cfg
        
        2. Add the module to your instance eggs
        
                [instance]
                ...
                eggs =
                    ...
                    seantis.dir.council
        
        
        3. Ensure that the i18n files are compiled by adding
        
                [instance]
                ...
                environment-vars = 
                    ...
                    zope_i18n_compile_mo_files true
        
        4. Install dexterity and seantis.dir.council using portal_quickinstaller
        
        # License
        
        seantis.dir.council is released under GPL v2
        
        # Maintainer
        
        seantis.dir.council is maintained by Seantis GmbH (www.seantis.ch)
        
        
        # Changelog
        
        1.7 (2014-02-05)
        ----------------
        
        - Upgrade to seantis.dir.base 1.7.
          [href]
        
        - Adds seantis.plonetools integration.
          [href]
        
        1.5.1
        -----
        
        - Shows council member address and information on directory view.
        - Adds full-resolution link below image.
        
        1.5
        ---
        
        - Validator for image field.
        - Attachement field added.
        - Added compatiblity with seantis.dir.base 1.5
        
        1.2a
        ----
        
        - Initial release (version aligned with seantis.dir.base)
        
Keywords: council directory seantis plone dexterity
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
