[Zope-CVS] CVS: Packages/Moztop/doc - CHANGES.txt:1.2 INSTALL.txt:1.2

Stephan Richter srichter@cbu.edu
Mon, 13 Jan 2003 14:01:12 -0500


Update of /cvs-repository/Packages/Moztop/doc
In directory cvs.zope.org:/tmp/cvs-serv16936/doc

Modified Files:
	CHANGES.txt INSTALL.txt 
Log Message:
- Updated CHANGES.txt

- Created initial idesupport Zope 3 Product.

- Reflect installation changes in INSTALL.txt


=== Packages/Moztop/doc/CHANGES.txt 1.1 => 1.2 ===
--- Packages/Moztop/doc/CHANGES.txt:1.1	Mon Jan 13 13:05:06 2003
+++ Packages/Moztop/doc/CHANGES.txt	Mon Jan 13 14:00:39 2003
@@ -15,7 +15,7 @@
 
   o (-) Activate reload datasources button
 
-  o (-) Get a skins dir
+  o (*) Get a 'skin' dir
 
   o (*) Add this CHANGES.txt file
 


=== Packages/Moztop/doc/INSTALL.txt 1.1.1.1 => 1.2 ===
--- Packages/Moztop/doc/INSTALL.txt:1.1.1.1	Sun Jan 12 17:30:15 2003
+++ Packages/Moztop/doc/INSTALL.txt	Mon Jan 13 14:00:39 2003
@@ -7,12 +7,32 @@
   2. Open Mozilla and click on moztop.xpi. The installer will then install
      MoZTop in your Mozilla Chrome directory.
 
-  3. Now call 'make run' to run the IDE.
+  3. Optionally, register the 'idesupport' product with Zope 3, so that you
+     get real data:
+
+     a) In ZOPE3_ROOT/src create a 'zopeproducts' directory.
+
+     b) Make zopeproducts a package by executing:
+
+        touch ZOPE3_ROOT/src/zopeproducts/__init__.py
+
+     c) Link the 'idesupport' directory in zopeproducts:
+
+        ln -s MOZTOP_ROOT/idesupport ZOPE3_ROOT/src/zopeproducts/
+
+     d) Insert the following entry into ZOPE3_ROOT/products.zcml:
+
+        <include package="zopeproducts.idesupport" />
+
+     e) Start Zope, so that Moztop can find the server.
+
+  4. Now call 'make run' to run the IDE.
+
 
 
 DEVELOPER
 
-  1. Execute step 1 and 2 of the user instructions.
+  1. Execute step 1 through 3 of the user instructions.
 
   2. Delete the folder 'moztop' in $MOZILLAHOME/chrome.