Metadata-Version: 1.1
Name: ploneintranet.workspace
Version: 1.0
Summary: A Workspace implementation for ploneintranet
Home-page: https://github.com/ploneintranet/ploneintranet.workspace
Author: Plone Intranet Consortium
Author-email: UNKNOWN
License: GPL
Description: =======================
        ploneintranet.workspace
        =======================
        
        .. image:: https://travis-ci.org/ploneintranet/ploneintranet.workspace.svg?branch=master
            :target: https://travis-ci.org/ploneintranet/ploneintranet.workspace
        .. image:: https://coveralls.io/repos/ploneintranet/ploneintranet.workspace/badge.png?branch=master
          :target: https://coveralls.io/r/ploneintranet/ploneintranet.workspace?branch=master
        
        * `Documentation @ RTD <http://ploneintranetworkspace.readthedocs.org>`_
        * `Source code @ GitHub <http://github.com/ploneintranet/ploneintranet.workspace>`_
        * `Continuous Integration @ Travis CI <http://travis-ci.org/ploneintranet/ploneintranet.workspace>`_
        * `Code Coverage @ Coveralls.io <http://coveralls.io/r/ploneintranet/ploneintranet.workspace>`_
        
        Summary
        =======
        
        This package provides a 'workspace' container and content workflow working in conjunction to provide flexible levels of content access in a Plone site.
        
        It aims to provide a flexible team/community workspace solution, allow teams of users to communicate and collaborate effectively within their own area of an intranet. Plone's extensive permissions are distilled into a set of distinct policies that control who can access a workspace, who can join a workspace, and what users can do once they are part of a workspace.
        
        Installation
        ============
        
        * Add ploneintranet.workspace to your eggs and re-buildout
        * Activate the 'Plone Intranet: Workspace' add-on
        
        Basic Usage
        ===========
        
        With this package installed, you get a dexterity content type 'workspace',
        which has the collective.workspace behaviour applied. This will enable
        the 'roster' and 'policies' tabs.
        
        The policies tab allows the creator and other workspace admins to set the
        external visibility, joining and participant policies for the workspace. These
        govern the openness of the workspace in terms of how free intranet users are to
        join and add content.
        
        The roster tab lists all the current members of the workspace and allows users
        to add or invite new members depending on the current join policy. It also
        allows admins to delegate management of the workspace to other members by
        making them a 'workspace admin'
        
        Any content added to the workspace will have the ploneintranet content
        workflow applied, that will apply further restrictions on which users
        can access content within your workspace. 
        
        
        - Ben Ackland, Guido Stevens, Matt Hamilton 
          (Original architecture plan)
        - Adam Forsythe-Cheasley, Ben Cole, Matthew Sital-Singh, Rapolas Kaselis
          (Initial implementation)
        
        Changelog
        =========
        
        1.0 (2014-07-04)
        ----------------
        
        - Initial release
        
Keywords: plone workspace collaboration intranet
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
