[Zope-CVS] CVS: Packages/Moztop/doc - README.txt:1.2
Paul Everitt
paul@zope.com
Wed, 15 Jan 2003 10:34:53 -0500
Update of /cvs-repository/Packages/Moztop/doc
In directory cvs.zope.org:/tmp/cvs-serv21049
Modified Files:
README.txt
Log Message:
Added release information for 0.1.
=== Packages/Moztop/doc/README.txt 1.1.1.1 => 1.2 ===
--- Packages/Moztop/doc/README.txt:1.1.1.1 Sun Jan 12 17:30:15 2003
+++ Packages/Moztop/doc/README.txt Wed Jan 15 10:34:50 2003
@@ -1,3 +1,56 @@
+
This project attempts to build a cool IDE in XUL.
-Mozilla Version > 1.2 is supported at this point.
\ No newline at end of file
+Getting It
+
+ Early releases are available only by CVS. This is intentional.
+ Moztop isn't ready yet (in polish and in error handling) for
+ anything but narrow use.
+
+ You can check it out of the Zope cvs repository using instructions
+ available at dev.zope.org. It is in 'Packages/Moztop'.
+
+ If you don't want to do a CVS checkout, but you still want to look
+ at Moztop, you can always try the QuickTime ports we did. :^)
+
+Feedback
+
+ Please use the mailing list at
+ http://mail.iuveno-net.de/mailman/listinfo/moztop.
+
+Debugging
+
+ Debugging XUL isn't that hard. XPCOM is a little harder. RDF, now
+ that's pretty hard. Mixing in client/server RDF with Zope 3! Wow!
+
+ The best thing to do is to run Mozilla's JavaScript console and look
+ for error messages. If you want to see what's happening in the
+ connections to Zope 3, try getting Shane Hathaway's excellent
+ Tk-based tcpwatcher tool. If you try it, though, make sure you
+ point your Moztop urls to localhost.
+
+Version 0.1, released ???
+
+ Requirements
+
+ o Read *everything* in the INSTALL.txt!!
+
+ o Mozilla 1.2 or higher (we think)
+
+ o Zope 3 sandbox updated Jan 15 2003 or later
+
+ o Don't expect it to work on OS X without some workarounds
+
+ Features
+
+ o Connect to Zope 3 server
+
+ o Browse tree
+
+ o Open documents (each in sep tab, but *without* contents)
+
+ o Create a content object
+
+ o Reload explorer contents from server
+
+ o Add and delete "sites"