Metadata-Version: 1.0
Name: TracOpenIDDelegate
Version: 1.0
Summary: Add OpenID delegation links to a Trac site.
Home-page: http://trac-hacks.org/wiki/OpenIDDelegatePlugin
Author: Noah Kantrowitz
Author-email: noah@coderanger.net
License: BSD
Description: Notes
        =====
        
        A simple plugin to provide OpenID__ delegation services to a Trac page.
        
        __ http://openid.net
        
        Configuration
        =============
        
        All configuration options go in the ``[openid]`` section.
        
        ``delegate`` : *required*
        The OpenID identity to delegate to.
        
        ``server`` : *mostly optional*
        The location of the OpenID server to use when verifying the delegate
        identity. If not specified, an attempt is made to provide the server for
        well-known identity end points:
        
        * LiveJournal
        
        To enable the plugin::
        
        [components]
        openiddelegate.* = enabled
        
        Example
        =======
        
        ::
        
        [openid]
        delegate = http://username.livejournal.com
        
        [components]
        openiddelegate.* = enabled
        
        
        
Keywords: trac plugin
Platform: UNKNOWN
Classifier: Framework :: Trac
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
