(Required environment): Modify for the new URLs of APEL and FLIM.
[elisp/semi.git] / README.en
index ef841a8..9219b63 100644 (file)
--- a/README.en
+++ b/README.en
@@ -34,24 +34,24 @@ What's SEMI?
 Required environment
 ====================
 
 Required environment
 ====================
 
-  SEMI supports XEmacs 20.2 or later with mule, and Emacs 20.
+  SEMI supports XEmacs 21.1 or later, and GNU Emacs 20.4 or later.
 
 
-  SEMI does not support anything older than Emacs 19.28 or XEmacs
-  19.14.  SEMI also does not support Emacs 19.29 to 19.34, XEmacs
-  19.15 or XEmacs 20.2 without mule, but SEMI may work with them.
+  SEMI does not support anything older than GNU Emacs 19.28 or XEmacs
+  19.14.  In addition, SEMI does not word with byte-indexing Mule
+  implementations, such as Mule 1, Mule 2 and GNU Emacs 20.1/20.2.
 
 
-  SEMI requires APEL (9.22 or later) and FLIM (1.14.1 or later)
+  SEMI also does not support Emacs 19.29 to 19.34, XEmacs 19.15 or
+  XEmacs 20.2, but SEMI may work with them.
+
+  SEMI requires APEL (10.7 or later) and FLIM (1.14.2 or later)
   package.  Please install them before installing it.  APEL package is
   available at:
 
   package.  Please install them before installing it.  APEL package is
   available at:
 
-       ftp://ftp.m17n.org/pub/mule/apel/
+       http://git.chise.org/elisp/dist/apel/
 
   and FLIM package is available at:
 
 
   and FLIM package is available at:
 
-       http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/
-                                                       flim/flim-1.14/
-
-  PGP/MIME and application/pgp require mailcrypt or tiny-pgp package.
+       http://git.chise.org/elisp/dist/flim/flim-1.14/
 
 
 Installation
 
 
 Installation
@@ -180,29 +180,34 @@ Mailing lists
 =============
 
   If you write bug-reports and/or suggestions for improvement, please
 =============
 
   If you write bug-reports and/or suggestions for improvement, please
-  send them to the EMACS-MIME Mailing List:
+  send them to the Emacs-MIME Mailing Lists:
 
 
-       emacs-mime-en@m17n.org  (English)
-       emacs-mime-ja@m17n.org  (Japanese)
+       emacs-mime-en@lists.chise.org   (English)
+       emacs-mime-ja@lists.chise.org   (Japanese)
 
 
-  Via the EMACS-MIME ML, you can report SEMI bugs, obtain the latest
+  Via the Emacs-MIME ML, you can report SEMI bugs, obtain the latest
   release of SEMI, and discuss future enhancements to SEMI.  To join
   release of SEMI, and discuss future enhancements to SEMI.  To join
-  the EMACS-MIME ML, send an empty e-mail to
+  the Emacs-MIME ML, please see the descriptions of the following
+  pages:
 
 
-       emacs-mime-en-ctl@m17n.org      (English)
-       emacs-mime-ja-ctl@m17n.org      (Japanese)
-
-  Notice that you should not send mail to author(s), such as
-  morioka@jaist.ac.jp, directly.  Because your problem may occur in
-  other environments (if not, it might be your problem, not bug of
-  SEMI).  We should discuss in the EMACS-MIME mailing lists.  Anyway
-  direct-mail for authors might be ignored.  Please send mail to the
-  EMACS-MIME mailing lists.
+      http://lists.chise.org/mailman/listinfo/emacs-mime-en (English)
+      http://lists.chise.org/mailman/listinfo/emacs-mime-ja (Japanese)
 
 
 CVS based development
 =====================
 
 
 
 CVS based development
 =====================
 
+  The SEMI development sources can be accessed via CVS pserver.  To
+  check out the SEMI sources, what you should do for the first time
+  is:
+
+  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+  CVS password: [CR] # NULL string
+
+  Then you can get the latest SEMI sources by the following:
+
+  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout -r semi-1_14 semi
+
   If you would like to join CVS based development, please send mail to
 
        cvs@cvs.m17n.org
   If you would like to join CVS based development, please send mail to
 
        cvs@cvs.m17n.org
@@ -210,10 +215,6 @@ CVS based development
   with your account name and your public key for ssh.  cvsroot is
   :ext:cvs@cvs.m17n.org:/cvs/root.
 
   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.
-
   We hope you will join the open development.
 
 
   We hope you will join the open development.