Metadata-Version: 1.0
Name: leocornus.django.ploneproxy
Version: 0.1beta1
Summary: Django Application as a Proxy to Plone Sites
Home-page: http://plonexp.leocorn.com/xp/leocornus.django.ploneproxy
Author: Sean Chen
Author-email: sean.chen@leocorn.com
License: GPL
Description: 
        leocornus.django.ploneproxy
        ===========================
        
        A Django application as a Proxy to Plone sites.
        
        Overview
        --------
        
        Leocornus django ploneproxy is trying to provide a mod_python
        PythonAuthenHandler implementation and a Django application, which
        will allow Plone user can access internal Plone site through a
        http proxy server.
        
        The http proxy server will authenicate user credentials based on
        backend Plone user sources and provide a extra session on top of
        Plone's session (cookie).
        
        The Django application provides the login form and manages the
        active session on proxy server layer.
        
        
        
        Change Logs
        ===========
        
Keywords: Python Plone Zope Django Proxy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Zope
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
