[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.90 INSTALL.txt:1.21.2.4

Jens Vagelpohl jens at dataflake.org
Sun Apr 17 05:37:21 EDT 2005


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

Modified Files:
      Tag: CMF-1_5-branch
	CHANGES.txt INSTALL.txt 
Log Message:
- Made INSTALL.txt more general so it does not refer to specific CMF
  version numbers in the 1.5 series and thus won't look outdated from
  one release to the next.


=== CMF/CHANGES.txt 1.248.2.89 => 1.248.2.90 ===
--- CMF/CHANGES.txt:1.248.2.89	Sun Apr 17 04:54:19 2005
+++ CMF/CHANGES.txt	Sun Apr 17 05:37:21 2005
@@ -1,3 +1,12 @@
+After CMF-1.5.1beta2
+
+  Other
+
+    - Made INSTALL.txt more general so it does not refer to specific CMF
+      version numbers in the 1.5 series and thus won't look outdated from
+      one release to the next.
+
+
 CMF-1.5.1beta2 (2005/04/17)
 
   New Features


=== CMF/INSTALL.txt 1.21.2.3 => 1.21.2.4 ===
--- CMF/INSTALL.txt:1.21.2.3	Thu Oct 21 17:00:16 2004
+++ CMF/INSTALL.txt	Sun Apr 17 05:37:21 2005
@@ -1,4 +1,4 @@
-Installing CMF 1.5.0
+Installing CMF 1.5.x
 
   Requirements
 
@@ -12,15 +12,15 @@
     - New installation
 
     - Zope configured using INSTANCE_HOME, /var/zope, and
-      SOFTWARE_HOME, /usr/local/zope/Zope-2.7.0
+      SOFTWARE_HOME, /usr/local/zope/Zope-2.7.x
 
   Procedure
 
-    1. Unpack the CMF-1.5.0.tar.gz tarball into a working
+    1. Unpack the CMF-1.5.x.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.5.0.tar.gz
+        $ tar xzf /tmp/CMF-1.5.x.tar.gz
 
        Note for Windows users:  if you are using WinZip to unpack
           the file, be *sure* to disable the "TAR file smart CR/LF
@@ -33,19 +33,19 @@
        For instance::
 
         $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMFTopic .
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMFActionIcons .
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMFCalendar .
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMFSetup .
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMFUid .
-        $ ln -s /usr/local/zope/CMF-1.5.0/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMFActionIcons .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMFSetup .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMFUid .
+        $ ln -s /usr/local/zope/CMF-1.5.x/DCWorkflow .
 
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.5.0/CMF* .
-        $ ln -s /usr/local/zope/CMF-1.5.0/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.5.x/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.5.x/DCWorkflow .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked
@@ -54,11 +54,9 @@
     3. Restart Zope; verify that the CMF products loaded
        property, by examining them in Control_Panel/Product.
 
-    4. Create a CMF Site object. join, and begin adding content.
-       Enjoy!
+    4. Create a "Configured CMF Site" object. join, and begin adding 
+       content. Enjoy!
 
-    5. If you want to use CMFCalendar: Build and run the installation
-       ExternalMethod as described in CMFCalendar/INSTALL.txt.
 
 Installing Internationalization (I18N) Support for CMF
 
@@ -101,7 +99,7 @@
 
   Install the New Software.
 
-    0. "Download":CMF-1.5.0.tar.gz the tarball.
+    0. "Download":CMF-1.5.x.tar.gz the tarball.
 
     1. Copy your "working" products off to one side (in case
        you need / choose to revert).



More information about the CMF-checkins mailing list