Metadata-Version: 1.0
Name: collective.suisseid
Version: 0.1b3
Summary: suisseID integration for Plone
Home-page: http://www.seantis.ch
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPL
Description: Overview
        ======== 
        
        Learn more about suisseID: http://www.suisseid.ch
        
        - Code repository: http://github.com/seantis/collective.suisseid
        - Questions and comments to <info at seantis ch>
        - Report bugs at http://github.com/seantis/collective.suisseid/issues
        
        Contact us at:
        seantis gmbh
        http://www.seantis.ch
        <info at seantis ch>
        
        Requirements
        ============
        
        * Xmlsec
        
          * Debian package 'xmlsec1'
            
          * Build from source on MAC:
            
            ./configure --with-openssl=/usr/local/ --disable-apps-crypto-dl --disable-crypto-dl
        
        * pySAML2
        
          Download from http://launchpad.net/pysaml2/0.1/0.1/+download/pysaml2.0.1.tgz
            
          Install with python setup.py install
          
        Installation
        ============
        
        Edit your buildout configuration file ``buildout.cfg`` to add or edit the
        following section::
        
          [instance]
        
          eggs = ... 
                collective.suisseid
        
          zcml = ...
                collective.suisseid
        
        After you can rerun buildout::
        
          $ ./bin/buildout
        
        Changelog
        =========
        
        0.1b3 (2010-12-09)
        ------------------
        
        - login portlet has to post to the configured sp URL. 
        
        0.1b2 (2010-12-07)
        ------------------
        
        - Cleanup docs
        
        0.1b1 (2010-10-22)
        ------------------
        
        - Initial release
        
        Contributers
        ============
        
        Seantis GmbH, Author
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
