[CMF-checkins] CVS: CMF/CMFCollector - INSTALL.txt:1.6

Ken Manheimer klm@zope.com
Thu, 8 Nov 2001 00:51:17 -0500


Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv7733

Modified Files:
	INSTALL.txt 
Log Message:
Sanify the instruction layout.


=== CMF/CMFCollector/INSTALL.txt 1.5 => 1.6 ===
      1.8), and will be in CMF 1.2.
 
-  To install CMFCollector, uncompress the CMFCollector product into
-  your zope/Products directory or link it there, e.g.::
+  To install CMFCollector:
 
-    ln -s /path/to/installation /path/to/zope/Products
-
-  In the root of your CMFSite installation (within the ZMI):
+  - Uncompress the CMFCollector product into your zope/Products
+    directory or link it there, e.g.::
 
-      1.  Add an external method to the root of the CMF Site.
+    ln -s /path/to/installation /path/to/zope/Products
 
-      2.  Use the following configuration values for the external
-          method:
+  - In the root of your CMFSite installation (within the ZMI), add an
+    external method to the root of the CMF Site, with the following
+    configuration values:
 
-          o id: install_collector
+      o id: install_collector
 
-          o title (optional): Install Collector Content Types
+      o title (optional): Install Collector Content Types
 
-          o module name: CMFCollector.InstallCollector
+      o module name: CMFCollector.InstallCollector
 
-          o function name: install_collector
+      o function name: install_collector
 
-      3. Go to the management screen for the newly added external
-         method and click the 'Try it' tab.  
+    Go to the management screen for the newly added external method and
+    click the 'Try it' tab.
 
-  The install function will execute and give information about the
-  steps it took to register and install the CMF Events into the CMF
-  Site instance.
+    The install function will execute and give information about the
+    steps it took to register and install the CMF Events into the CMF
+    Site instance.
 
-  Finally, install the workflow:
+  - Finally, install the workflow:
 
      1. Put collector_issue_workflow.zexp in your site's import/
         directory.