in reply to HTML Editor

SSH -> Vim

--
b10m

All code is usually tested, but rarely trusted.

Replies are listed 'Best First'.
Re^2: HTML Editor
by Anonymous Monk on Dec 15, 2004 at 15:39 UTC
    I mean simple end-user tool - ready. The VIM requires compiling, etc
      It sounds like you are looking for a content management system. A few of my coworkers setup Krang to manage complex websites, and integrated htmlarea to provide a wysiwig editor. Krang is written in object oriented perl and runs on a mod_perl enabled Apache webserver. It's not hard to setup, and the support on the mailing list is great.

      Ah yes, that's pretty hard. Luckilly Perl doesn't require compiling!

      I should've just said: SSH -> $EDITOR

      --
      b10m

      All code is usually tested, but rarely trusted.