GrufSpaces
==========

    GrufSpaces is a Plone Product that allows group members to work together
    in dedicated folders.

    A group administrator can assign roles to other participants.

Migration
=========

    For migration instructions have a look at Extensions/migration.py
    
Installation
============

    See Install.txt for installation instructions.
    
Contact
=======

    Write to Maik Röder (roeder@berg.net) for all questions about GrufSpaces.

Overview
========

Introduction
------------

    GrufSpaces: A Plone Document that allows group members to work together
    in a dedicated area of the Plone site.

Custom roles
------------   

    The following roles are added to the Plone portal when you install
    GrufSpaces:

        * GroupContributor (can add content)

        * GroupEditor (can edit content by self or others)

        * GroupReader (can read content by others)

        * GroupAdmin (can assign new users to the GroupSpace)

Workflow
--------

There is one workflow state for a GroupSpace: 

    * private (Only Members of the GroupSpace can see that the GroupSpace exists)
    
The content of a GroupSpace also has only one workflow state:

    * private (Only participants of the GroupSpace can see the content)

Roles tab
---------

    The roles tab that is an exact copy of the sharing tab interface, and 
    allows GroupSpace administrators to add and remove roles from users or 
    groups. 
    
    These roles are assigned dynamically through PAS, and are not the 
    traditional local roles.

Mail tab
--------

    In the mail tab, participants of the GroupSpace can send mail to specific
    users or groups of the GroupSpace itself.

Further Information
===================

Besides this document, it is recommended to have a look at
the following files:

  CHANGES

