Hello List, I´ve started with ZOPE not long ago and I´m a little bit angry yet. Is there a possibility to edit ZOPE-Code out of a browser for example in a texteditor like UE ? I hate the browser editing. I think is isn´t so and asking don´t cost anything :-). Florian
You'll get a LOT of answers on this. :^) A lot of people use Zope's FTP interface to integrate with their favorite editors, like Emacs. I've been playing with HTML-Kit and editing Zope through FTP. There are still a few issues to work out, but for the majority of the work, it's a nice way to edit. --Paul Florian Schuler wrote:
Hello List,
I´ve started with ZOPE not long ago and I´m a little bit angry yet. Is there a possibility to edit ZOPE-Code out of a browser for example in a texteditor like UE ? I hate the browser editing. I think is isn´t so and asking don´t cost anything :-).
Florian
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I don't know if UE can do the following, but that is the way I do it with Emacs. Zope includes a ftp server which is running on port 8021 in the default setup. I use Emacs ftp mode (angeftp) to connect to the zope server and edit the files. Perhaps WebDAV could also be used for this? I use Linux so I don't know if M$ have done something which could help you. On Mon, Sep 24, 2001 at 10:52:15AM +0200, Florian Schuler wrote:
Hello List,
I´ve started with ZOPE not long ago and I´m a little bit angry yet. Is there a possibility to edit ZOPE-Code out of a browser for example in a texteditor like UE ? I hate the browser editing. I think is isn´t so and asking don´t cost anything :-).
Florian
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Martin Skøtt martin@z3n.dk
participants (3)
-
Florian Schuler -
Martin Skøtt -
Paul Everitt