
   cwrite - a console editor with special features for C/C++ programming.

Overview

   cwrite is a small console editor supporting special processing of
   C/C++ source and preprocessor blocks.
   The special features of the editor are aiming at helping developers
   to create compact, and readable source.
   It has simple, user-friendly interface.

   The cwrite editor is distributed under the GNU GPLv3+.  For more
   information on GNU and the Free Software Foundation, please see
   http://www.gnu.org/.

How to compile and install cwrite

   Download the cwrite source code, then:
     tar zxvf cwrite-x.y.z.tar.gz
     cd cwrite-x.y.z
     ./configure
     make
     make install

     It's that simple.  Use --prefix with configure to override the
     default installation directory.
     
Web Page

   http://cwrite-editor.hoter.ru

Mailing List and Bug Reports

   So far cwrite is not included in mailing lists.

   For general bug reports, please send a description of the problem to
   Desislav Georgiev <cwrite@mail.ru>

Current Status

   cwrite-0.1.00 is the first official release.

$Id: README,v 1.24 2007/10/04 14:41:50 dolorous Exp $
