[Zope3-checkins] CVS: Zope3 - README.txt:1.9

Kapil Thangavelu kvthan@wm.edu
Tue, 31 Dec 2002 16:25:10 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv15517

Modified Files:
	README.txt 
Log Message:

- tested instructions

- shortened urls

- added links to cookbook, cvs commit list

- added ref to install doc




=== Zope3/README.txt 1.8 => 1.9 ===
--- Zope3/README.txt:1.8	Tue Dec 31 15:56:37 2002
+++ Zope3/README.txt	Tue Dec 31 16:25:09 2002
@@ -3,7 +3,7 @@
   This file provides some basic hints for people developing Zope3
   software.  There is more developer info in the Zope3 Wiki:
 
-  http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3DeveloperInfo
+  http://dev.zope.org/Zope3/Zope3DeveloperInfo
 
   For information about the current release, see CHANGES.txt.
 
@@ -34,6 +34,8 @@
   Use test.py -h for usage.  The test script can run selected tests,
   stop after the first error, run the tests in a loop, etc.
 
+Starting Zope3
+
   Before running Zope, you need to create one or more bootstrap
   users. Try copying and editing the file sample_principals.zcml to
   principals.zcml.  Make sure you change the passwords.
@@ -55,21 +57,32 @@
 
     http://localhost:8080/++skin++basic/manage
 
+  Copy principals.zcml.in to principals.zcml, and add a manager
+  entry to it based on the examples in sample_principals.zcml.
+
+  see doc/INSTALL for more information
 
 Finding out how to develop new content types:
 
-  We aren't as far along with documentatoion as we'd like to
-  be. Please be patient or help out.
+  We aren't as far along with documentation as we'd like to
+  be. Please be patient or help out. Some resources.
+
+  - The developers tutorial at:
 
-  - See the developers tutorial at:
+    http://dev.zope.org/Zope3/ProgrammerTutorial
 
-    http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ProgrammerTutorial
+  - The Zope3 developer cookbook at:
+
+    http://dev/zope.org/Zope3/DevelCookbook
 
   - Look for tidbits in the doc directory.
 
   - Ask questions on the mailing list, 
     http://lists.zope.org/mailman/listinfo/zope3-dev,
     or on the irc channel, #zope3-dev, on irc.openprojects.net.
+
+  - To keep up with the latest changes, the cvs-commit mailing list
+    http://lists.zope.org/mailman/listinfo/zope3-checkins
 
 Acknowledgements