NEWS.ja, README.ja, doc/riece-ja.texi: Change the encoding to UTF-8.
[riece] / doc / HACKING
index 19125f9..a20e75d 100644 (file)
@@ -3,48 +3,35 @@
 This document is for Riece developers or those who are interested in
 becoming a developer.
 
-The main topic explained here is about development process and the
+The main topics explained here are the development process and the
 internals.
 
-Even though this document describes how to build the source code from
-the CVS, you should notice that it is intentional that we don't put
-the instruction on the Web page--that is, pointless complaints about
-development versions are _unwelcome_ to us.
-
-If you are a beginning user, who just wants to try the "newer" product
-from the CVS, abandon such a bad idea and stick on the released
-version.
-
 * Development process
 
-** Bug report
+** Reporting bugs
 
-You can create a template of a bug report by clicking the "bug" button
-in a toolbar, or M-x riece-submit-bug-report.  You need to set
-riece-debug to t when preparing a bug report.
+If you find a bug, please file it at
+https://savannah.nongnu.org/bugs/?group=riece
 
-** Debug output
+** Contributing code
 
-If riece-debug is t, "*Debug*" buffer will have debugging information.
-Also, interactions with IRC servers will be written to "
-*IRC*<IRC-server-name>" buffers.  Note that these buffers have a name
-starting with a whitespace character (" ").
+If you write an add-on or a patch, send it to us.  If it is useful, we
+may incorporate it into the development source code.
 
-** Joining the development
+** Getting the development source code
 
-To join the development, send us a patch or an add-on.
+The development of Riece uses Git.  The latest development version is
+available from git.sv.gnu.org.  
 
-** CVS
+NOTE: If you are a beginning user, who just wants to try the "newer"
+version, stick on the latest released version.  Pointless complaints
+about development versions are unwelcome to us.
 
-The development of Riece uses CVS.  The latest development version is
-available from cvs.m17n.org.  The instructions to obtain and build the
-source from the CVS are below.
+The instructions to obtain and build the source from Git are below.
 
 (1) checkout modules
 
-    cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece
-
-You can specify a tag in front of the module name.
+    git clone git://git.sv.gnu.org/riece.git
 
 (2) generate configure script