ftw.workspace is a product that provides a project folder for Plone.
The folder has a tabbed view with the tabs:
- Overview: Shows recently modified contents within this workspace and the structure (subfolders)
- Documents: Lists files recursively
- Events: Lists events (see ftw.meeting) and a calendar view.
The @@workspaces_view lists all workspaces recursively.
Usage
- Install the package by adding it to your buildout configuration:
[instance]
eggs =+
ftw.workspace
- Install the generic setup profile.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Make pdf export work with document_date. [tschanzt]
· Use finalize schemata also for TabbedViewFolder. [mathias.leimgruber]
· Replace jq by $. [mathias.leimgruber]