Notes: Site Manager
Site Manager Notes
- Provide an online collaboration environment for an organization
or community
- "Create a CMF site",
./CreateCMFSite.html
Pages: .5
Create a new CMF instance through the ZMI. A single form.
- "Configure CMF site",
./ConfigureCMFSite.html
Pages: .5
Assume this means the properties associated with the CMF Site instance. Could also mean content_type_registry and cookie_authentication.
- "Create a CMF site",
./CreateCMFSite.html
- Maintain an overall site structure and organization
- "Create CMF Folder",
./CreateCMFFolder.html
Pages: .5
A single form
- "Create CMF Topic",
./CreateCMFTopic.html
Pages: 1
Almost complete
- "Configure CMF Topic",
./ConfigureCMFTopic.html
Pages: .5
This should be brief description plus a pointer back to "Create CMF Topic"
- "Configure what types of content can be created by members",
./ConfigureAllowedContentTypes.html
Pages: ?
Not sure where this is accomplished. The only permissions I see are Add portal content, events, folders, members, topics. But I don't see "Add portal document" or "Add portal image".
- "Create CMF Folder",
./CreateCMFFolder.html
- Implement security policies for the site
- "Configure security for a content object or folder",
./ConfigureObjectSecurity.html
Pages: 3
This should be stolen from the Zope book. The 3 pages is based on the assumption that specific permissions should be discussed for default content types.
- "Configure security for a content object or folder",
./ConfigureObjectSecurity.html
- Implement workflow policies for the site
- "Associate a workflow with a content type",
./AssociateWorkflowWithContentType.html
Pages: .5
portal_workflow, a single form
- "Associate a workflow with a content type",
./AssociateWorkflowWithContentType.html
- Implement metadata policies for the site
- "Configure required metadata for a content type",
./ConfigureRequiredMetadata.html
Pages: 2
portal_metadata, relatively complex form
- "Configure required metadata for a content type",
./ConfigureRequiredMetadata.html
- Implement syndication policies for the site
- "Configure what content is released via syndication",
./ConfigureContentSyndication.html
Pages: 2
portal_syndication, doc already exists
- "Configure what content is released via syndication",
./ConfigureContentSyndication.html