Metadata-Version: 1.0
Name: collective.portlet.contact
Version: 1.0b2
Summary: Display LDAP contacts in Plone portlets.
Home-page: http://www.makina-corpus.com
Author: Sylvain Boureliou
Author-email: sylvain.boureliou@makina-corpus.com
License: GPL
Description: Introduction
        ============
        
        Display a contact in a Plone portlet.
        
        Two backends are provided, thez are responsible to retrieve the contact's
        informations:
        
        * Dummy backend, used for tests
        * LDAP backend
        
        Installation
        ============
        
        Requirements
        ------------
        
        * python-ldap if you want to use the LDAP backend
        * tested with Plone 3.3.5
        
        See docs/INSTALL.txt for installation instructions.
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact us <mailto:python@makina-corpus.org>`_
        
        
        Authors
        -------
        
        - Sylvain BOURELIOU <sylvain.boureliou@gmail.com>
        
        Contributors
        ------------
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        
        Change History
        ==============
        
        1.0b2 (2010-10-07)
        ------------------
        
        - Update documentation
        [toutpt]
        
        
        1.0b1 (2010-10-07)
        ------------------
        
        - Add cache control max-age on ldap jpegPhoto
        [toutpt]
        
        - Allow to configure a default photo for the LDAP backend.
        
        - Add backend support for jpegPhoto. configurable throw portal_properties
        [toutpt]
        
        - Add support for jpegPhoto (display+form) with ldap backend
        [toutpt]
        
        - Add french translation
        [toutpt]
        
        - Initial release.
        [sylvainb]
        
Keywords: plone portlet ldap contact
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
