(semi-version-name): updated.
[elisp/semi.git] / README.en
1 [README for SEMI kernel package (English Version)]
2 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
3 $Id: README.en,v 1.3 1997-07-02 19:21:08 morioka Exp $
4
5 What's SEMI?
6 ------------
7
8   SEMI is a library to provide MIME feature for GNU Emacs.  It stands
9   for "SEMI is Emacs MIME Interfaces".  MIME is a proposed internet
10   standard for including content and headers other than (ASCII) plain
11   text in messages.
12
13         RFC 2045 : Internet Message Bodies
14         RFC 2046 : Media Types
15         RFC 2047 : Message Header Extensions
16         RFC 2048 : MIME Registration Procedures
17         RFC 2049 : MIME Conformance
18
19   SEMI has the following features:
20
21         - MIME style multilingual header (RFC 2047)
22         - MIME message viewer   (mime-view-mode) (RFC 2045 .. 2049)
23         - MIME message composer (mime-edit-mode) (RFC 2045 .. 2049)
24
25   MIME message viewer and composer also support following features:
26
27         - filename handling by Content-Disposition field (RFC 1806)
28         - PGP/MIME security Multiparts (RFC 2015)
29         - application/pgp (draft-kazu-pgp-mime-00.txt; obsolete)
30         - text/richtext (RFC 1521; obsolete; preview only)
31         - text/enriched (RFC 1896)
32
33   Notice that this package does not contain MIME extender for any
34   MUAs and external methods.  They are released as separated packages.
35
36
37 Required environment
38 --------------------
39
40   SEMI supports XEmacs 20.2 or later with mule, and Emacs/mule (mule
41   merged EMACS; it will become Emacs 20.1).
42
43   SEMI does not support EMACS 19.28 or later, XEmacs 19.14 or later,
44   XEmacs 20.1 or later without mule, but SEMI may work with them.
45
46   If you use EMACS/mule, please use the latest version (GNU MULE
47   19.34.94-zeta or later).
48
49   SEMI requires APEL and MEL package.  Please install them before
50   installing it.  APEL package
51   is available at:
52
53         ftp://ftp.jaist.ac.jp/pub/GNU/elisp/apel/
54
55   and MEL package is available at:
56
57         ftp://ftp.jaist.ac.jp/pub/GNU/elisp/mime/libs/
58
59   Notice that latest version of XEmacs may have latest version of APEL
60   and MEL, so you should not install them.
61
62   PGP/MIME and application/pgp require mailcrypt or tiny-pgp package.
63
64   The package enriched.el is required to compose text/enriched, so if
65   you use Emacs anything 19.28 or older (including official version of
66   MULE 2.3), WYSIWYG composing for text/enriched is not available.
67
68
69 Installation
70 ------------
71
72         % make install
73
74   You can specify the emacs command name, for example
75
76         % make install EMACS=xemacs
77
78   If `EMACS=...' is omitted, EMACS=emacs is used.
79
80   You can specify the prefix of the directory tree for Emacs Lisp
81   programs and shell scripts, for example:
82
83         % make install PREFIX=~/
84
85   If `PREFIX=...' is omitted, the prefix of the directory tree of the
86   specified emacs command is used (perhaps /usr/local).
87
88   For example, if PREFIX=/usr/local and EMACS 19.34 is specified, it
89   will create the following directory tree:
90
91         /usr/local/share/emacs/19.34/site-lisp/  --- emu
92         /usr/local/share/emacs/site-lisp/apel/   --- APEL
93         /usr/local/share/emacs/site-lisp/bitmap/ --- BITMAP-MULE
94         /usr/local/share/emacs/site-lisp/mu/     --- MU
95         /usr/local/share/emacs/site-lisp/mel/    --- MEL
96         /usr/local/share/emacs/site-lisp/semi/   --- SEMI
97
98   You can specify site-lisp directory, for example
99
100         % make install LISPDIR=~/share/emacs/lisp
101
102   If `LISPDIR=...' is omitted, site-lisp directory of the specified
103   emacs command is used (perhaps /usr/local/share/emacs/site-lisp or
104   /usr/local/lib/xemacs/site-lisp).
105
106   You can specify other optional settings by editing the file
107   semi/SEMI-CFG.  Please read semi/README.en and comments in
108   semi/TM-CFG.
109
110
111 Initialization
112 --------------
113
114 (a) load-path
115
116   If you are using Emacs or Mule, please add directory of emu, apel,
117   bitmap, mu, mel and semi to load-path.  If you install by default
118   setting, you can write subdirs.el for example:
119
120   --------------------------------------------------------------------
121   (normal-top-level-add-to-load-path
122    '("apel" "bitmap" "mu" "mel" "semi"))
123   --------------------------------------------------------------------
124
125   If you are using XEmacs, there are no need of setting about
126   load-path.
127
128 (b) mime-setup
129
130   Please insert the following into your ~/.emacs:
131
132         (load "mime-setup")
133
134
135 Documentation
136 -------------
137
138   To get started, please read semi/README.en.
139
140   RFC's 822, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and 2049
141   are available via anonymous ftp:
142   ftp://ds.internic.net/rfc/
143
144
145 Bug reports
146 -----------
147
148   If you write bug-reports and/or suggestions for improvement, please
149   send them to the tm Mailing List:
150
151         bug-tm-en@chamonix.jaist.ac.jp  (English)
152         bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
153
154   Via the tm ML, you can report tm bugs, obtain the latest release of
155   tm, and discuss future enhancements to tm. To join the tm ML, send
156   e-mail to
157
158         tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
159         tm-en-admin@chamonix.jaist.ac.jp        (English)
160
161   Since the user registration is done manually, please write the mail
162   body in human-recognizable language (^_^).