Metadata-Version: 1.1
Name: seantis.dir.contacts
Version: 1.3
Summary: Directory of Contacts
Home-page: https://github.com/seantis/seantis.dir.contacts
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPL v2
Description: Introduction
        ============
        
        seantis.dir.contacts allows to keep a directory of contacts for display on
        a Plone site.
        
        seantis.dir.contacts builds on seantis.dir.base, adding contact person
        types and fields to build a catalog of personell.
        
        
        Build Status
        ============
        
        .. image:: https://secure.travis-ci.org/seantis/seantis.dir.contacts.png
           :target: https://travis-ci.org/seantis/seantis.dir.contacts
        
        
        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.contacts
        
        
        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.contacts using portal_quickinstaller
        
        
        Links
        =====
        
        - Main github project repository: https://github.com/seantis/seantis.dir.contacts
        - Issue tracker: https://github.com/seantis/seantis.dir.contacts/issues
        - Package on pypi: http://pypi.python.org/pypi/seantis.dir.contacts
        - Continuous integration: https://travis-ci.org/seantis/seantis.dir.contacts
        
        
        License
        =======
        
        seantis.dir.contacts is released under GPL v2
        
        
        Maintainer
        ==========
        
        seantis.dir.contacts is maintained by Seantis GmbH (www.seantis.ch)
        
        
        Changelog
        =========
        
        1.3
        ---
        
        - Automatically use http for urls that lack a protocol
        - Adds town to export
        
        
        1.2
        ---
        
        - Adds collective.geo compatiblity
        - Copies improvements of the code introduced in other seantis.dir.* modules.
        
        1.0
        ---
        
        - Initial release
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
