release.
[elisp/lemi.git] / README.en
1 -*- outline -*-
2
3 [README for LEMI]
4
5 * What's LEMI?
6
7 LEMI (Libraries of Emacs MIME Implementations) provides MIME related
8 futures for GNU Emacs 21.  Similar to the tm (Tools for MIME) package,
9 it is designed as a whole-in-one package.  It contains FLIM (library
10 for non user-interface layer), SEMI (library for user-interface
11 layer), RMAIL-MIME (for RMAIL) and EMH (for mh-e).  It provides MIME
12 features for RMAIL and mh-e without any additional packages.
13
14 Note: if you would like to use other SEMI based MUA, such as
15 Wanderlust, you need to install the APEL package.
16
17
18 * Installation
19
20 Please extract this package under your site-lisp directory, and type
21 `make'.
22
23
24 * Bug reports
25
26 If you write bug-reports and/or suggestions for improvement, please
27 send them to the EMACS-MIME Mailing List:
28
29         emacs-mime-en@m17n.org  (English)
30         emacs-mime-ja@m17n.org  (Japanese)
31
32 Via the EMACS-MIME ML, you can report LEMI bugs, obtain the latest
33 release of LEMI, and discuss future enhancements to LEMI.  To join the
34 EMACS-MIME ML, send an empty e-mail to
35
36         emacs-mime-en-ctl@m17n.org      (English)
37         emacs-mime-ja-ctl@m17n.org      (Japanese)
38
39
40 * CVS
41
42 Development of LEMI uses CVS.  So latest developing version is
43 available at CVS.
44
45 ** cvs login (first time only)
46
47   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
48
49   CVS password: [CR] # NULL string
50
51 ** checkout
52
53   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout lemi
54
55
56 ** How to join CVS based development
57
58 If you would like to join CVS based development, please send mail to
59
60   cvs@cvs.m17n.org
61
62 with your account name and your public key for ssh.  cvsroot is
63 :ext:cvs@cvs.m17n.org:/cvs/root.
64
65 If you cannot use ssh, please send UNIX /etc/passwd style crypted
66 password.  you can commit with the cvsroot :
67 pserver:<accountname>@cvs.m17n.org:/cvs/root.
68
69 We hope you will join the open development.