[CMF-checkins] CVS: CMF/CMFSetup - README.txt:1.2

Tres Seaver tseaver at zope.com
Fri May 14 08:37:22 EDT 2004


Update of /cvs-repository/CMF/CMFSetup
In directory cvs.zope.org:/tmp/cvs-serv29512

Modified Files:
	README.txt 
Log Message:
 - Roadmap.


=== CMF/CMFSetup/README.txt 1.1 => 1.2 ===
--- CMF/CMFSetup/README.txt:1.1	Tue May 11 21:35:47 2004
+++ CMF/CMFSetup/README.txt	Fri May 14 08:36:51 2004
@@ -8,6 +8,69 @@
     settings for each tool, and supporting scripts / templates, in their
     "canonical" filesystem representations.
 
+  Configurations Included
+
+    The 'portal_setup' tool knows how to export / import configurations
+    and scripts for the following tools:
+
+      - itself :)
+
+      - the role / permission map on the site object
+
+      - removal / creation of specified tools
+
+      - cookie crumbler configuration
+
+      - folder structure
+
+      - 'portal_actionicons'
+        (Products.CMFActionIcons.ActionIconsTool.ActionIconsTool)
+
+        o action title / icon bindings
+
+      - 'portal_actions'
+        (Products.CMFCore.ActionsTool.ActionsTool)
+ 
+        o action providers, and their actions; note that this removes
+          the requirement to have individual tools configure their own
+          actions
+
+      - 'portal_catalogs'
+        (Products.CMFCore.CatalogTool.CatalogTool)
+
+        o index names / types
+        
+        o metadata column names
+
+      - 'portal_membership'
+
+        o "skeleton" home folder (XXX: is this in the core?)
+
+      - 'portal_memberdata'
+
+        o member properties
+
+      - 'portal_skins'
+
+        o FilesystemDirectoryView instances
+
+        o skin path definitions
+
+      - 'portal_types'
+
+        o content type definitions, including actions
+
+      - 'portal_workflow'
+
+        o bindings of workflows to content types
+
+        o DCWorkflow definitions, including supporting scripts
+
+  Extending The Tool
+
+    Third-party products extend the tool by registering handlers for
+    import / export of their unique tools.
+
   Glossary
 
     Site -- 
@@ -23,8 +86,3 @@
     "dotted name" --
       The Pythonic representation of the "path" to a given function /
       module, e.g. 'Products.CMFCore.utils.getToolByName'.
-
-  Extending The Tool
-
-    Third-party products extend the tool by registering handlers for
-    import / export of their unique tools.




More information about the CMF-checkins mailing list