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?
collective.quickupload
- You are able to directly drop files into the Workspace, the Quickupload portlet is not necessary.ftw.file
provides a journal, versions, D'n'D file replacement, and much more.ftw.participation
. Invite external an internal people to collaborate.ftw.calendar
.ftw.notification
.@@workspaces_view
.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]
You may extend the Workspace by the following features.
izug.ticketbox
ftw.mail
ftw.book
ftw.blog
ftw.contentpage
ftw.labels
ftw.downloadtoken
ftw.quota
ftw.avatar
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.
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.
::
[instance]
eggs =+
ftw.workspace
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