Greetings all; I'm a (fairly) new Zope developer, and I've been following the discussion of the ZIDE lately. A few months ago I scoured the mail-list archive and put together some notes pertaining to this effort. They can be read at my section on zope.org, at www.zope.org/Members/Earthtone/ZGUI I'm a long-time Homesite user, and see the potential for Zope's future with the integration of nice editing/management tool. Particularily, I'd like to see a nice editor with good DTML/Python support, that can access Zope through WebDAV or XML-RPC. I've lately been looking at wxPython and Java for this. Soon I might begin a prototype, and try to solicit support from the community to aide in it's development. Any ideas on this would be appreciated. I'm working on a fairly complex Zope based project, and having a good IDE would help development/maintenance enormously. Thanks in advance, Eron Lloyd
Hi Eron, I recently started a similar project, more for knowledge acquisition of wxPython than any thing else. Then I happened upon the document you mention and have started using it as a basis for further development. So far I've got a rudimentary editor working via webdav to Zope, the next job is to build the interface as described by you in the aforementioned document. I don't have too much time to look at it, but if you need any help with the project, let me know. (I have a son who's decided I'm getting too much sleep, he's doing sleep deprivation tests on me at the moment, so I might start hallucinating soon. MMMM Donuts, big fluffy donuts) See Ya Phil phil.harris@zope.co.uk ----- Original Message ----- From: "Eron Lloyd" <woodsage@op.net> To: <zope-dev@zope.org> Sent: Sunday, January 09, 2000 11:11 PM Subject: [Zope-dev] Notes on a Zope IDE
Greetings all; I'm a (fairly) new Zope developer, and I've been following the discussion of the ZIDE lately. A few months ago I scoured the mail-list archive and put together some notes pertaining to this effort. They can be read at my section on zope.org, at www.zope.org/Members/Earthtone/ZGUI
I'm a long-time Homesite user, and see the potential for Zope's future with the integration of nice editing/management tool. Particularily, I'd like to see a nice editor with good DTML/Python support, that can access Zope through WebDAV or XML-RPC. I've lately been looking at wxPython and Java for this. Soon I might begin a prototype, and try to solicit support from the community to aide in it's development. Any ideas on this would be appreciated.
I'm working on a fairly complex Zope based project, and having a good IDE would help development/maintenance enormously.
Thanks in advance,
Eron Lloyd
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Hi Eron, I am doing a HTML-editor/Content Manager using components from Internet Explorer 5. I have just looked at the possibilities to use XML-RPC to manage the interaction between Zope and IE5 (including any application using the IE5 components) and my conclusion so far is that there's a need for a Zope API for this. Making the manage_-API accessible trough XML-RPC (and any other programmatic way) would probably be a good start. At the moment many (perhaps all) of the manage_ method return HTML when called via XML-RPC. Some functions return "cannot marshal objects" errors. I would gladly take part in any development/discussion of this API. Best Regards, Johan Carlsson
Greetings all; I'm a (fairly) new Zope developer, and I've been following the discussion of the ZIDE lately. A few months ago I scoured the mail-list archive and put together some notes pertaining to this effort. They can be read at my section on zope.org, at www.zope.org/Members/Earthtone/ZGUI
I'm a long-time Homesite user, and see the potential for Zope's future with the integration of nice editing/management tool. Particularily, I'd like to see a nice editor with good DTML/Python support, that can access Zope through WebDAV or XML-RPC. I've lately been looking at wxPython and Java for this. Soon I might begin a prototype, and try to solicit support from the community to aide in it's development. Any ideas on this would be appreciated.
I'm working on a fairly complex Zope based project, and having a good IDE would help development/maintenance enormously.
Thanks in advance,
Eron Lloyd
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Eron Lloyd wrote:
Greetings all; I'm a (fairly) new Zope developer, and I've been following the discussion of the ZIDE lately. A few months ago I scoured the mail-list archive and put together some notes pertaining to this effort. They can be read at my section on zope.org, at www.zope.org/Members/Earthtone/ZGUI
Are you (and the people in this thread) aware of the Zope mozilla project (and associated mailing list)? Its aim is to create a 'Zope Studio', so you people may want to join forces. I'll be sure to forward this URL to that list now, as I myself at least hadn't been aware of it. Regards, Martijn
participants (4)
-
Eron Lloyd -
Johan Carlsson -
Martijn Faassen -
Phil Harris