* README (Development): New section.
authorbg66 <bg66>
Sat, 27 Apr 2002 15:50:35 +0000 (15:50 +0000)
committerbg66 <bg66>
Sat, 27 Apr 2002 15:50:35 +0000 (15:50 +0000)
ChangeLog
README

index 84d08cd..a3b5c41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-28  OHASHI Akira  <bg66@koka-in.org>
+
+       * README (Development): New section.
+
 2002-04-27  OHASHI Akira  <bg66@koka-in.org>
 
        * lisp/initz-util.el (initz-features): Make dummy filename having
diff --git a/README b/README
index 0e7460e..62c5f25 100644 (file)
--- a/README
+++ b/README
@@ -112,6 +112,29 @@ Information
 
     http://www.koka-in.org/~bg66/index.cgi?cmd=view;name=Initz
 
+Development
+-----------
+
+  Development of Initz uses, Concurrent Versions System. Latest development
+  version is available via CVS.
+
+  * cvs login (first time only)
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+    (CVS password: [CR] # NULL string)
+
+  * checkout modules
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout initz
+  Browsing the CVS tree gives you a great view into the current status of
+  this project's code. You may also view the complete history of any file
+  in the repository.
+  Plase referer at <URL:http://cvs.m17n.org/cgi-bin/viewcvs/initz/>.
+
+  If you would like to join CVS based development, plase referer at
+  <URL:http://cvs.m17n.org/>.
+
 Bug reports
 -----------