[Zope-CVS] CVS: Packages/Moztop/doc - BasicArchitecture.txt:1.2 README.txt:1.5 StyleGuide.txt:1.2

Paul Everitt paul@zope.com
Thu, 30 Jan 2003 14:03:48 -0500


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

Modified Files:
	BasicArchitecture.txt README.txt StyleGuide.txt 
Log Message:
Changes based on feedback

=== Packages/Moztop/doc/BasicArchitecture.txt 1.1 => 1.2 ===
--- Packages/Moztop/doc/BasicArchitecture.txt:1.1	Thu Jan 30 07:07:09 2003
+++ Packages/Moztop/doc/BasicArchitecture.txt	Thu Jan 30 14:03:45 2003
@@ -37,19 +37,25 @@
   directories.  Each overlay directory corresponds to one of the major
   boxes on the screen:
 
-    - Moztop, the entire frame
-
     - Menu, the thing at the top
 
     - Explorer, the thing on the left
 
     - Content, the thing in the middle-right
 
-    - Status, the thing at the bottom
+    - StatusBar, the thing at the bottom
+
+    - Help, for the (future) help system
+
+  There are other directories as well:
+
+    - Data  (sample data)
+
+    - Common (file.js, rdfds.js, etc.)
 
   Each of these overlays also corresponds to a top-level directory in
   'moztop/content'.  This also means that each of these also have an
-  overlay loaded from moztop.xul.
+  overlay loaded from moztop.xul which is located in 'moztop/content'.
 
   This is discussed more in StyleGuide.txt under *chrome*.
 
@@ -81,7 +87,7 @@
   nodes for these instances.  But, we can also draw a line from these
   resources, back to the resource for Folder, and say "MyFolder is a
   Folder."  This lets us centralize all the information about Folders
-  and "inherit", in the RDF model, from a single resource.
+  and "acquire", in the RDF model, from a single resource.
 
   There's one more part that makes this Moztop universe interesting.
   RDF resources aren't really tied to a single Zope server.  When I


=== Packages/Moztop/doc/README.txt 1.4 => 1.5 ===
--- Packages/Moztop/doc/README.txt:1.4	Thu Jan 16 05:02:20 2003
+++ Packages/Moztop/doc/README.txt	Thu Jan 30 14:03:45 2003
@@ -29,7 +29,18 @@
   Tk-based tcpwatcher tool.  If you try it, though, make sure you
   point your Moztop urls to localhost.
 
-Version 0.1, released ???
+Version 0.3, released 17 Jan 2003
+
+  Before I could release 0.1, Stephan did everything in 0.2 and 0.3.
+  Cool!
+
+  Notes
+
+    o Add some data to your Zope 3, via the web interface, before
+    launching Moztop.  Otherwise you'll see a big empty tree of
+    nothing.
+
+    o 
 
   Requirements
 


=== Packages/Moztop/doc/StyleGuide.txt 1.1 => 1.2 ===
--- Packages/Moztop/doc/StyleGuide.txt:1.1	Thu Jan 30 07:07:09 2003
+++ Packages/Moztop/doc/StyleGuide.txt	Thu Jan 30 14:03:45 2003
@@ -58,7 +58,7 @@
   o Each of these also have an overlay loaded from moztop.xul
 
   o Each should have a same-named overlay file, such as
-  'Explorer/ExplorerOverlay.js'
+  'Explorer/ExplorerOverlay.xul'
 
   o Each will probably have a same-named js file, such as
   'Explorer/Explorer.js'