(What's EMH?): Modify for the new URLs of APEL, FLIM and SEMI.
[elisp/emh.git] / README.en
index 1a34454..6c33b55 100644 (file)
--- a/README.en
+++ b/README.en
@@ -4,9 +4,19 @@ What's EMH?
 ===========
 
   EMH is a extender for mh-e to provide MIME feature using SEMI.  It
-  requires SEMI 1.7 API based MIME processing module, so please get
-  and install such kind of MIME processing module such as SEMI 1.7.0
-  or later at first.
+  requires APEL (9.22 or later), FLIM (1.14.2 or later) and SEMI
+  (1.14.2 or later) package.  Please install them before installing
+  it.  APEL package is available at:
+
+       http://git.chise.org/elisp/dist/apel/
+
+  FLIM package is available at:
+
+       http://git.chise.org/elisp/dist/flim/
+
+  SEMI package is available at:
+
+       http://git.chise.org/elisp/dist/semi/
 
 
 Installation
@@ -36,6 +46,12 @@ Installation
   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.
 
@@ -69,20 +85,17 @@ 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:
 
-       bug-tm-en@chamonix.jaist.ac.jp  (English)
-       bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
+       emacs-mime-en@lists.chise.org   (English)
+       emacs-mime-ja@lists.chise.org   (Japanese)
 
-  Via the tm ML, you can report EMH bugs, obtain the latest release of
-  EMH, and discuss future enhancements to EMH.  To join the tm ML,
-  send e-mail to
+  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, please see the descriptions of the following pages:
 
-       tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
-       tm-en-admin@chamonix.jaist.ac.jp        (English)
-
-  Since the user registration is done manually, please write the mail
-  body in human-recognizable language (^_^).
+      http://lists.chise.org/mailman/listinfo/emacs-mime-en (English)
+      http://lists.chise.org/mailman/listinfo/emacs-mime-ja (Japanese)
 
 
 CVS based development
@@ -90,7 +103,9 @@ CVS based development
 
   If you would like to join CVS based development, please send mail to
 
-       cvs@chamonix.jaist.ac.jp
+       cvs@cvs.m17n.org
+
+  with your account name and your public key for ssh.  cvsroot is
+  :ext:cvs@cvs.m17n.org:/cvs/root.
 
-  with your account name and UNIX style crypted password.  We hope you 
-  will join the open development.
+  We hope you will join the open development.