Zope Studio
Zope Studio is a next generation IDE for Zope, built upon the framework of the Mozilla browser.
Relevant links
You can check out the latest code from CVS, the module you should look at is ZopeMozilla/ZopeStudio. You can find instructions on the CVS Public Access page.
To look at ZopeStudio, you can go one of two ways:
- Check out the whole ZopeStudio package into a new
directory named ZopeStudio:
cvs -z7 checkout -d ZopeStudio ZopeMozilla/ZopeStudio
And then link or copy ZopeProduct/ZopeStudio into your Zope lib/python/Products subdirectory, and do the same with MozillaChrome/zopestudio, into your Mozilla bin/chrome directory.
- Check out the separate packages out into your Zope
lib/python/Products and Mozilla bin/chrome directories.
In your Zope install lib/python/Products:
cvs -z7 checkout -d ZopeStudio ZopeMozilla/ZopeStudio/ZopeProduct/ZopeStudio
and in your Mozilla install bin/chrome:
cvs -z7 checkout -d zopestudio ZopeMozilla/ZopeStudio/MozillaChrome/zopestudio
After either one of these steps, you restart your Zope server, and start up Mozilla with the command:
mozilla -chrome chrome://zopestudio/content
When the interface has loaded, enter the URL of your Zope server and press Enter. Have fun!
See what we are doing
- Zope 2.x (tested on Zope 2.1.2 but should work on older versions)
- A Mozilla build from 10 January or newer.
Requirements