[Zope3-checkins] CVS: Zope3/doc - INSTALL.txt:1.40

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


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

Modified Files:
	INSTALL.txt 
Log Message:


- updated urls with shortened form

- updated pyxml requirements to .81

- updated url to visit with info from README.txt



=== Zope3/doc/INSTALL.txt 1.39 => 1.40 ===
--- Zope3/doc/INSTALL.txt:1.39	Fri Dec 27 15:07:40 2002
+++ Zope3/doc/INSTALL.txt	Tue Dec 31 16:48:53 2002
@@ -21,8 +21,8 @@
 
       Press return when prompted for a password.
 
-    * Make sure you have expat-1.95.2 installed (the easiset way to do
-      this is to install pyxml 0.7.0 (*not* 0.7.1, it's broken).
+    * Make sure you have expat-1.95.2 installed (the easiest way to do
+      this is to install pyxml 0.8.1 or higher).
 
     * cd Zope3
 
@@ -41,10 +41,19 @@
   port 8080.  At that point you can connect to Zope3 by directing
   your browser to::
       
-     http://yourhost:8080
+     http://yourhost:8080/manage
 
   where yourhost is the name or address of the machine running Zope 3.
 
+  This will access the Zope 3 default management interface.  Note that
+  this release of Zope 3 requires recent versions of Mozilla or IE.
+
+  If you insist on using an older browser (or a text-based browser)
+  you can use the basic Zope 3 skin by putting '++skin++basic' after
+  the server part of the URL::
+
+    http://localhost:8080/++skin++basic/manage
+
   You will be prompted for a user name and password. Use the user name
   and password you entered into your principals.zcml file.
 
@@ -56,14 +65,14 @@
   and read some documentation. The Zope3PythonProgrammersTutorial is a good
   place to start.  You can access it on the Zope site at::
   
-    http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ProgrammerTutorial
+    http://dev.zope.org/Zope3/ProgrammerTutorial
 
   You will also find some additional documentation in the 'doc'
   directory of the Zope3 tree, where this file lives.  All other
   existing Zope3 documentation is linked from somewhere in the Zope
   project Wiki::
 
-    http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture
+    http://dev.zope.org/Zope3/ComponentArchitecture
 
   You may also want to subscribe to the Zope3-dev mailing list::