(Download): Renamed from "Anonymous FTP"; modify for
[elisp/apel.git] / README.en
index c19b3e4..87003a3 100644 (file)
--- a/README.en
+++ b/README.en
@@ -99,11 +99,6 @@ required poe, poem and mcharset.
 
   tinycustom.el --- emulation module of custom.el
 
-** time-stamp.el
-
-This is a utility to maintain last change time stamps in files edited
-by Emacs.
-
 ** timezone.el
 
 This is a utility of time zone.  This is a Y2K fixed version.   This
@@ -231,9 +226,10 @@ to such directory by default.  If you want install APEL to such an Emacs
 you may install all APEL modules to an Emacs version independent
 site-lisp directory such as c:\usr\mule\site-lisp.
 
-We cannot provide you with a Demacs example for make.bat.  If you install
-APEL to Demacs, please send us such an example to apel-en@m17n.org (you
-can post a message to the ML, even if you are not a member).
+We cannot provide you with a Demacs example for make.bat.  If you
+install APEL to Demacs, please send us such an example to
+apel-en@lists.chise.org (you can post a message to the ML, even if you
+are not a member).
 
 If you checkout APEL by using Windows native cvs.exe (not cygwin
 version), cvs.exe will regularize end of line codes, LF to CRLF.  And
@@ -242,7 +238,7 @@ code is CRCRLF does not work, so if you get such a make.bat, edit it
 to really regularize eol codes to CRLF.  If you need further
 information, see the following URL (n.b. Japanese only)
 
-  http://openlab.ring.gr.jp/skk/cvswin-ja.html 
+  http://openlab.ring.gr.jp/skk/cvswin-ja.html
 
 * load-path (for Emacs or MULE)
 
@@ -449,53 +445,42 @@ Limit size of file-name.
 Alist list of characters vs. string as replacement.  List of
 characters represents characters not allowed as file-name.
 
+
 * Bug reports
 
 If you write bug-reports and/or suggestions for improvement, please
 send them to the APEL Mailing List:
 
-  apel-en@m17n.org     (English)
-  apel-ja@m17n.org     (Japanese)
+  apel-en@lists.chise.org      (English)
+  apel-ja@lists.chise.org      (Japanese)
 
 Via the APEL ML, you can report APEL bugs, obtain the latest release
 of APEL, and discuss future enhancements to APEL.  To join the APEL
-ML, send an empty e-mail to
-
-  apel-en-ctl@m17n.org (English)
-  apel-ja-ctl@m17n.org (Japanese)
-
-
-* Anonymous FTP
-
-Latest release of APEL can be obtained from:
-
-  ftp://ftp.m17n.org/pub/mule/apel/
+ML, please see the descriptions of the following pages:
 
+  http://lists.chise.org/mailman/listinfo/apel-en      (English)
+  http://lists.chise.org/mailman/listinfo/apel-ja      (Japanese)
 
-* CVS
 
-Development of APEL uses CVS.  So latest developing version is
-available at CVS.
+* Download
 
-** cvs login (first time only)
+The latest release of APEL can be obtained from:
 
-  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+  http://git.chise.org/elisp/dist/apel/
 
-  CVS password: [CR] # NULL string
 
-** checkout
+* Git
 
-  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout apel
+Development of APEL uses Git.  So the latest developing version is
+available at the following Git repository:
 
-  If you would like to join CVS based development, please send mail to
+  % git clone http://git.chise.org/git/elisp/apel.git
 
-  cvs@cvs.m17n.org
+Or you can view the APEL repository via WWW at:
 
-with your account name and your public key for ssh.  cvsroot is
-:ext:cvs@cvs.m17n.org:/cvs/root.
+    http://git.chise.org/gitweb/?p=elisp/apel.git
 
-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.
+If you would like to join Git based development, please declare it in
+the APEL mailing list.
 
 We hope you will join the open development.