4teamwork / ftw.workspace

A project folder for plone.
3 stars 0 forks source link

Introduction

ftw.workspace provides a full featured project folder for Plone.

It uses ftw.tabbedview and ftw.activity to give you a overview view what happens in your project.

What could happen in your project you're asking?

Integrated AddOns

egov.contactdirectory is implemented as extras::

[instance]
eggs =+
    ftw.workspace [contact]

An additional profile is implemented which adds a new Tab to the Workspace and make the Contacts addable.

PDF generation is implemented as extras::

[instance]
eggs =+
    ftw.workspace [pdf]

Consider not installing it, if PDFLatex binaries are missing.

ZIP Extraction: The package integrates well with ftw.zipextract_, making it possbile to extract an uploaded ZIP file on the server::

[instance]
eggs =+
    ftw.workspace [zip_extract]

Possible AddOns

You may extend the Workspace by the following features.

Example Workflow

ftw.workspace is shipped with a ftw.lawgiver based default workflow for Workspaces. You need to copy the workflow specifications of all three workflows (incl. placeful workflow policy) to your policy package and generate the necessary definition.xml using ftw.lawgiver. Check ftw.lawgiver for further informations. You may also update the placeful workflow mappings with other types used in Workspaces.

Compatibility

ftw.workspace Version 2.0.0 and greater only supports Plone 4.3.x

Use ftw.workspace Version 1.7.x for Plone 4.1 and Plone 4.2.

Usage

::

[instance]
eggs =+
    ftw.workspace

Links

Copyright

This package is copyright by 4teamwork <http://www.4teamwork.ch/>_.

ftw.workspace is licensed under GNU General Public License, version 2.

.. _ftw.meeting: https://github.com/4teamwork/ftw.meeting .. _ftw.zipextract: https://github.com/4teamwork/ftw.zipextract