Online help japanese translation added (Ken Date)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@459 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-04-21 16:11:12 +00:00
parent 6957eceee0
commit 634d3557f2
51 changed files with 977 additions and 0 deletions

View File

@ -19,6 +19,7 @@
langs:
- en
- fr
- ja
# mapping between controller/action and help pages
# if action is not defined here, 'index' page will be displayed

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,820 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book>
<title>ユーザマニュアル</title>
<chapter>
<title>管理</title>
<section>
<title>プロジェクト</title>
<para>プロジェクト画面ではプロジェクトを管理できます。</para>
</section>
<section>
<title>ユーザ</title>
<para>ユーザ画面ではredMineのユーザを管理できます。</para>
<section>
<title>ユーザ一覧</title>
<para></para>
<screenshot>
<screeninfo>ユーザ一覧</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="images/users_list.png" />
</imageobject>
</mediaobject>
</screenshot>
<para>アカウントの状態:</para>
<itemizedlist>
<listitem>
<para>アイコン <inlinemediaobject>
<imageobject>
<imagedata fileref="images/locked.png" />
</imageobject>
</inlinemediaobject> は、アカウントがロックされていることを
意味します。アカウントをロックされたユーザはログインや
アプリケーションへのアクセスができません。</para>
</listitem>
<listitem>
<para>アイコン <inlinemediaobject>
<imageobject>
<imagedata fileref="images/user_new.png" />
</imageobject>
</inlinemediaobject> は、ユーザがまだ有効化されていないことを
意味します。</para>
</listitem>
</itemizedlist>
<para>ロック/アンロックボタンでユーザアカウントを
ロック/アンロックできます。</para>
<para></para>
</section>
<section>
<title>ユーザ作成と変更</title>
<para>ユーザ情報の変更時にパスワードを変更しないならパスワード欄を
空白にしてください。</para>
<para>管理者に指定されたユーザは、redMineアプリケーションと
すべてのプロジェクトに無制限にアクセスできます。</para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">管理者</guilabel> :
ユーザをredMineの管理者に設定します。</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">メール通知</guilabel> :
ユーザへの自動メール通知を有効/無効にします。</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">ロック</guilabel> :
ユーザアカウントを無効にします。</para>
</listitem>
</itemizedlist>
<para></para>
</section>
</section>
<section>
<title>ロールと権限</title>
<para>ロールはプロジェクトのさまざまなメンバーの権限を整理します。
プロジェクトの各メンバーは一つのプロジェクト内で一つのロールを持ちます。
異なるプロジェクトでは異なるロールを持つことができます。</para>
<para>ロールの新規作成/編集画面では、
そのロールに許可するアクションをチェックしてください。</para>
</section>
<section>
<title>トラッカー</title>
<para>トラッカーでは、問題の並び順や特定のワークフローの定義が
できます。</para>
</section>
<section>
<title>カスタムフィールド</title>
<para>カスタムフィールドでは、プロジェクト、問題、ユーザに追加情報を
設定できます。カスタムフィールドは以下の書式のうちの一つをとることが
できます。</para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">整数</guilabel> : 正または
負の数値</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">テキスト</guilabel> : 文字列 -
一行入力です。</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">長いテキスト</guilabel> :
複数行入力の文字列です。 一行の代わりに複数行なのがテキストとの
違いです。</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">日付</guilabel> : 日付</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">真偽値</guilabel> : 真または偽
(必要に応じてチェックする項目)</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">リスト</guilabel> :
予め用意したリストから値を選ぶ
(スクロールリストまたは選択ボックス)</para>
</listitem>
</itemizedlist>
<para>以下の検査項目を定義できます:</para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">必須</guilabel> :
必須のフィールドは必ずフォームに入力しなければなりません。</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">全プロジェクト向け</guilabel> :
フィールドは自動的に全てのプロジェクトに関連付けられます。</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">最小値 - 最大値の長さ</guilabel> :
入力フィールドの最小と最大の長さ0だと無制限になります</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">正規表現</guilabel> :
入力値の検査に正規表現を条件にできます。</para>
<para>例:</para>
<para><code>^¥[A-Z]{4}¥d+$</code> : アルファベット大文字4文字、
それに続いて1文字以上の数字</para>
<para><code>^[^0-9]*$</code> : 文字のみ - 数字は含めない</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">選択肢</guilabel> :
書式 "リストから選択" フィールドの選択肢です。
選択肢は | で分けて入力します。</para>
</listitem>
</itemizedlist>
<para></para>
<section>
<title>プロジェクト用のフィールド</title>
<para></para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">必須</guilabel> :
必須のフィールドです。</para>
</listitem>
</itemizedlist>
<para></para>
</section>
<section>
<title>問題用のフィールド</title>
<para></para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">全プロジェクト向け</guilabel> :
フィールドは自動的に全てのプロジェクトに関連付けられます</para>
<para>このオプションにチェックがない場合、各プロジェクトごとに
使用するかどうか選びます(プロジェクトの設定を参照してください)
</para>
</listitem>
</itemizedlist>
<para></para>
</section>
<section>
<title>ユーザ用のフィールド</title>
<para></para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">必須</guilabel> :
必須のフィールドです</para>
</listitem>
</itemizedlist>
<para></para>
</section>
</section>
<section>
<title>問題の状態</title>
<para>問題の状態画面では、さまざまな問題の状態を定義できます。</para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">終了</guilabel> :
問題は終了したとみなされます</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">デフォルト</guilabel> :
新しい問題にデフォルトで適用される状態です
(デフォルトにできるステータスは一つだけです)</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none"></guilabel> : 表示された状態を
表現するHTMLのカラーコード6文字です。</para>
</listitem>
</itemizedlist>
<para></para>
</section>
<section>
<title>ワークフロー</title>
<para>ワークフローでは、それぞれのロールに従ってさまざまなプロジェクトの
メンバーが問題に行うことができる変更を定義します。</para>
<para>ワークフローを変更したいロールやトラッカーを選択し、「編集」を
クリックしてください。選択したロールやトラッカーに対して許可する
変更操作を変えることができます。「現在の状態」は初期の要求状態を
示します。「状態の移行先」欄は適用を許可された状態を意味します。</para>
<para><remark>注記:特定のロールが問題の状態を変更するためには、
ワークフローの設定に関わらず許可を明示的に与えなくてはなりません。
</remark></para>
<para></para>
<screenshot>
<screeninfo>ワークフロー設定の例</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="images/workflow.png" />
</imageobject>
</mediaobject>
</screenshot>
<para>上記の例では、新規状態の種類「バグ」の問題のリクエストは
開発者ロールによって分担または解決の状態を与えることができます。
分担状態の問題を解決状態にできます。他の状態の種類「バグ」のリクエストは
開発者によって変更できません。</para>
</section>
<section>
<title>列挙項目</title>
<para>redMineで使用される選択肢をカスタマイズできます
(例えば、問題の優先度の設定)。列挙項目画面では、以下のそれぞれに項目を
定義できます。</para>
<itemizedlist>
<listitem>
<para>問題の優先度</para>
</listitem>
<listitem>
<para>文書カテゴリ</para>
</listitem>
</itemizedlist>
<para></para>
</section>
<section>
<title>メール通知</title>
<para>メール通知画面ではプロジェクトのメンバーにメール通知を
するかどうかを選択できます。</para>
<para>注記: 通知を行いたい場合、メール送信がredMineの設定で
有効にされていなければなりません。</para>
</section>
<section>
<title>認証</title>
<para>デフォルトでは、redMineはユーザ認証のために指定のパスワードで
自身のデータベースを参照します。</para>
<para>すでに外部ユーザ参照LDAPのようながある場合、redMine認証で使われ
るために知らせることができます。そうすることでユーザはいつものユーザ名と
パスワードでredMineにアクセスできます。</para>
<para>既知のユーザ参照ごとに、redMineでオンザフライにアカウントを作成
することができるかどうかを指定することができます。必要であれば、
ユーザ参照の有効な情報に従って、ユーザアカウントはユーザが
ログインしている間に自動的に作成されます(プロジェクトに何も
権限を持たずに)。そうでなければ、管理者は以前にユーザアカウントを
redMineに作成したに違いありません。
</para>
<para></para>
<section>
<title>LDAP ステートメント</title>
<para></para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">名前</guilabel> : 参照の
表示用の名前</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">ホスト</guilabel> : LDAPサーバの
ホスト名</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">ポート</guilabel> : LDAPサーバへの
接続ポート</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">アカウント</guilabel> : LDAPへの
接続アカウントのDNディレクトリが匿名の読み取りアクセスを
許可しているならば 空白のままにしてください)</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">パスワード</guilabel> :
接続アカウントのパスワード</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">Base DN</guilabel> :
ディレクトリ内のユーザ検索で使われる基本 DN</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">LDAP screen</guilabel> :
ディレクトリ内のユーザ検索画面 (オプション)</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">LDAP 機能</guilabel> :</para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">識別子</guilabel> :
ユーザ識別子として使われるLDAP機能名例: uid</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">名前</guilabel> :
ユーザの名前を含むLDAP機能名例: givenName</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">苗字</guilabel> :
ユーザの苗字を含むLDAP機能名例: familyName</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">メールアドレス</guilabel> :
ユーザのメールアドレスを含むLDAP機能名例: mail</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
<para>機能 " <guilabel moreinfo="none">名前</guilabel> "、
" <guilabel moreinfo="none">苗字</guilabel> "、 " <guilabel
moreinfo="none">メール</guilabel> " はアカウントがその場で作成された
時以外では使用されません。</para>
</section>
</section>
<section>
<title>設定</title>
<para>設定画面ではredMineの設定を変更できます。</para>
<para></para>
<itemizedlist>
<listitem>
<para><guilabel>アプリケーションのタイトル</guilabel></para>
<para>redMineのヘッダに表示するタイトルです。</para>
</listitem>
<listitem>
<para><guilabel>アプリケーションのサブタイトル</guilabel></para>
<para>redMineのヘッダに表示するサブタイトルです。</para>
</listitem>
<listitem>
<para><guilabel>ウェルカムメッセージ</guilabel></para>
<para>redMineのホームに表示されるテキストです。
テキストにはHTMLタグが使用できます。</para>
</listitem>
<listitem>
<para><guilabel>既定の言語</guilabel></para>
<para>ユーザのブラウザの言語がわからないときに選択される
デフォルトの言語です。既定の言語は複数のユーザにメール送信する
際にも使用されます。</para>
<para><emphasis>デフォルト: English</emphasis></para>
</listitem>
<listitem>
<para><guilabel>認証が必要</guilabel></para>
<para>このオプションがチェックされている場合、ログインなしでは
redMineのどのページにもアクセスできません。
ユーザは必ずログインしなければなりません。</para>
<para><emphasis>デフォルト: いいえ</emphasis></para>
</listitem>
<listitem>
<para><guilabel>ユーザは自分で登録できる</guilabel></para>
<para>このオプションがチェックされている場合、
自分で登録できます。</para>
<para><emphasis>デフォルト: はい</emphasis></para>
</listitem>
<listitem>
<para><guilabel>パスワードの再発行</guilabel></para>
<para>このオプションがチェックされている場合、パスワードの再発行
機能が有効になります。</para>
<para><emphasis>デフォルト: はい</emphasis></para>
</listitem>
<listitem>
<para><guilabel>添付の最大サイズ</guilabel></para>
<para>アップロードファイルの最大サイズ(キロバイト)</para>
<para><emphasis>デフォルト: 2048 2MB</emphasis></para>
</listitem>
<listitem>
<para><guilabel>出力する問題数の上限</guilabel></para>
<para>CSVやPDFに含まれる問題の最大数です。</para>
<para><emphasis>デフォルト: 500</emphasis></para>
</listitem>
<listitem>
<para><guilabel>送信元メールアドレス</guilabel></para>
<para>ユーザに送信するメッセージの "From" フィールドに使用される
メールアドレスです。</para>
</listitem>
<listitem>
<para><guilabel>ホスト名</guilabel></para>
<para>アプリケーションのホスト名です。
ユーザに送るメール内に書くURLに使用されます。</para>
</listitem>
<listitem>
<para><guilabel>テキストの書式</guilabel></para>
<para>問題、ニュース、ドキュメントなどの説明フィールドに適用する
整形の方法です。</para>
<para>"Textile" オプションは ruby ライブラリの RedCloth が
インストールされている場合のみ有効です。</para>
</listitem>
</itemizedlist>
</section>
<section>
<title>情報</title>
<para>アプリケーションと環境の情報を表示します。</para>
</section>
</chapter>
<chapter>
<title>プロジェクト</title>
<section>
<title>プロジェクト概要</title>
<para>概要はプロジェクトの一般的な情報を表示します。
トラッカーが報告した問題リクエストのまとめだけでなく、主なメンバー、
最後のニュースなどの情報です。</para>
<para></para>
</section>
<section>
<title>計画</title>
<para></para>
<section>
<title>カレンダー</title>
<para>カレンダーは選択された月の間でタスクの開始と終了を表示します
(デフォルトでは当月です)。開始日と締切日が指定されている場合、
問題はタスクとして表示されます。</para>
<itemizedlist>
<listitem>
<para>シンボル <inlinemediaobject>
<imageobject>
<imagedata fileref="images/arrow_from.png" />
</imageobject>
</inlinemediaobject> は、タスクの開始を表現します。</para>
</listitem>
<listitem>
<para>シンボル <inlinemediaobject>
<imageobject>
<imagedata fileref="images/arrow_to.png" />
</imageobject>
</inlinemediaobject> は、タスクの終了を表現します。</para>
</listitem>
<listitem>
<para>シンボル <inlinemediaobject>
<imageobject>
<imagedata fileref="images/arrow_bw.png" />
</imageobject>
</inlinemediaobject> は、同じ日に開始して終了するタスクを表現します。 </para>
</listitem>
</itemizedlist>
<para></para>
</section>
<section>
<title>ガントチャート</title>
<para>タスクとその達成度を示す図です。</para>
<para>達成は青で、遅れは赤で表現されます。</para>
<para></para>
<screenshot>
<screeninfo>ガントチャート</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="images/gantt.png" />
</imageobject>
</mediaobject>
</screenshot>
</section>
</section>
<section>
<title>問題管理</title>
<para></para>
<section>
<title>問題一覧</title>
<para>デフォルトでは、プロジェクトの未終了の問題のすべての一覧が
表示されます。さまざまなフィルタで表示する問題を選択できます。
プロジェクトがサブプロジェクトを持っているならば、
サブプロジェクトの問題も表示することも可能です(デフォルトでは
表示しません)。</para>
<para>一度適用されると、画面はセッションの間中有効です。
キャンセルをクリックして再定義や削除ができます。</para>
<para></para>
<para></para>
<screenshot>
<screeninfo>要求一覧</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="images/issues_list.png" />
</imageobject>
</mediaobject>
</screenshot>
<para></para>
</section>
</section>
<section>
<title>レポート</title>
<para>レポート画面では、色々な基準(トラッカー、優先度、カテゴリー)での
問題の数と状態のまとめを提供します。直接リンクで各基準の詳細な
問題一覧へアクセスできます。</para>
</section>
<section>
<title>変更履歴</title>
<para>プロジェクトの各バージョンごとに解決された問題すべての一覧を表示します。
特定の種類の問題を除外して表示できます。</para>
</section>
<section>
<title>ニュース</title>
<para>プロジェクトの活動に関してユーザに知らせることができます。</para>
</section>
<section>
<title>文書</title>
<para>文書はカテゴリでまとめられます(選択肢を参照してください)。
ひとつの文書には複数のファイルをいれることができます
(例えば: 校正したものや、連続したバージョン)。</para>
</section>
<section>
<title>ファイル</title>
<para>アプリケーションの各バージョンごとに各種フォルダ
(ソース、バイナリなど)を表示できます。</para>
</section>
<section>
<title>設定</title>
<para></para>
<section>
<title>プロジェクトの機能</title>
<para></para>
<itemizedlist>
<listitem>
<para><guilabel moreinfo="none">公開</guilabel> :
公開プロジェクトはプロジェクトのメンバー以外も含めた
すべてのユーザが閲覧(要求、文書などを)できます。
公開プロジェクトではない場合、プロジェクトのメンバーのみが
ロールに従ってアクセスできます。
</para>
</listitem>
<listitem>
<para><guilabel moreinfo="none">カスタムフィールド</guilabel> :
使用したいカスタムフィールドを選択してください。
管理者だけが新しいカスタムフィールドを定義できます。</para>
</listitem>
</itemizedlist>
<para></para>
</section>
<section>
<title>メンバー</title>
<para>メンバー画面ではメンバーのロールだけでなくプロジェクトの
メンバーも定義できます。ユーザは一つのプロジェクトでは一つのロールだけ
持つことができます。メンバーのロールはプロジェクト内での権限を
決定します。</para>
</section>
<section>
<title>バージョン</title>
<para>Versions allow you to follow the changes made during all the
project. For instance, at the close of an Issue, you can indicate
which version takes it into account. You can display the various
versions of the application (see Files).</para>
<para>バージョンでは、プロジェクトの間になされた変更を追うことが
できます。例えば、問題のクローズにおいて、どのバージョンで
変更が行われたかを示すことができます。
アプリケーションのさまざまなバージョンを表示することができます
(ファイル画面を参照してください)。</para>
</section>
<section>
<title>問題のカテゴリ</title>
<para>問題のカテゴリは問題を整理できます。カテゴリはプロジェクトの
さまざまな構成要素に該当します。</para>
</section>
</section>
</chapter>
<chapter>
<title>ユーザアカウント</title>
<para></para>
<section>
<title>マイアカウント</title>
<para></para>
<section>
<title>情報</title>
<para>情報画面では苗字、名、メールアドレス、言語といった
アカウント情報を変更できます。</para>
<para><guilabel>メール通知</guilabel> がチェックされないならば、
メールは送られません。</para>
</section>
<section>
<title>パスワード</title>
<para>パスワードを変更するために、古いパスワードと新しいパスワード
2度を入力してください。パスワードの長さは4から12文字です。</para>
<para>アカウントに外部認証LDAPを使用する場合、
redMineではパスワードを変更できません。</para>
</section>
</section>
<section>
<title>マイページ</title>
<para>マイページではユーザのプロジェクトについてのさまざまな情報を
表示できます。</para>
<para>ページをパーソナライズするために、<guilabel>このページを
パーソナライズする</guilabel> をクリックしてください。
どの情報をどこに表示するかを選択できます。</para>
</section>
<section>
<title>パスワードの再発行</title>
<para>パスワードを忘れた場合、以下の方法で新しいパスワードを決めることが
できます。</para>
<para>ログイン画面で <guilabel>パスワードの再発行</guilabel> をクリック
してください。メールアドレスを入力しフォームを送信してください。
メールが送られます。メールにはパスワードを変更するためのリンクが
あります。</para>
<para>アカウントが外部認証LDAPを使用している場合、
この処理は無効です。</para>
</section>
<section>
<title>登録</title>
<para>登録することで、管理者の招待なしにアカウントを取得できます。</para>
<para>ログイン画面で <guilabel>登録</guilabel>をクリックします。
フォームに入力して送信してください。メールが送信されます。
アカウントを有効化するため、メールに含まれるリンクを
クリックしてください。</para>
<para>redMineの設定で登録機能を無効化できます。</para>
</section>
</chapter>
</book>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter&nbsp;1.&nbsp;&#31649;&#29702;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="prev" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="next" href="ch01s01.html" title="1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e4"></a>Chapter&nbsp;1.&nbsp;&#31649;&#29702;</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01s01.html">1. &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. &#12518;&#12540;&#12470;</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. &#12518;&#12540;&#12470;&#19968;&#35239;</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. &#12518;&#12540;&#12470;&#20316;&#25104;&#12392;&#22793;&#26356;</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. &#12525;&#12540;&#12523;&#12392;&#27177;&#38480;</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. &#12488;&#12521;&#12483;&#12459;&#12540;</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. &#12459;&#12473;&#12479;&#12512;&#12501;&#12451;&#12540;&#12523;&#12489;</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e158">5.1. &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#29992;&#12398;&#12501;&#12451;&#12540;&#12523;&#12489;</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e169">5.2. &#21839;&#38988;&#29992;&#12398;&#12501;&#12451;&#12540;&#12523;&#12489;</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e182">5.3. &#12518;&#12540;&#12470;&#29992;&#12398;&#12501;&#12451;&#12540;&#12523;&#12489;</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. &#21839;&#38988;&#12398;&#29366;&#24907;</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. &#12527;&#12540;&#12463;&#12501;&#12525;&#12540;</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. &#21015;&#25369;&#38917;&#30446;</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. &#12513;&#12540;&#12523;&#36890;&#30693;</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. &#35469;&#35388;</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e264">10.1. LDAP &#12473;&#12486;&#12540;&#12488;&#12513;&#12531;&#12488;</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. &#35373;&#23450;</a></span></dt><dt><span class="section"><a href="ch01s12.html">12. &#24773;&#22577;</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="next" href="ch01s02.html" title="2.&nbsp;&#12518;&#12540;&#12470;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e7"></a>1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</h2></div></div></div><p>&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#30011;&#38754;&#12391;&#12399;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12434;&#31649;&#29702;&#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;1.&nbsp;&#31649;&#29702;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;&#12518;&#12540;&#12470;</td></tr></table></div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>3.&nbsp;&#12525;&#12540;&#12523;&#12392;&#27177;&#38480;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01s02.html" title="2.&nbsp;&#12518;&#12540;&#12470;"><link rel="next" href="ch01s04.html" title="4.&nbsp;&#12488;&#12521;&#12483;&#12459;&#12540;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;&#12525;&#12540;&#12523;&#12392;&#27177;&#38480;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e71"></a>3.&nbsp;&#12525;&#12540;&#12523;&#12392;&#27177;&#38480;</h2></div></div></div><p>&#12525;&#12540;&#12523;&#12399;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#12373;&#12414;&#12374;&#12414;&#12394;&#12513;&#12531;&#12496;&#12540;&#12398;&#27177;&#38480;&#12434;&#25972;&#29702;&#12375;&#12414;&#12377;&#12290; &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#21508;&#12513;&#12531;&#12496;&#12540;&#12399;&#19968;&#12388;&#12398;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#20869;&#12391;&#19968;&#12388;&#12398;&#12525;&#12540;&#12523;&#12434;&#25345;&#12385;&#12414;&#12377;&#12290; &#30064;&#12394;&#12427;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12391;&#12399;&#30064;&#12394;&#12427;&#12525;&#12540;&#12523;&#12434;&#25345;&#12388;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;</p><p>&#12525;&#12540;&#12523;&#12398;&#26032;&#35215;&#20316;&#25104;/&#32232;&#38598;&#30011;&#38754;&#12391;&#12399;&#12289; &#12381;&#12398;&#12525;&#12540;&#12523;&#12395;&#35377;&#21487;&#12377;&#12427;&#12450;&#12463;&#12471;&#12519;&#12531;&#12434;&#12481;&#12455;&#12483;&#12463;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;&#12518;&#12540;&#12470;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;4.&nbsp;&#12488;&#12521;&#12483;&#12459;&#12540;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>4.&nbsp;&#12488;&#12521;&#12483;&#12459;&#12540;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01s03.html" title="3.&nbsp;&#12525;&#12540;&#12523;&#12392;&#27177;&#38480;"><link rel="next" href="ch01s05.html" title="5.&nbsp;&#12459;&#12473;&#12479;&#12512;&#12501;&#12451;&#12540;&#12523;&#12489;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.&nbsp;&#12488;&#12521;&#12483;&#12459;&#12540;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e78"></a>4.&nbsp;&#12488;&#12521;&#12483;&#12459;&#12540;</h2></div></div></div><p>&#12488;&#12521;&#12483;&#12459;&#12540;&#12391;&#12399;&#12289;&#21839;&#38988;&#12398;&#20006;&#12403;&#38918;&#12420;&#29305;&#23450;&#12398;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12398;&#23450;&#32681;&#12364; &#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;&#12525;&#12540;&#12523;&#12392;&#27177;&#38480;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;5.&nbsp;&#12459;&#12473;&#12479;&#12512;&#12501;&#12451;&#12540;&#12523;&#12489;</td></tr></table></div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>6.&nbsp;&#21839;&#38988;&#12398;&#29366;&#24907;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01s05.html" title="5.&nbsp;&#12459;&#12473;&#12479;&#12512;&#12501;&#12451;&#12540;&#12523;&#12489;"><link rel="next" href="ch01s07.html" title="7.&nbsp;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.&nbsp;&#21839;&#38988;&#12398;&#29366;&#24907;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s05.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e193"></a>6.&nbsp;&#21839;&#38988;&#12398;&#29366;&#24907;</h2></div></div></div><p>&#21839;&#38988;&#12398;&#29366;&#24907;&#30011;&#38754;&#12391;&#12399;&#12289;&#12373;&#12414;&#12374;&#12414;&#12394;&#21839;&#38988;&#12398;&#29366;&#24907;&#12434;&#23450;&#32681;&#12391;&#12365;&#12414;&#12377;&#12290;</p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">&#32066;&#20102;</span> : &#21839;&#38988;&#12399;&#32066;&#20102;&#12375;&#12383;&#12392;&#12415;&#12394;&#12373;&#12428;&#12414;&#12377;</p></li><li><p><span class="guilabel">&#12487;&#12501;&#12457;&#12523;&#12488;</span> : &#26032;&#12375;&#12356;&#21839;&#38988;&#12395;&#12487;&#12501;&#12457;&#12523;&#12488;&#12391;&#36969;&#29992;&#12373;&#12428;&#12427;&#29366;&#24907;&#12391;&#12377; &#65288;&#12487;&#12501;&#12457;&#12523;&#12488;&#12395;&#12391;&#12365;&#12427;&#12473;&#12486;&#12540;&#12479;&#12473;&#12399;&#19968;&#12388;&#12384;&#12369;&#12391;&#12377;&#65289;</p></li><li><p><span class="guilabel">&#33394;</span> : &#34920;&#31034;&#12373;&#12428;&#12383;&#29366;&#24907;&#12434; &#34920;&#29694;&#12377;&#12427;HTML&#12398;&#12459;&#12521;&#12540;&#12467;&#12540;&#12489;&#65288;6&#25991;&#23383;&#65289;&#12391;&#12377;&#12290;</p></li></ul></div><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s05.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.&nbsp;&#12459;&#12473;&#12479;&#12512;&#12501;&#12451;&#12540;&#12523;&#12489;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;7.&nbsp;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>7.&nbsp;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01s06.html" title="6.&nbsp;&#21839;&#38988;&#12398;&#29366;&#24907;"><link rel="next" href="ch01s08.html" title="8.&nbsp;&#21015;&#25369;&#38917;&#30446;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7.&nbsp;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s06.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s08.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e215"></a>7.&nbsp;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;</h2></div></div></div><p>&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12391;&#12399;&#12289;&#12381;&#12428;&#12382;&#12428;&#12398;&#12525;&#12540;&#12523;&#12395;&#24467;&#12387;&#12390;&#12373;&#12414;&#12374;&#12414;&#12394;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398; &#12513;&#12531;&#12496;&#12540;&#12364;&#21839;&#38988;&#12395;&#34892;&#12358;&#12371;&#12392;&#12364;&#12391;&#12365;&#12427;&#22793;&#26356;&#12434;&#23450;&#32681;&#12375;&#12414;&#12377;&#12290;</p><p>&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12434;&#22793;&#26356;&#12375;&#12383;&#12356;&#12525;&#12540;&#12523;&#12420;&#12488;&#12521;&#12483;&#12459;&#12540;&#12434;&#36984;&#25246;&#12375;&#12289;&#12300;&#32232;&#38598;&#12301;&#12434; &#12463;&#12522;&#12483;&#12463;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;&#36984;&#25246;&#12375;&#12383;&#12525;&#12540;&#12523;&#12420;&#12488;&#12521;&#12483;&#12459;&#12540;&#12395;&#23550;&#12375;&#12390;&#35377;&#21487;&#12377;&#12427; &#22793;&#26356;&#25805;&#20316;&#12434;&#22793;&#12360;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#12300;&#29694;&#22312;&#12398;&#29366;&#24907;&#12301;&#12399;&#21021;&#26399;&#12398;&#35201;&#27714;&#29366;&#24907;&#12434; &#31034;&#12375;&#12414;&#12377;&#12290;&#12300;&#29366;&#24907;&#12398;&#31227;&#34892;&#20808;&#12301;&#27396;&#12399;&#36969;&#29992;&#12434;&#35377;&#21487;&#12373;&#12428;&#12383;&#29366;&#24907;&#12434;&#24847;&#21619;&#12375;&#12414;&#12377;&#12290;</p><p><em><span class="remark">&#27880;&#35352;&#65306;&#29305;&#23450;&#12398;&#12525;&#12540;&#12523;&#12364;&#21839;&#38988;&#12398;&#29366;&#24907;&#12434;&#22793;&#26356;&#12377;&#12427;&#12383;&#12417;&#12395;&#12399;&#12289; &#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&#12398;&#35373;&#23450;&#12395;&#38306;&#12431;&#12425;&#12378;&#35377;&#21487;&#12434;&#26126;&#31034;&#30340;&#12395;&#19982;&#12360;&#12394;&#12367;&#12390;&#12399;&#12394;&#12426;&#12414;&#12379;&#12435;&#12290; </span></em></p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/workflow.png"></div></div><p>&#19978;&#35352;&#12398;&#20363;&#12391;&#12399;&#12289;&#26032;&#35215;&#29366;&#24907;&#12398;&#31278;&#39006;&#12300;&#12496;&#12464;&#12301;&#12398;&#21839;&#38988;&#12398;&#12522;&#12463;&#12456;&#12473;&#12488;&#12399; &#38283;&#30330;&#32773;&#12525;&#12540;&#12523;&#12395;&#12424;&#12387;&#12390;&#20998;&#25285;&#12414;&#12383;&#12399;&#35299;&#27770;&#12398;&#29366;&#24907;&#12434;&#19982;&#12360;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290; &#20998;&#25285;&#29366;&#24907;&#12398;&#21839;&#38988;&#12434;&#35299;&#27770;&#29366;&#24907;&#12395;&#12391;&#12365;&#12414;&#12377;&#12290;&#20182;&#12398;&#29366;&#24907;&#12398;&#31278;&#39006;&#12300;&#12496;&#12464;&#12301;&#12398;&#12522;&#12463;&#12456;&#12473;&#12488;&#12399; &#38283;&#30330;&#32773;&#12395;&#12424;&#12387;&#12390;&#22793;&#26356;&#12391;&#12365;&#12414;&#12379;&#12435;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s06.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6.&nbsp;&#21839;&#38988;&#12398;&#29366;&#24907;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;8.&nbsp;&#21015;&#25369;&#38917;&#30446;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>8.&nbsp;&#21015;&#25369;&#38917;&#30446;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01s07.html" title="7.&nbsp;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;"><link rel="next" href="ch01s09.html" title="9.&nbsp;&#12513;&#12540;&#12523;&#36890;&#30693;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">8.&nbsp;&#21015;&#25369;&#38917;&#30446;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s07.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s09.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e234"></a>8.&nbsp;&#21015;&#25369;&#38917;&#30446;</h2></div></div></div><p>redMine&#12391;&#20351;&#29992;&#12373;&#12428;&#12427;&#36984;&#25246;&#32930;&#12434;&#12459;&#12473;&#12479;&#12510;&#12452;&#12474;&#12391;&#12365;&#12414;&#12377; &#65288;&#20363;&#12360;&#12400;&#12289;&#21839;&#38988;&#12398;&#20778;&#20808;&#24230;&#12398;&#35373;&#23450;&#65289;&#12290;&#21015;&#25369;&#38917;&#30446;&#30011;&#38754;&#12391;&#12399;&#12289;&#20197;&#19979;&#12398;&#12381;&#12428;&#12382;&#12428;&#12395;&#38917;&#30446;&#12434; &#23450;&#32681;&#12391;&#12365;&#12414;&#12377;&#12290;</p><div class="itemizedlist"><ul type="disc"><li><p>&#21839;&#38988;&#12398;&#20778;&#20808;&#24230;</p></li><li><p>&#25991;&#26360;&#12459;&#12486;&#12468;&#12522;</p></li></ul></div><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s07.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7.&nbsp;&#12527;&#12540;&#12463;&#12501;&#12525;&#12540;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;9.&nbsp;&#12513;&#12540;&#12523;&#36890;&#30693;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>9.&nbsp;&#12513;&#12540;&#12523;&#36890;&#30693;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01s08.html" title="8.&nbsp;&#21015;&#25369;&#38917;&#30446;"><link rel="next" href="ch01s10.html" title="10.&nbsp;&#35469;&#35388;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">9.&nbsp;&#12513;&#12540;&#12523;&#36890;&#30693;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s08.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s10.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e247"></a>9.&nbsp;&#12513;&#12540;&#12523;&#36890;&#30693;</h2></div></div></div><p>&#12513;&#12540;&#12523;&#36890;&#30693;&#30011;&#38754;&#12391;&#12399;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#12513;&#12531;&#12496;&#12540;&#12395;&#12513;&#12540;&#12523;&#36890;&#30693;&#12434; &#12377;&#12427;&#12363;&#12393;&#12358;&#12363;&#12434;&#36984;&#25246;&#12391;&#12365;&#12414;&#12377;&#12290;</p><p>&#27880;&#35352;: &#36890;&#30693;&#12434;&#34892;&#12356;&#12383;&#12356;&#22580;&#21512;&#12289;&#12513;&#12540;&#12523;&#36865;&#20449;&#12364;redMine&#12398;&#35373;&#23450;&#12391; &#26377;&#21177;&#12395;&#12373;&#12428;&#12390;&#12356;&#12394;&#12369;&#12428;&#12400;&#12394;&#12426;&#12414;&#12379;&#12435;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s08.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s10.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8.&nbsp;&#21015;&#25369;&#38917;&#30446;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;10.&nbsp;&#35469;&#35388;</td></tr></table></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>12.&nbsp;&#24773;&#22577;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;&#31649;&#29702;"><link rel="prev" href="ch01s11.html" title="11.&nbsp;&#35373;&#23450;"><link rel="next" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">12.&nbsp;&#24773;&#22577;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;&#31649;&#29702;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e440"></a>12.&nbsp;&#24773;&#22577;</h2></div></div></div><p>&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12392;&#29872;&#22659;&#12398;&#24773;&#22577;&#12434;&#34920;&#31034;&#12375;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">11.&nbsp;&#35373;&#23450;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="prev" href="ch01s12.html" title="12.&nbsp;&#24773;&#22577;"><link rel="next" href="ch02s01.html" title="1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s12.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e445"></a>Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02s01.html">1. &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. &#35336;&#30011;</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e458">2.1. &#12459;&#12524;&#12531;&#12480;&#12540;</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e486">2.2. &#12460;&#12531;&#12488;&#12481;&#12515;&#12540;&#12488;</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. &#21839;&#38988;&#31649;&#29702;</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e504">3.1. &#21839;&#38988;&#19968;&#35239;</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. &#12524;&#12509;&#12540;&#12488;</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. &#22793;&#26356;&#23653;&#27508;</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. &#12491;&#12517;&#12540;&#12473;</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. &#25991;&#26360;</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. &#12501;&#12449;&#12452;&#12523;</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. &#35373;&#23450;</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e549">9.1. &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#27231;&#33021;</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e565">9.2. &#12513;&#12531;&#12496;&#12540;</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e570">9.3. &#12496;&#12540;&#12472;&#12519;&#12531;</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e577">9.4. &#21839;&#38988;&#12398;&#12459;&#12486;&#12468;&#12522;</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s12.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">12.&nbsp;&#24773;&#22577;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="next" href="ch02s02.html" title="2.&nbsp;&#35336;&#30011;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e448"></a>1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;</h2></div></div></div><p>&#27010;&#35201;&#12399;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#19968;&#33324;&#30340;&#12394;&#24773;&#22577;&#12434;&#34920;&#31034;&#12375;&#12414;&#12377;&#12290; &#12488;&#12521;&#12483;&#12459;&#12540;&#12364;&#22577;&#21578;&#12375;&#12383;&#21839;&#38988;&#12522;&#12463;&#12456;&#12473;&#12488;&#12398;&#12414;&#12392;&#12417;&#12384;&#12369;&#12391;&#12394;&#12367;&#12289;&#20027;&#12394;&#12513;&#12531;&#12496;&#12540;&#12289; &#26368;&#24460;&#12398;&#12491;&#12517;&#12540;&#12473;&#12394;&#12393;&#12398;&#24773;&#22577;&#12391;&#12377;&#12290;</p><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;&#35336;&#30011;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>2.&nbsp;&#35336;&#30011;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02s01.html" title="1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;"><link rel="next" href="ch02s03.html" title="3.&nbsp;&#21839;&#38988;&#31649;&#29702;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;&#35336;&#30011;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e454"></a>2.&nbsp;&#35336;&#30011;</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e458"></a>2.1.&nbsp;&#12459;&#12524;&#12531;&#12480;&#12540;</h3></div></div></div><p>&#12459;&#12524;&#12531;&#12480;&#12540;&#12399;&#36984;&#25246;&#12373;&#12428;&#12383;&#26376;&#12398;&#38291;&#12391;&#12479;&#12473;&#12463;&#12398;&#38283;&#22987;&#12392;&#32066;&#20102;&#12434;&#34920;&#31034;&#12375;&#12414;&#12377; &#65288;&#12487;&#12501;&#12457;&#12523;&#12488;&#12391;&#12399;&#24403;&#26376;&#12391;&#12377;&#65289;&#12290;&#38283;&#22987;&#26085;&#12392;&#32224;&#20999;&#26085;&#12364;&#25351;&#23450;&#12373;&#12428;&#12390;&#12356;&#12427;&#22580;&#21512;&#12289; &#21839;&#38988;&#12399;&#12479;&#12473;&#12463;&#12392;&#12375;&#12390;&#34920;&#31034;&#12373;&#12428;&#12414;&#12377;&#12290;</p><div class="itemizedlist"><ul type="disc"><li><p>&#12471;&#12531;&#12508;&#12523; <span class="inlinemediaobject"><img src="resources/arrow_from.png"></span> &#12399;&#12289;&#12479;&#12473;&#12463;&#12398;&#38283;&#22987;&#12434;&#34920;&#29694;&#12375;&#12414;&#12377;&#12290;</p></li><li><p>&#12471;&#12531;&#12508;&#12523; <span class="inlinemediaobject"><img src="resources/arrow_to.png"></span> &#12399;&#12289;&#12479;&#12473;&#12463;&#12398;&#32066;&#20102;&#12434;&#34920;&#29694;&#12375;&#12414;&#12377;&#12290;</p></li><li><p>&#12471;&#12531;&#12508;&#12523; <span class="inlinemediaobject"><img src="resources/arrow_bw.png"></span> &#12399;&#12289;&#21516;&#12376;&#26085;&#12395;&#38283;&#22987;&#12375;&#12390;&#32066;&#20102;&#12377;&#12427;&#12479;&#12473;&#12463;&#12434;&#34920;&#29694;&#12375;&#12414;&#12377;&#12290;</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e486"></a>2.2.&nbsp;&#12460;&#12531;&#12488;&#12481;&#12515;&#12540;&#12488;</h3></div></div></div><p>&#12479;&#12473;&#12463;&#12392;&#12381;&#12398;&#36948;&#25104;&#24230;&#12434;&#31034;&#12377;&#22259;&#12391;&#12377;&#12290;</p><p>&#36948;&#25104;&#12399;&#38738;&#12391;&#12289;&#36933;&#12428;&#12399;&#36196;&#12391;&#34920;&#29694;&#12373;&#12428;&#12414;&#12377;&#12290;</p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/gantt.png"></div></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#27010;&#35201;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;&#21839;&#38988;&#31649;&#29702;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>3.&nbsp;&#21839;&#38988;&#31649;&#29702;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02s02.html" title="2.&nbsp;&#35336;&#30011;"><link rel="next" href="ch02s04.html" title="4.&nbsp;&#12524;&#12509;&#12540;&#12488;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;&#21839;&#38988;&#31649;&#29702;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e500"></a>3.&nbsp;&#21839;&#38988;&#31649;&#29702;</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e504"></a>3.1.&nbsp;&#21839;&#38988;&#19968;&#35239;</h3></div></div></div><p>&#12487;&#12501;&#12457;&#12523;&#12488;&#12391;&#12399;&#12289;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#26410;&#32066;&#20102;&#12398;&#21839;&#38988;&#12398;&#12377;&#12409;&#12390;&#12398;&#19968;&#35239;&#12364; &#34920;&#31034;&#12373;&#12428;&#12414;&#12377;&#12290;&#12373;&#12414;&#12374;&#12414;&#12394;&#12501;&#12451;&#12523;&#12479;&#12391;&#34920;&#31034;&#12377;&#12427;&#21839;&#38988;&#12434;&#36984;&#25246;&#12391;&#12365;&#12414;&#12377;&#12290; &#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12364;&#12469;&#12502;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12434;&#25345;&#12387;&#12390;&#12356;&#12427;&#12394;&#12425;&#12400;&#12289; &#12469;&#12502;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#21839;&#38988;&#12418;&#34920;&#31034;&#12377;&#12427;&#12371;&#12392;&#12418;&#21487;&#33021;&#12391;&#12377;&#65288;&#12487;&#12501;&#12457;&#12523;&#12488;&#12391;&#12399; &#34920;&#31034;&#12375;&#12414;&#12379;&#12435;&#65289;&#12290;</p><p>&#19968;&#24230;&#36969;&#29992;&#12373;&#12428;&#12427;&#12392;&#12289;&#30011;&#38754;&#12399;&#12475;&#12483;&#12471;&#12519;&#12531;&#12398;&#38291;&#20013;&#26377;&#21177;&#12391;&#12377;&#12290; &#12461;&#12515;&#12531;&#12475;&#12523;&#12434;&#12463;&#12522;&#12483;&#12463;&#12375;&#12390;&#20877;&#23450;&#32681;&#12420;&#21066;&#38500;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;</p><p></p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/issues_list.png"></div></div><p></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;&#35336;&#30011;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;4.&nbsp;&#12524;&#12509;&#12540;&#12488;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>4.&nbsp;&#12524;&#12509;&#12540;&#12488;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02s03.html" title="3.&nbsp;&#21839;&#38988;&#31649;&#29702;"><link rel="next" href="ch02s05.html" title="5.&nbsp;&#22793;&#26356;&#23653;&#27508;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.&nbsp;&#12524;&#12509;&#12540;&#12488;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e520"></a>4.&nbsp;&#12524;&#12509;&#12540;&#12488;</h2></div></div></div><p>&#12524;&#12509;&#12540;&#12488;&#30011;&#38754;&#12391;&#12399;&#12289;&#33394;&#12293;&#12394;&#22522;&#28310;&#65288;&#12488;&#12521;&#12483;&#12459;&#12540;&#12289;&#20778;&#20808;&#24230;&#12289;&#12459;&#12486;&#12468;&#12522;&#12540;&#65289;&#12391;&#12398; &#21839;&#38988;&#12398;&#25968;&#12392;&#29366;&#24907;&#12398;&#12414;&#12392;&#12417;&#12434;&#25552;&#20379;&#12375;&#12414;&#12377;&#12290;&#30452;&#25509;&#12522;&#12531;&#12463;&#12391;&#21508;&#22522;&#28310;&#12398;&#35443;&#32048;&#12394; &#21839;&#38988;&#19968;&#35239;&#12408;&#12450;&#12463;&#12475;&#12473;&#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;&#21839;&#38988;&#31649;&#29702;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;5.&nbsp;&#22793;&#26356;&#23653;&#27508;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>5.&nbsp;&#22793;&#26356;&#23653;&#27508;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02s04.html" title="4.&nbsp;&#12524;&#12509;&#12540;&#12488;"><link rel="next" href="ch02s06.html" title="6.&nbsp;&#12491;&#12517;&#12540;&#12473;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5.&nbsp;&#22793;&#26356;&#23653;&#27508;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e525"></a>5.&nbsp;&#22793;&#26356;&#23653;&#27508;</h2></div></div></div><p>&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#21508;&#12496;&#12540;&#12472;&#12519;&#12531;&#12372;&#12392;&#12395;&#35299;&#27770;&#12373;&#12428;&#12383;&#21839;&#38988;&#12377;&#12409;&#12390;&#12398;&#19968;&#35239;&#12434;&#34920;&#31034;&#12375;&#12414;&#12377;&#12290; &#29305;&#23450;&#12398;&#31278;&#39006;&#12398;&#21839;&#38988;&#12434;&#38500;&#22806;&#12375;&#12390;&#34920;&#31034;&#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4.&nbsp;&#12524;&#12509;&#12540;&#12488;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;6.&nbsp;&#12491;&#12517;&#12540;&#12473;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>6.&nbsp;&#12491;&#12517;&#12540;&#12473;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02s05.html" title="5.&nbsp;&#22793;&#26356;&#23653;&#27508;"><link rel="next" href="ch02s07.html" title="7.&nbsp;&#25991;&#26360;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.&nbsp;&#12491;&#12517;&#12540;&#12473;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e530"></a>6.&nbsp;&#12491;&#12517;&#12540;&#12473;</h2></div></div></div><p>&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12398;&#27963;&#21205;&#12395;&#38306;&#12375;&#12390;&#12518;&#12540;&#12470;&#12395;&#30693;&#12425;&#12379;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.&nbsp;&#22793;&#26356;&#23653;&#27508;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;7.&nbsp;&#25991;&#26360;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>7.&nbsp;&#25991;&#26360;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02s06.html" title="6.&nbsp;&#12491;&#12517;&#12540;&#12473;"><link rel="next" href="ch02s08.html" title="8.&nbsp;&#12501;&#12449;&#12452;&#12523;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7.&nbsp;&#25991;&#26360;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s08.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e535"></a>7.&nbsp;&#25991;&#26360;</h2></div></div></div><p>&#25991;&#26360;&#12399;&#12459;&#12486;&#12468;&#12522;&#12391;&#12414;&#12392;&#12417;&#12425;&#12428;&#12414;&#12377;&#65288;&#36984;&#25246;&#32930;&#12434;&#21442;&#29031;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#65289;&#12290; &#12402;&#12392;&#12388;&#12398;&#25991;&#26360;&#12395;&#12399;&#35079;&#25968;&#12398;&#12501;&#12449;&#12452;&#12523;&#12434;&#12356;&#12428;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377; &#65288;&#20363;&#12360;&#12400;: &#26657;&#27491;&#12375;&#12383;&#12418;&#12398;&#12420;&#12289;&#36899;&#32154;&#12375;&#12383;&#12496;&#12540;&#12472;&#12519;&#12531;&#65289;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6.&nbsp;&#12491;&#12517;&#12540;&#12473;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;8.&nbsp;&#12501;&#12449;&#12452;&#12523;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>8.&nbsp;&#12501;&#12449;&#12452;&#12523;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch02.html" title="Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;"><link rel="prev" href="ch02s07.html" title="7.&nbsp;&#25991;&#26360;"><link rel="next" href="ch02s09.html" title="9.&nbsp;&#35373;&#23450;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">8.&nbsp;&#12501;&#12449;&#12452;&#12523;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;2.&nbsp;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s09.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e540"></a>8.&nbsp;&#12501;&#12449;&#12452;&#12523;</h2></div></div></div><p>&#12450;&#12503;&#12522;&#12465;&#12540;&#12471;&#12519;&#12531;&#12398;&#21508;&#12496;&#12540;&#12472;&#12519;&#12531;&#12372;&#12392;&#12395;&#21508;&#31278;&#12501;&#12457;&#12523;&#12480; &#65288;&#12477;&#12540;&#12473;&#12289;&#12496;&#12452;&#12490;&#12522;&#12394;&#12393;&#65289;&#12434;&#34920;&#31034;&#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7.&nbsp;&#25991;&#26360;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;9.&nbsp;&#35373;&#23450;</td></tr></table></div></body></html>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="prev" href="ch02s09.html" title="9.&nbsp;&#35373;&#23450;"><link rel="next" href="ch03s01.html" title="1.&nbsp;&#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e582"></a>Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03s01.html">1. &#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html#d0e590">1.1. &#24773;&#22577;</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e599">1.2. &#12497;&#12473;&#12527;&#12540;&#12489;</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s02.html">2. &#12510;&#12452;&#12506;&#12540;&#12472;</a></span></dt><dt><span class="section"><a href="ch03s03.html">3. &#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. &#30331;&#37682;</a></span></dt></dl></div><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9.&nbsp;&#35373;&#23450;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;&#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>1.&nbsp;&#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch03.html" title="Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;"><link rel="prev" href="ch03.html" title="Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;"><link rel="next" href="ch03s02.html" title="2.&nbsp;&#12510;&#12452;&#12506;&#12540;&#12472;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;&#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e586"></a>1.&nbsp;&#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e590"></a>1.1.&nbsp;&#24773;&#22577;</h3></div></div></div><p>&#24773;&#22577;&#30011;&#38754;&#12391;&#12399;&#33495;&#23383;&#12289;&#21517;&#12289;&#12513;&#12540;&#12523;&#12450;&#12489;&#12524;&#12473;&#12289;&#35328;&#35486;&#12392;&#12356;&#12387;&#12383; &#12450;&#12459;&#12454;&#12531;&#12488;&#24773;&#22577;&#12434;&#22793;&#26356;&#12391;&#12365;&#12414;&#12377;&#12290;</p><p><span class="guilabel">&#12513;&#12540;&#12523;&#36890;&#30693;</span> &#12364;&#12481;&#12455;&#12483;&#12463;&#12373;&#12428;&#12394;&#12356;&#12394;&#12425;&#12400;&#12289; &#12513;&#12540;&#12523;&#12399;&#36865;&#12425;&#12428;&#12414;&#12379;&#12435;&#12290;</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e599"></a>1.2.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;</h3></div></div></div><p>&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#22793;&#26356;&#12377;&#12427;&#12383;&#12417;&#12395;&#12289;&#21476;&#12356;&#12497;&#12473;&#12527;&#12540;&#12489;&#12392;&#26032;&#12375;&#12356;&#12497;&#12473;&#12527;&#12540;&#12489; &#65288;2&#24230;&#65289;&#12434;&#20837;&#21147;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#38263;&#12373;&#12399;4&#12363;&#12425;12&#25991;&#23383;&#12391;&#12377;&#12290;</p><p>&#12450;&#12459;&#12454;&#12531;&#12488;&#12395;&#22806;&#37096;&#35469;&#35388;&#65288;LDAP&#65289;&#12434;&#20351;&#29992;&#12377;&#12427;&#22580;&#21512;&#12289; redMine&#12391;&#12399;&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#22793;&#26356;&#12391;&#12365;&#12414;&#12379;&#12435;&#12290;</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;&#12510;&#12452;&#12506;&#12540;&#12472;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>2.&nbsp;&#12510;&#12452;&#12506;&#12540;&#12472;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch03.html" title="Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;"><link rel="prev" href="ch03s01.html" title="1.&nbsp;&#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;"><link rel="next" href="ch03s03.html" title="3.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;&#12510;&#12452;&#12506;&#12540;&#12472;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e606"></a>2.&nbsp;&#12510;&#12452;&#12506;&#12540;&#12472;</h2></div></div></div><p>&#12510;&#12452;&#12506;&#12540;&#12472;&#12391;&#12399;&#12518;&#12540;&#12470;&#12398;&#12503;&#12525;&#12472;&#12455;&#12463;&#12488;&#12395;&#12388;&#12356;&#12390;&#12398;&#12373;&#12414;&#12374;&#12414;&#12394;&#24773;&#22577;&#12434; &#34920;&#31034;&#12391;&#12365;&#12414;&#12377;&#12290;</p><p>&#12506;&#12540;&#12472;&#12434;&#12497;&#12540;&#12477;&#12490;&#12521;&#12452;&#12474;&#12377;&#12427;&#12383;&#12417;&#12395;&#12289;<span class="guilabel">&#12371;&#12398;&#12506;&#12540;&#12472;&#12434; &#12497;&#12540;&#12477;&#12490;&#12521;&#12452;&#12474;&#12377;&#12427;</span> &#12434;&#12463;&#12522;&#12483;&#12463;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290; &#12393;&#12398;&#24773;&#22577;&#12434;&#12393;&#12371;&#12395;&#34920;&#31034;&#12377;&#12427;&#12363;&#12434;&#36984;&#25246;&#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;&#12510;&#12452;&#12450;&#12459;&#12454;&#12531;&#12488;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>3.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch03.html" title="Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;"><link rel="prev" href="ch03s02.html" title="2.&nbsp;&#12510;&#12452;&#12506;&#12540;&#12472;"><link rel="next" href="ch03s04.html" title="4.&nbsp;&#30331;&#37682;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e616"></a>3.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;</h2></div></div></div><p>&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#24536;&#12428;&#12383;&#22580;&#21512;&#12289;&#20197;&#19979;&#12398;&#26041;&#27861;&#12391;&#26032;&#12375;&#12356;&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#27770;&#12417;&#12427;&#12371;&#12392;&#12364; &#12391;&#12365;&#12414;&#12377;&#12290;</p><p>&#12525;&#12464;&#12452;&#12531;&#30011;&#38754;&#12391; <span class="guilabel">&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;</span> &#12434;&#12463;&#12522;&#12483;&#12463; &#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;&#12513;&#12540;&#12523;&#12450;&#12489;&#12524;&#12473;&#12434;&#20837;&#21147;&#12375;&#12501;&#12457;&#12540;&#12512;&#12434;&#36865;&#20449;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290; &#12513;&#12540;&#12523;&#12364;&#36865;&#12425;&#12428;&#12414;&#12377;&#12290;&#12513;&#12540;&#12523;&#12395;&#12399;&#12497;&#12473;&#12527;&#12540;&#12489;&#12434;&#22793;&#26356;&#12377;&#12427;&#12383;&#12417;&#12398;&#12522;&#12531;&#12463;&#12364; &#12354;&#12426;&#12414;&#12377;&#12290;</p><p>&#12450;&#12459;&#12454;&#12531;&#12488;&#12364;&#22806;&#37096;&#35469;&#35388;&#65288;LDAP&#65289;&#12434;&#20351;&#29992;&#12375;&#12390;&#12356;&#12427;&#22580;&#21512;&#12289; &#12371;&#12398;&#20966;&#29702;&#12399;&#28961;&#21177;&#12391;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;&#12510;&#12452;&#12506;&#12540;&#12472;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;4.&nbsp;&#30331;&#37682;</td></tr></table></div></body></html>

View File

@ -0,0 +1,3 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>4.&nbsp;&#30331;&#37682;</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="&#12518;&#12540;&#12470;&#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="ch03.html" title="Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;"><link rel="prev" href="ch03s03.html" title="3.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.&nbsp;&#30331;&#37682;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;3.&nbsp;&#12518;&#12540;&#12470;&#12450;&#12459;&#12454;&#12531;&#12488;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e628"></a>4.&nbsp;&#30331;&#37682;</h2></div></div></div><p>&#30331;&#37682;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289;&#31649;&#29702;&#32773;&#12398;&#25307;&#24453;&#12394;&#12375;&#12395;&#12450;&#12459;&#12454;&#12531;&#12488;&#12434;&#21462;&#24471;&#12391;&#12365;&#12414;&#12377;&#12290;</p><p>&#12525;&#12464;&#12452;&#12531;&#30011;&#38754;&#12391; <span class="guilabel">&#30331;&#37682;</span>&#12434;&#12463;&#12522;&#12483;&#12463;&#12375;&#12414;&#12377;&#12290; &#12501;&#12457;&#12540;&#12512;&#12395;&#20837;&#21147;&#12375;&#12390;&#36865;&#20449;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;&#12513;&#12540;&#12523;&#12364;&#36865;&#20449;&#12373;&#12428;&#12414;&#12377;&#12290; &#12450;&#12459;&#12454;&#12531;&#12488;&#12434;&#26377;&#21177;&#21270;&#12377;&#12427;&#12383;&#12417;&#12289;&#12513;&#12540;&#12523;&#12395;&#21547;&#12414;&#12428;&#12427;&#12522;&#12531;&#12463;&#12434; &#12463;&#12522;&#12483;&#12463;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;</p><p>redMine&#12398;&#35373;&#23450;&#12391;&#30331;&#37682;&#27231;&#33021;&#12434;&#28961;&#21177;&#21270;&#12391;&#12365;&#12414;&#12377;&#12290;</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;&#12497;&#12473;&#12527;&#12540;&#12489;&#12398;&#20877;&#30330;&#34892;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>

69
public/manual/ja/html.css Normal file
View File

@ -0,0 +1,69 @@
body {
background: #FFFFFF;
font: 0.8em Verdana,Tahoma,Arial,sans-serif;
}
h1, h2, h3, h4, h5 {
color: #800000;
font-family: sans-serif;
}
table {
font-size: 1em;
}
a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}
a:hover{
color: #800000;
text-decoration:underline;
background-color:inherit;
}
a img{border:none;}
.screenshot {
text-align: center;
}
.guilabel {
font-weight: bold;
}
span.term {
font-weight: bold;
}
div.sidebar {
background: #F0F0F0;
border: 1px solid gray;
padding: 5px;
margin: 20px;
}
pre.programlisting {
background: #F0F0F0;
border: 1px solid gray;
padding: 2px;
font-size: 10pt;
white-space: pre;
}
li p {
margin-top: 3px;
margin-bottom: 3px;
}
div.toc dt {
margin-bottom:4px;
}
.chapter {
display:block;
margin-top:2em;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB