Metadata-Version: 1.0
Name: schooltool.cas
Version: 0.3.4
Summary: CAS authentication plugin for SchoolTool
Home-page: http://www.schooltool.org
Author: SchoolTool Developers
Author-email: schooltool-developers@lists.launchpad.net
License: GPL
Description: Allows you to use CAS server as a means of authentication to your SchoolTool
        application.
        
        Deployment
        ----------
        
        Here is what it takes to get CAS deployed:
        
        1) schooltool.cas needs to be in the path (whether as an egg or as
        part of a sandbox)
        2) a slug called schooltool.cas-configure.zcml needs to go in the
        instance/plugins directory with contents::
        
        <include package="schooltool.cas" />
        
        3) the following needs to be added to schooltool.conf (substitute your
        own server for the sla example)::
        
        %import schooltool.cas
        <cas_authority>
        server https://sla.mics.me/
        </cas_authority>
        
        
        =======
        CHANGES
        =======
        
        0.3.4 (2009-11-04)
        ------------------
        
        Update maintainer, download location, README, etc.
        
        
        0.3.2 (2009-04-20)
        ------------------
        
        Release to go with SchoolTool 1.0
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Zope
Classifier: Topic :: Education
Classifier: Topic :: Office/Business :: Scheduling
