[Zope-CVS] CVS: Packages/Moztop/doc - CHANGES.txt:1.5 INSTALL.txt:1.4
Stephan Richter
srichter@cbu.edu
Tue, 14 Jan 2003 20:27:05 -0500
Update of /cvs-repository/Packages/Moztop/doc
In directory cvs.zope.org:/tmp/cvs-serv6091/doc
Modified Files:
CHANGES.txt INSTALL.txt
Log Message:
I think this is a good checkpoint to make a checkin:
- Now we can add Folders in any arbitrary Sub-Folder.
- I needed to fix the nsXmlRpcClient.js file, so I provide the fixed
version here.
- Updated CHANGES.txt.
- Updated INSTALL.txt to reflect the fix for nzXmlRpcClient.js and made
a note that a nightly build is required, since the XML-RPC lib does not
work in 1.2.1.
=== Packages/Moztop/doc/CHANGES.txt 1.4 => 1.5 ===
--- Packages/Moztop/doc/CHANGES.txt:1.4 Mon Jan 13 17:33:40 2003
+++ Packages/Moztop/doc/CHANGES.txt Tue Jan 14 20:26:32 2003
@@ -15,7 +15,9 @@
o (-) Tabs on content panel (preview, properties, etc.)
- o (-) Add item to server
+ o (+) Add item to server
+
+ First step done; can add Folder in any subdir now.
0.1 (Not released)
=== Packages/Moztop/doc/INSTALL.txt 1.3 => 1.4 ===
--- Packages/Moztop/doc/INSTALL.txt:1.3 Tue Jan 14 08:24:05 2003
+++ Packages/Moztop/doc/INSTALL.txt Tue Jan 14 20:26:32 2003
@@ -1,4 +1,7 @@
Installation
+------------
+
+Important: Currently the nightly builds are required to run the IDE!
USER
@@ -32,7 +35,10 @@
f) Start Zope, so that Moztop can find the server.
- 4. Now call 'make run' to run the IDE.
+ 4. The current version of the nsXmlRpcClient.js version is broke, that you
+ need to copy the version in Moztop/ to $MOZILLAHOME/compoments.
+
+ 5. Now call 'make run' to run the IDE.