[CMF-checkins] CVS: CMF/docs - Outline.stx:1.6
Amos Latteier
amos@zope.com
Tue, 30 Oct 2001 20:19:53 -0500
Update of /cvs-repository/CMF/docs
In directory cvs.zope.org:/tmp/cvs-serv30083
Modified Files:
Outline.stx
Log Message:
Minor tweaks to outline.
=== CMF/docs/Outline.stx 1.5 => 1.6 ===
- What is content management, what is unique about CMF, what's the
- future for the CMF
+ future of the CMF
- - Content and services. Introduce ideas of core ideas including:
- metadata, search, distributed control,
- workflow, security, etc.
+ - Content and services. Introduce core ideas including: metadata,
+ search, distributed control, workflow, security, etc.
Quick Tour
@@ -25,20 +24,23 @@
- Overview of content - distributed authorship, distributed
through out site, ownership, access controls (ie public versus
- private), catalogability, etc.
+ private), workflow, metadata, catalogability, etc.
- - Site, Folder, Topic, Document, Image, etc. Desribe what each
+ - Folder, Topic, Document, File, Image, etc. Desribe what each
built-in content type is good for, how to create and edit them,
and other features (if applicable).
- Formats (stx, html)
- - Metadata - overview, why its important, and definition of the
+ - Metadata - overview, why it's important, and definition of the
various metadata fields.
- Remote authoring - FTP & WebDAV. How to use various editors. How
to set metadata headers, how to handle errors, etc.
+ - Workflow - how content flows through workflow. How to move
+ content along in workflow. Your inbox.
+
Configuring and Customizing the CMF
- Overview of services - they are customizable and
@@ -49,17 +51,20 @@
- Basic configuration - Portal configuration stuff
- - Look and Feel - Skins, Page Templates, etc.
+ - Look and Feel - Skins (how to configure skins and override look
+ and feel elements), DTML, Page Templates, etc.
+
+ - Workflow - configuring workflow states, transitions, actions
- - Workflow
+ - Search - cataloging, building search forms, searching public and
+ private content
- - Search - cataloging
+ - Membership (using various authentication sources, managing users
+ and their preferences, user data schemas)
- - Syndication
+ - Syndication XXX fiction ? XXX
- - Discussion,
-
- - Membership, (using various authentication sources)
+ - Discussion XXX fiction ? XXX
- Versioning XXX fiction? XXX
@@ -68,6 +73,9 @@
Scripting the CMF
- Overview of scripting CMF
+
+ - Customizing Skins - how to customize skins by overriding
+ scripts.
- API docs for CMF tools and other scriptable objects. Should
include plenty of examples.