(What's EMH?): Modify for the new URLs of APEL, FLIM and SEMI.
[elisp/emh.git] / README.en
1 [README for EMH package (English Version)]
2
3 What's EMH?
4 ===========
5
6   EMH is a extender for mh-e to provide MIME feature using SEMI.  It
7   requires APEL (9.22 or later), FLIM (1.14.2 or later) and SEMI
8   (1.14.2 or later) package.  Please install them before installing
9   it.  APEL package is available at:
10
11         http://git.chise.org/elisp/dist/apel/
12
13   FLIM package is available at:
14
15         http://git.chise.org/elisp/dist/flim/
16
17   SEMI package is available at:
18
19         http://git.chise.org/elisp/dist/semi/
20
21
22 Installation
23 ============
24
25         % make install
26
27   You can specify the emacs command name, for example
28
29         % make install EMACS=xemacs
30
31   If `EMACS=...' is omitted, EMACS=emacs is used.
32
33   You can specify the prefix of the directory tree for Emacs Lisp
34   programs and shell scripts, for example:
35
36         % make install PREFIX=~/
37
38   If `PREFIX=...' is omitted, the prefix of the directory tree of the
39   specified emacs command is used (perhaps /usr/local).
40
41   You can specify site-lisp directory, for example
42
43         % make install LISPDIR=~/share/emacs/lisp
44
45   If `LISPDIR=...' is omitted, site-lisp directory of the specified
46   emacs command is used (perhaps /usr/local/share/emacs/site-lisp or
47   /usr/local/lib/xemacs/site-lisp).
48
49   If the emu modules (included in APEL package) have been installed in
50   the non-standard directory, you should specify where they will be
51   found, for example:
52
53         % make install VERSION_SPECIFIC_LISPDIR=~/elisp
54
55   You can specify other optional settings by editing the file
56   emh/EMH-CFG.
57
58
59 Initialization
60 ==============
61
62   Please insert the following into your ~/.emacs:
63
64         (load "mime-setup")
65
66   or
67
68         (load "emh-setup")
69
70   emh-setup sets up only for emh, mime-setup sets up for other MUAs.
71
72
73 Documentation
74 =============
75
76   To get started, please read documents of SEMI.
77
78   RFC's 822, 1524, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and
79   2049 are available via anonymous ftp:
80
81         ftp://ftp.merit.edu/internet/documents/rfc/
82
83
84 Mailing lists
85 =============
86
87   If you write bug-reports and/or suggestions for improvement, please
88   send them to the Emacs-MIME Mailing List:
89
90         emacs-mime-en@lists.chise.org   (English)
91         emacs-mime-ja@lists.chise.org   (Japanese)
92
93   Via the Emacs-MIME ML, you can report EMH bugs, obtain the latest
94   release of EMH, and discuss future enhancements to EMH.  To join the
95   Emacs-MIME ML, please see the descriptions of the following pages:
96
97       http://lists.chise.org/mailman/listinfo/emacs-mime-en (English)
98       http://lists.chise.org/mailman/listinfo/emacs-mime-ja (Japanese)
99
100
101 CVS based development
102 =====================
103
104   If you would like to join CVS based development, please send mail to
105
106         cvs@cvs.m17n.org
107
108   with your account name and your public key for ssh.  cvsroot is
109   :ext:cvs@cvs.m17n.org:/cvs/root.
110
111   We hope you will join the open development.