Update
[elisp/wanderlust.git] / README
diff --git a/README b/README
index e01331f..45b28d5 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
  Wanderlust -- Yet Another Message Interface on Emacsen
                       by Yuuichi Teranishi <teranisi@gohome.org>
-                      Time-stamp: <2000-02-24 00:26:49 teranisi>
+
 
 Wanderlust is a mail/news management system with IMAP4rev1 support for Emacs.
 
@@ -14,7 +14,7 @@ Features:
  * Management of threads and unread messages.
  * Folder mode to select and edit subscribed folders.
  * Message cache, Disconnected Operation.
- * MH-like FCC (FCC: %Backup is possible).
+ * MH-like Fcc (Fcc: %Backup is possible).
  * Full support of MIME (by SEMI or tm[5]).
  * Draft editing of mail and news as a same interface.
  * Icon based interface for the list of Folder (XEmacs).
@@ -29,7 +29,8 @@ Features:
 System Requirements:
 
  * Emacs19 or later.
- * tm or SEMI (version 1.13.4 or later).
+ * tm (version 8.7 or later) or SEMI (version 1.13.7 or later).
+ * APEL (version 10.2 or later)
 
 Install:
 
@@ -53,6 +54,34 @@ release in Japanese.
 To subscribe, send mail to wl-ctl@lists.airs.net, with '# guide' as
 the message body.
 
+CVS:
+
+  Development of Wanderlust uses CVS.  So latest developing version is
+  available at CVS.
+
+(0) cvs login (first time only)
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+
+    CVS password: [CR] # NULL string
+
+(1) checkout
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout wanderlust
+
+  If you would like to join CVS based development, please send mail to
+
+       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.
+
+  We hope you will join the open development.
+
 References:
 
 [1] M. Crispin, "INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1", RFC 2060,