From 624bf91ba8a502c2930369e16b55698bbda3f1e7 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 22 Apr 2009 07:02:43 +0000 Subject: [PATCH] Simplify. --- doc/HACKING | 38 +++++++++++++++++--------------------- doc/HACKING.ja | 18 ++++++------------ 2 files changed, 23 insertions(+), 33 deletions(-) diff --git a/doc/HACKING b/doc/HACKING index 22590f8..a9dc9d2 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -1,23 +1,23 @@ -*- mode: text -*- -This document is for Riece developers. The information necessary for -Riece development is explained (i.e. its development process and the -internals.) +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 internals. * Development process ** Bug report You can create a template of a bug report by clicking the "bug" button -in a toolbar, or M-x riece-submit-bug-report. It is necessary to set -riece-debug to t before preparing a bug report. +in a toolbar, or M-x riece-submit-bug-report. You need to set +riece-debug to t when preparing a bug report. ** Debug output -If the riece-debug variable is set to t, Riece begins to collect -debugging information in *Debug* buffer. Interactions with IRC -servers are stored in " *IRC*" buffers. Note that -these buffers have names starting with a whitespace character (" "). +If riece-debug is t, "*Debug*" buffer will have debugging information. +Also, interactions with IRC servers will be written to " +*IRC*" buffers. Note that these buffers have a name +starting with a whitespace character (" "). ** Joining the development @@ -25,25 +25,21 @@ To join the development, send us a patch or an add-on. ** CVS -Development of Riece uses CVS. Latest developing version is available -at CVS. Please note that the version from CVS may NOT be reliable, -and you can only use it at your own risk. We may ignore bug reports -for that version. The instruction to access the CVS server is below. +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. -(1) logging in to anonymous CVS server - - cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login - CVS password: [CR] # NULL string - -(2) checkout modules +(1) checkout modules cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece -(3) generate configure script +You can specify a tag in front of the module name. + +(2) generate configure script autoreconf -f -i -v -You will need newer version of GNU Automake. +Note that "autoreconf" is not "autoconf". * Internals diff --git a/doc/HACKING.ja b/doc/HACKING.ja index 4a492e8..78363fe 100644 --- a/doc/HACKING.ja +++ b/doc/HACKING.ja @@ -28,23 +28,17 @@ M-x riece-submit-bug-report で作成してください。また、バグ報告の作成の Riece の開発には CVS を利用しています。公開 CVS サーバから最新版のソー スコードを取得するには以下のようにします。 -CVS 版のソースコードは、あくまで開発途上のものであり、利用は個人の責任 -でお願いします。CVS 版に関するバグ報告は受け付けません。 - -(1) CVS サーバへのログイン - - cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login - CVS password: [CR] # NULL string - -(2) モジュールのチェックアウト +(1) モジュールのチェックアウト cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece -(3) configure スクリプトの生成 +モジュール名の前にタグを指定できます。 + +(2) configure スクリプトの生成 autoreconf -f -i -v -この作業には最新の GNU Automake が必要かもしれません。 +"autoreconf" は "autoconf" ではないことに注意してください。 * 内部構造 @@ -418,4 +412,4 @@ riece-after-privmsg-hook の二つのフックが呼ばれます。 ば、その後の処理をおこないません。また、その場合には riece-after--hook も呼び出されません。 -フックの引数には RFC2812 の prefix と parameters が渡ります。 \ No newline at end of file +フックの引数には RFC2812 の prefix と parameters が渡ります。 -- 2.25.1