Sync with the main trunk.
[elisp/emh.git] / README.en
index 9794f7d..e934571 100644 (file)
--- a/README.en
+++ b/README.en
@@ -1,16 +1,26 @@
 [README for EMH package (English Version)]
-by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 0.0 1997-03-14 09:12:56 morioka Exp $
 
 What's EMH?
-------------
+===========
 
   EMH is a extender for mh-e to provide MIME feature using SEMI.  It
-  requires SEMI package, so please get and install SEMI package.
+  requires APEL (9.5 or later), FLIM (1.11.1 or later) and SEMI
+  (1.10.0 or later) package.  Please install them before installing
+  it.  APEL package is available at:
+
+       ftp://ftp.m17n.org/pub/mule/apel/
+
+  FLIM package is available at:
+
+       ftp://ftp.m17n.org/pub/mule/flim/
+
+  SEMI package is available at:
+
+       ftp://ftp.m17n.org/pub/mule/semi/
 
 
 Installation
-------------
+============
 
        % make install
 
@@ -28,12 +38,26 @@ Installation
   If `PREFIX=...' is omitted, the prefix of the directory tree of the
   specified emacs command is used (perhaps /usr/local).
 
+  You can specify site-lisp directory, for example
+
+       % make install LISPDIR=~/share/emacs/lisp
+
+  If `LISPDIR=...' is omitted, site-lisp directory of the specified
+  emacs command is used (perhaps /usr/local/share/emacs/site-lisp or
+  /usr/local/lib/xemacs/site-lisp).
+
+  If the emu modules (included in APEL package) have been installed in
+  the non-standard directory, you should specify where they will be
+  found, for example:
+
+       % make install VERSION_SPECIFIC_LISPDIR=~/elisp
+
   You can specify other optional settings by editing the file
   emh/EMH-CFG.
 
 
 Initialization
---------------
+==============
 
   Please insert the following into your ~/.emacs:
 
@@ -47,30 +71,45 @@ Initialization
 
 
 Documentation
--------------
+=============
 
   To get started, please read documents of SEMI.
 
-  RFC's 822, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and 2049
-  are available via anonymous ftp:
-  ftp://ds.internic.net/rfc/
+  RFC's 822, 1524, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and
+  2049 are available via anonymous ftp:
+
+       ftp://ftp.merit.edu/internet/documents/rfc/
 
 
-Bug reports
------------
+Mailing lists
+=============
 
   If you write bug-reports and/or suggestions for improvement, please
-  send them to the tm Mailing List:
+  send them to the EMACS-MIME Mailing List:
+
+       emacs-mime-en@m17n.org  (English)
+       emacs-mime-ja@m17n.org  (Japanese)
+
+  Via the EMACS-MIME ML, you can report EMH bugs, obtain the latest
+  release of EMH, and discuss future enhancements to EMH.  To join the
+  EMACS-MIME ML, send an empty e-mail to
+
+       emacs-mime-en-ctl@m17n.org      (English)
+       emacs-mime-ja-ctl@m17n.org      (Japanese)
+
+
+CVS based development
+=====================
+
+  If you would like to join CVS based development, please send mail to
 
-       bug-tm-en@chamonix.jaist.ac.jp  (English)
-       bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
+       cvs@cvs.m17n.org
 
-  Via the tm ML, you can report tm bugs, obtain the latest release of
-  tm, and discuss future enhancements to tm. To join the tm ML, send
-  e-mail to
+  with your account name and your public key for ssh.  cvsroot is
+  :ext:cvs@cvs.m17n.org:/cvs/root.
 
-       tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
-       tm-en-admin@chamonix.jaist.ac.jp        (English)
+  If you cannot use ssh, please send UNIX /etc/passwd style crypted
+  password.  you can commit with the cvsroot
+  :pserver:<accountname>@cvs.m17n.org:/cvs/root.
 
-  Since the user registration is done manually, please write the mail
-  body in human-recognizable language (^_^).
+  We hope you will join the open development.