textarea editing alternatives
I'm on the long quest to find a nice way to work with zope. the alternatives are webdav, ftp and the built-in web management screens WebDAV and FTP has the same problems: no syntax checking support on 'save' , no versioning support, no way to create a non dtml-document object, not all editors have built-in ftp support, so you have to mount ftp as a filesystem or use some tools to handle that.. Web manage: it's full featured, has all the things you need from zope, except that you have to deal with an ugly textarea editing. (or copy/paste to your fav editor) what I need is a way to work with version support, to create any kind of objects with *ANY* editor I want. What I've found so far is: lynx -editor=/usr/bin/vim and then ctrl-x e on the textarea to launch vim, this is great.. but lynx is kinda ugly to work with.. So I've tried w3m.. much better layout, with prefered editor support on textareas, but still, has some ugly issues, like not redirecting to the correct url's on the links.. so you have to Umanage_main after each click. Is there any other browser (x based if possible) besides w3m and lynx that support textarea editing using your prefered editor? I just dont find comfortable to create the objects via web and editing them via ftp/dav it's just too annoying. do I have any other alternatives ? thanks Alex
--On 08 April 2001 17:59 -0300 Alex Verstraeten <alex@quad.com.ar> wrote:
I'm on the long quest to find a nice way to work with zope. the alternatives are webdav, ftp and the built-in web management screens
[snip]
Is there any other browser (x based if possible) besides w3m and lynx that support textarea editing using your prefered editor?
I just dont find comfortable to create the objects via web and editing them via ftp/dav it's just too annoying. do I have any other alternatives ?
Alex: Forgive me if the following is tangential to your requirements .... but others may be interested in solutions that may be less tightly bound to Unix desktops. It's become something of a hobby of mine to collect textarea editing widgets. My list now stands at: HTMLEdit (Java thing that was on Java Boutique for a while) EditLive http://www.ephox.com/ (Active X thing) eWebEditPro http://www.ektron.com/ (ActiveX or Java thing) edit-on Pro http://www.realobjects.de (Java thing) OK so the ActiveX will be a non-starter for Unix but the Java options may offer a way forward but they're probably more pitched at naive/irregular rather then expert/frequent users (i.e. content providers rather than developers). If anyone has had experience integrating any of the above with Zope I've love to know more about it (as I have no shortage of naive/irregular content providers .... about 15000 as it happens). Paul -- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
participants (2)
-
Alex Verstraeten -
Paul Browning