Metadata-Version: 1.0
Name: repoze.what.plugins.hgwebdir
Version: 0.1.0
Summary: A simple repoze.what plugin useful for Mercurial hgwebdir
Home-page: https://www.lorenzogil.com/projects/repoze.what.plugins.hgwebdir/
Author: Yaco Sistemas
Author-email: lgs@yaco.es
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: .. contents::
        
        ============================
        repoze.what.plugins.hgwebdir
        ============================
        
        repoze.what.plugins.hgwebdir is a repoze.what plugin suitable to be used
        when serving Mercurial repositories through the wsgi application bundled
        with Mercurial, hgwebdir.
        
        The basic advantage of using this plugin instead of hgwebdir authorization
        mechanisms is that you can put all your authorization information for multiple
        repositories in a single file. The format and purpose of this file is
        inspired in the one that the mod_authz_svn Apache module uses. This plugin
        makes a little bit easier to migrate from Subverion to Mercurial in
        enterprise like environments.
        
        This plugin is distributed with the same license as repoze.what, e.g. a
        BSD like license.
        
        Check the http://www.lorenzogil.com/projects/repoze.what.plugins.hgwebdir/
        website for the full documentation.
        
        
        
        Changes
        =======
        
        0.1.0 (2010-11-02)
        ------------------
        - Initial release
        
Keywords: authorization web application server wsgi repoze
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
