Metadata-Version: 1.1
Name: collective.local.workspace
Version: 1.0rc2
Summary: A dexterity container that provides all collective.local features
Home-page: https://github.com/tdesvenain/collective.local.workspace
Author: Thomas Desvenain
Author-email: thomas.desvenain@gmail.com
License: gpl
Description: ==========================
        collective.local.workspace
        ==========================
        
        .. contents::
        
        Introduction
        ============
        
        This content type bundles all collective.local.* packages.
        
        It adds a workspace dexterity content type where the new WorkspaceManager user role
        can manage a groupware :
        
          - inviting new users (to the workspace only) - from collective.local.adduser
          - creating groups - from collective.local.adduser - from collective.local.addgroup
        
        Workspace container have a "Members" tab to show all group members - from collective.local.userlisting -,
        and an "Emailing" tab to send emails to workspace members - from collective.local.sendto.
        
        A layer IWorkspaceLayer is set on request when you are in a workspace.
        
        A `get_workspace` method in api module gives you the workspace root of any content.
        
        String interpolators give you the title and the url of the workspace in an email
        rule action.
        
        Installation
        ============
        
        Just add the egg to your buildout, and install the module.
        
        Check that Workspace Manager role is given all the necessary permissions.
        You can set them on workspace_workflow or at site root.
        Contributors
        ============
        
        - Thomas Desvenain, Original Author
        Changelog
        =========
        
        1.0rc2 (2013-12-19)
        -------------------
        
        - Initial release.
          [thomasdesvenain]
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
