 Quanta Plus is an HTML editor for the K Desktop Environment.
 
 Currently this program can be very useful for quick web development,
 however it is still in the early stages of the over all objectives.
 Our objective is to product a complete web development environment!
 
 Look for active development with a focus on supporting professional level
 development. This means full HTML 4.0 support
 including cascading style sheets and lot's of time saving features.
 Also improved support is planned for Perl, Javascript and PHP.

To install quanta you need  KDE 2 and Qt 2.2.x/2.3.x, and run:
./configure
make
make install (as root)

Should you have trouble during ./configure or the make process, try the following:
 - export KDEDIR=<path to kde installation> and export QTDIR=<path to qt2>
  before running ./configure.
 - run  "make -f Makefile.cvs" before ./configure .

 For more information regarding the configuration and make process read the instructions
form the INSTALL file, and run the ./configure --help command.

Enjoy Quanta+!

The Quanta team