tm 7.67.
[elisp/tm.git] / README-eng.ol
1 [[R
2 \title{tm-$<$MUA$>$ Manual (English Version)}
3 \author{Morioka Tomohiko}
4 \date{1994/7/22}
5 \maketitle
6 ]]R
7
8   tm-<MUA> is a MIME tools for GNU Emacs.
9
10
11 * Files
12
13 README-jp.ol    README (Japanese)
14 README-eng.ol   README (English)
15 tiny-mime.ol    tiny-mime.el manual (Japanese)
16 tm-body.ol      tm-body manual (Japanese)
17 tm-gnus-jp.ol   tm-gnus manual (Japanese)
18 tm-gnus-eng.ol  tm-gnus manual (English)
19 tm-mh-e-jp.ol   tm-mh-e manual (Japanese)
20 tm-mh-e-eng.ol  tm-mh-e manual (English)
21 decode-b.c      Base64 decoder
22 methods/*       methods
23
24 tiny-mime.el    Multilingual MIME header encoder/decoder
25 tm-body.el      MIME body decoder
26 tm-gnus.el      tm-<MUA> for GNUS
27 tm-mh-e.el      tm-<MUA> for mh-e
28 tm-mh-e3.el     tm-mh-e's module for mh-e 3.x.
29 tm-misc.el      tm-<MUA> library
30 tl-*.el         library modules
31
32 mime-setup.el   setup program
33 signature.el    signature selector
34 ol2.c           Emacs outline mode to plain text converter
35
36
37 * How to install
38
39 (1) Edit Makefile for your environment.
40
41 (2) Edit methods in `methods/' directory for your environment.
42
43 (3) Run `make all'.
44
45 (4) Run `make install'.
46
47 (5) Copy *.el to your emacs lisp directory.
48
49
50 * How to use
51
52   Please read tm-mh-e-eng.ol and tm-gnus-eng.ol.