update cvs development method.
[elisp/emh.git] / README.en
index 04dd283..e934571 100644 (file)
--- a/README.en
+++ b/README.en
@@ -4,19 +4,19 @@ What's EMH?
 ===========
 
   EMH is a extender for mh-e to provide MIME feature using SEMI.  It
-  requires APEL (9.3 or later), FLIM (1.10.5 or later) and SEMI (1.9.1
-  or later) package.  Please install them before installing it.  APEL
-  package is available at:
+  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.jaist.ac.jp/pub/GNU/elisp/apel/
+       ftp://ftp.m17n.org/pub/mule/apel/
 
   FLIM package is available at:
 
-       ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/
+       ftp://ftp.m17n.org/pub/mule/flim/
 
   SEMI package is available at:
 
-       ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/
+       ftp://ftp.m17n.org/pub/mule/semi/
 
 
 Installation
@@ -85,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@m17n.org  (English)
+       emacs-mime-ja@m17n.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, send an empty e-mail to
 
-       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 (^_^).
+       emacs-mime-en-ctl@m17n.org      (English)
+       emacs-mime-ja-ctl@m17n.org      (Japanese)
 
 
 CVS based development
@@ -106,7 +103,13 @@ 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.
+
+  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.
 
-  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.