[Zope-Moz] CVS cleaned up

Martijn Pieters mj@digicool.com
Tue, 21 Mar 2000 21:42:48 +0100


Hi all,

After this slew of CVS messages, the ZopeMozilla module is a lot cleaner. We
now have the following structure:

  ZopeMozilla/

    ZopeStudio/         # ZopeStudio, the Mozilla side of things.
      content/
      skin/
      locale/

    ZopeStudioProduct/  # The Zope Product side of the equation.

    doc/                # Module wide documentation.

Make sure that when you update your local tree, to use the -P option to prune
the old (now empty) directories. This also goes for checking out a new copy.

So, to update an existing tree: cvs update -P
And to check out a fresh copy: cvs checkout -P ZopeMozilla

To install:
- Copy or link ZopeMozilla/ZopeStudio to the chrome/zopestudio directory in
  your Mozilla directory.  

- Copy or link the ZopeMozilla/ZopeStudioProduct directory to the
  lib/python/Products/ZopeStudio directory of your Zope install, and restart
  Zope.

To run:

- type 'mozilla -chrome chrome://zopestudio/content' to bring up the main
  interface.

- type 'mozilla -chrome chrome://zopestudio/content/objectbrowser.xul' to
  bring up the objectbrowser. Type the URL of your server (including the
  http:// into the location field, and press enter.

-- 
Martijn Pieters
| Software Engineer    mailto:mj@digicool.com
| Digital Creations  http://www.digicool.com/
| Creators of Zope       http://www.zope.org/
|   The Open Source Web Application Server
---------------------------------------------