-*- mode: text; left-margin: 2; fill-column: 70; -*-

* Directory tree
  
  This package contains following directories:
  
  lisp/ - Emacs Lisp files.
  
  dcc/  - DCC external program source.
  
  doc/  - Documentation, info files, sample configuration, etc.
  
  etc/  - Miscellaneous files which decorate this program.
  
  Please read documentation under `doc' directory.

* Bug reports
  
  If you write bug reports and/or suggestions for improvement, 
  please send them to me :-)

* CVS
  
  Development of Liece uses CVS, Concurrent Versions System.
  Latest developing version is available at CVS.
  
(0) logging in to anonymous CVS server.
  
    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login

    CVS password: [CR] # NULL string
  
(1) checkout modules
  
    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout liece
  
  Specify revision tag in front of the module name.

(2) bootstrapping
  
  % cd liece
  % ./bootstrap
