diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 16:11:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 16:11:12 +0000 |
commit | 634d3557f2064e841d712743ea6639b67a8a7d38 (patch) | |
tree | 4530e37d3fb96502d5a3061b2b0c6356b9a2dcfb | |
parent | 6957eceee0b20849558ee9e06006b05e3ca99cd9 (diff) | |
download | redmine-634d3557f2064e841d712743ea6639b67a8a7d38.tar.gz redmine-634d3557f2064e841d712743ea6639b67a8a7d38.zip |
Online help japanese translation added (Ken Date)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@459 e93f8b46-1217-0410-a6f0-8f06a7374b81
51 files changed, 977 insertions, 0 deletions
diff --git a/config/help.yml b/config/help.yml index e67019d4f..1379b1074 100644 --- a/config/help.yml +++ b/config/help.yml @@ -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
diff --git a/doc/docbook/ja/images/arrow_bw.png b/doc/docbook/ja/images/arrow_bw.png Binary files differnew file mode 100644 index 000000000..c50fbce8e --- /dev/null +++ b/doc/docbook/ja/images/arrow_bw.png diff --git a/doc/docbook/ja/images/arrow_from.png b/doc/docbook/ja/images/arrow_from.png Binary files differnew file mode 100644 index 000000000..f1e1b6c31 --- /dev/null +++ b/doc/docbook/ja/images/arrow_from.png diff --git a/doc/docbook/ja/images/arrow_to.png b/doc/docbook/ja/images/arrow_to.png Binary files differnew file mode 100644 index 000000000..faef20c78 --- /dev/null +++ b/doc/docbook/ja/images/arrow_to.png diff --git a/doc/docbook/ja/images/gantt.png b/doc/docbook/ja/images/gantt.png Binary files differnew file mode 100644 index 000000000..65c33d685 --- /dev/null +++ b/doc/docbook/ja/images/gantt.png diff --git a/doc/docbook/ja/images/issues_list.png b/doc/docbook/ja/images/issues_list.png Binary files differnew file mode 100644 index 000000000..520de14bf --- /dev/null +++ b/doc/docbook/ja/images/issues_list.png diff --git a/doc/docbook/ja/images/locked.png b/doc/docbook/ja/images/locked.png Binary files differnew file mode 100644 index 000000000..5199dfe22 --- /dev/null +++ b/doc/docbook/ja/images/locked.png diff --git a/doc/docbook/ja/images/roles_edit.png b/doc/docbook/ja/images/roles_edit.png Binary files differnew file mode 100644 index 000000000..a1ed2755b --- /dev/null +++ b/doc/docbook/ja/images/roles_edit.png diff --git a/doc/docbook/ja/images/user_new.png b/doc/docbook/ja/images/user_new.png Binary files differnew file mode 100644 index 000000000..0c220257e --- /dev/null +++ b/doc/docbook/ja/images/user_new.png diff --git a/doc/docbook/ja/images/users_list.png b/doc/docbook/ja/images/users_list.png Binary files differnew file mode 100644 index 000000000..74d9c9a5a --- /dev/null +++ b/doc/docbook/ja/images/users_list.png diff --git a/doc/docbook/ja/images/workflow.png b/doc/docbook/ja/images/workflow.png Binary files differnew file mode 100644 index 000000000..04e79d61e --- /dev/null +++ b/doc/docbook/ja/images/workflow.png diff --git a/doc/docbook/ja/redmine-userdoc-ja.xml b/doc/docbook/ja/redmine-userdoc-ja.xml new file mode 100644 index 000000000..a3cab4e27 --- /dev/null +++ b/doc/docbook/ja/redmine-userdoc-ja.xml @@ -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> diff --git a/public/manual/ja/ch01.html b/public/manual/ja/ch01.html new file mode 100644 index 000000000..73446c511 --- /dev/null +++ b/public/manual/ja/ch01.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>Chapter 1. 管理</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="ユーザマニュアル"><link rel="up" href="index.html" title="ユーザマニュアル"><link rel="prev" href="index.html" title="ユーザマニュアル"><link rel="next" href="ch01s01.html" title="1. プロジェクト"></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 1. 管理</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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 1. 管理</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01s01.html">1. プロジェクト</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. ユーザ</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. ユーザ一覧</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. ユーザ作成と変更</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. ロールと権限</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. トラッカー</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. カスタムフィールド</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e158">5.1. プロジェクト用のフィールド</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e169">5.2. 問題用のフィールド</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e182">5.3. ユーザ用のフィールド</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. 問題の状態</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. ワークフロー</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. 列挙項目</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. メール通知</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. 認証</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e264">10.1. LDAP ステートメント</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. 設定</a></span></dt><dt><span class="section"><a href="ch01s12.html">12. 情報</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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ユーザマニュアル </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. プロジェクト</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s01.html b/public/manual/ja/ch01s01.html new file mode 100644 index 000000000..2bbafd990 --- /dev/null +++ b/public/manual/ja/ch01s01.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>1. プロジェクト</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01.html" title="Chapter 1. 管理"><link rel="next" href="ch01s02.html" title="2. ユーザ"></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. プロジェクト</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. プロジェクト</h2></div></div></div><p>プロジェクト画面ではプロジェクトを管理できます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 1. 管理 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. ユーザ</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s02.html b/public/manual/ja/ch01s02.html new file mode 100644 index 000000000..7b1d7d58a --- /dev/null +++ b/public/manual/ja/ch01s02.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>2. ユーザ</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s01.html" title="1. プロジェクト"><link rel="next" href="ch01s03.html" title="3. ロールと権限"></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. ユーザ</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s01.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.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="d0e12"></a>2. ユーザ</h2></div></div></div><p>ユーザ画面ではredMineのユーザを管理できます。</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e17"></a>2.1. ユーザ一覧</h3></div></div></div><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/users_list.png"></div></div><p>アカウントの状態:</p><div class="itemizedlist"><ul type="disc"><li><p>アイコン <span class="inlinemediaobject"><img src="resources/locked.png"></span> は、アカウントがロックされていることを 意味します。アカウントをロックされたユーザはログインや アプリケーションへのアクセスができません。</p></li><li><p>アイコン <span class="inlinemediaobject"><img src="resources/user_new.png"></span> は、ユーザがまだ有効化されていないことを 意味します。</p></li></ul></div><p>ロック/アンロックボタンでユーザアカウントを ロック/アンロックできます。</p><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e47"></a>2.2. ユーザ作成と変更</h3></div></div></div><p>ユーザ情報の変更時にパスワードを変更しないならパスワード欄を 空白にしてください。</p><p>管理者に指定されたユーザは、redMineアプリケーションと すべてのプロジェクトに無制限にアクセスできます。</p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">管理者</span> : ユーザをredMineの管理者に設定します。</p></li><li><p><span class="guilabel">メール通知</span> : ユーザへの自動メール通知を有効/無効にします。</p></li><li><p><span class="guilabel">ロック</span> : ユーザアカウントを無効にします。</p></li></ul></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="ch01s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. プロジェクト </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. ロールと権限</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s03.html b/public/manual/ja/ch01s03.html new file mode 100644 index 000000000..462b4fe40 --- /dev/null +++ b/public/manual/ja/ch01s03.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>3. ロールと権限</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s02.html" title="2. ユーザ"><link rel="next" href="ch01s04.html" title="4. トラッカー"></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. ロールと権限</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. ロールと権限</h2></div></div></div><p>ロールはプロジェクトのさまざまなメンバーの権限を整理します。 プロジェクトの各メンバーは一つのプロジェクト内で一つのロールを持ちます。 異なるプロジェクトでは異なるロールを持つことができます。</p><p>ロールの新規作成/編集画面では、 そのロールに許可するアクションをチェックしてください。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. ユーザ </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. トラッカー</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s04.html b/public/manual/ja/ch01s04.html new file mode 100644 index 000000000..b85b66263 --- /dev/null +++ b/public/manual/ja/ch01s04.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>4. トラッカー</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s03.html" title="3. ロールと権限"><link rel="next" href="ch01s05.html" title="5. カスタムフィールド"></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. トラッカー</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s03.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. トラッカー</h2></div></div></div><p>トラッカーでは、問題の並び順や特定のワークフローの定義が できます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3. ロールと権限 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5. カスタムフィールド</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s05.html b/public/manual/ja/ch01s05.html new file mode 100644 index 000000000..10aec2163 --- /dev/null +++ b/public/manual/ja/ch01s05.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>5. カスタムフィールド</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s04.html" title="4. トラッカー"><link rel="next" href="ch01s06.html" title="6. 問題の状態"></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. カスタムフィールド</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <a accesskey="n" href="ch01s06.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="d0e83"></a>5. カスタムフィールド</h2></div></div></div><p>カスタムフィールドでは、プロジェクト、問題、ユーザに追加情報を 設定できます。カスタムフィールドは以下の書式のうちの一つをとることが できます。</p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">整数</span> : 正または 負の数値</p></li><li><p><span class="guilabel">テキスト</span> : 文字列 - 一行入力です。</p></li><li><p><span class="guilabel">長いテキスト</span> : 複数行入力の文字列です。 一行の代わりに複数行なのがテキストとの 違いです。</p></li><li><p><span class="guilabel">日付</span> : 日付</p></li><li><p><span class="guilabel">真偽値</span> : 真または偽 (必要に応じてチェックする項目)</p></li><li><p><span class="guilabel">リスト</span> : 予め用意したリストから値を選ぶ (スクロールリストまたは選択ボックス)</p></li></ul></div><p>以下の検査項目を定義できます:</p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">必須</span> : 必須のフィールドは必ずフォームに入力しなければなりません。</p></li><li><p><span class="guilabel">全プロジェクト向け</span> : フィールドは自動的に全てのプロジェクトに関連付けられます。</p></li><li><p><span class="guilabel">最小値 - 最大値の長さ</span> : 入力フィールドの最小と最大の長さ(0だと無制限になります)。</p></li><li><p><span class="guilabel">正規表現</span> : 入力値の検査に正規表現を条件にできます。</p><p>例:</p><p><code class="code">^¥[A-Z]{4}¥d+$</code> : アルファベット大文字4文字、 それに続いて1文字以上の数字</p><p><code class="code">^[^0-9]*$</code> : 文字のみ - 数字は含めない</p></li><li><p><span class="guilabel">選択肢</span> : 書式 "リストから選択" フィールドの選択肢です。 選択肢は | で分けて入力します。</p></li></ul></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e158"></a>5.1. プロジェクト用のフィールド</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">必須</span> : 必須のフィールドです。</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e169"></a>5.2. 問題用のフィールド</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">全プロジェクト向け</span> : フィールドは自動的に全てのプロジェクトに関連付けられます</p><p>このオプションにチェックがない場合、各プロジェクトごとに 使用するかどうか選びます(プロジェクトの設定を参照してください) 。</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e182"></a>5.3. ユーザ用のフィールド</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">必須</span> : 必須のフィールドです</p></li></ul></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="ch01s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4. トラッカー </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 6. 問題の状態</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s06.html b/public/manual/ja/ch01s06.html new file mode 100644 index 000000000..436233287 --- /dev/null +++ b/public/manual/ja/ch01s06.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>6. 問題の状態</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s05.html" title="5. カスタムフィールド"><link rel="next" href="ch01s07.html" title="7. ワークフロー"></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. 問題の状態</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s05.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. 問題の状態</h2></div></div></div><p>問題の状態画面では、さまざまな問題の状態を定義できます。</p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">終了</span> : 問題は終了したとみなされます</p></li><li><p><span class="guilabel">デフォルト</span> : 新しい問題にデフォルトで適用される状態です (デフォルトにできるステータスは一つだけです)</p></li><li><p><span class="guilabel">色</span> : 表示された状態を 表現するHTMLのカラーコード(6文字)です。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5. カスタムフィールド </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 7. ワークフロー</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s07.html b/public/manual/ja/ch01s07.html new file mode 100644 index 000000000..62b97676a --- /dev/null +++ b/public/manual/ja/ch01s07.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>7. ワークフロー</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s06.html" title="6. 問題の状態"><link rel="next" href="ch01s08.html" title="8. 列挙項目"></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. ワークフロー</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s06.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. ワークフロー</h2></div></div></div><p>ワークフローでは、それぞれのロールに従ってさまざまなプロジェクトの メンバーが問題に行うことができる変更を定義します。</p><p>ワークフローを変更したいロールやトラッカーを選択し、「編集」を クリックしてください。選択したロールやトラッカーに対して許可する 変更操作を変えることができます。「現在の状態」は初期の要求状態を 示します。「状態の移行先」欄は適用を許可された状態を意味します。</p><p><em><span class="remark">注記:特定のロールが問題の状態を変更するためには、 ワークフローの設定に関わらず許可を明示的に与えなくてはなりません。 </span></em></p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/workflow.png"></div></div><p>上記の例では、新規状態の種類「バグ」の問題のリクエストは 開発者ロールによって分担または解決の状態を与えることができます。 分担状態の問題を解決状態にできます。他の状態の種類「バグ」のリクエストは 開発者によって変更できません。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6. 問題の状態 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 8. 列挙項目</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s08.html b/public/manual/ja/ch01s08.html new file mode 100644 index 000000000..bc7cac800 --- /dev/null +++ b/public/manual/ja/ch01s08.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>8. 列挙項目</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s07.html" title="7. ワークフロー"><link rel="next" href="ch01s09.html" title="9. メール通知"></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. 列挙項目</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s07.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. 列挙項目</h2></div></div></div><p>redMineで使用される選択肢をカスタマイズできます (例えば、問題の優先度の設定)。列挙項目画面では、以下のそれぞれに項目を 定義できます。</p><div class="itemizedlist"><ul type="disc"><li><p>問題の優先度</p></li><li><p>文書カテゴリ</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7. ワークフロー </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 9. メール通知</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s09.html b/public/manual/ja/ch01s09.html new file mode 100644 index 000000000..260600e67 --- /dev/null +++ b/public/manual/ja/ch01s09.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>9. メール通知</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s08.html" title="8. 列挙項目"><link rel="next" href="ch01s10.html" title="10. 認証"></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. メール通知</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s08.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. メール通知</h2></div></div></div><p>メール通知画面ではプロジェクトのメンバーにメール通知を するかどうかを選択できます。</p><p>注記: 通知を行いたい場合、メール送信がredMineの設定で 有効にされていなければなりません。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s10.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8. 列挙項目 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 10. 認証</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s10.html b/public/manual/ja/ch01s10.html new file mode 100644 index 000000000..db1857d05 --- /dev/null +++ b/public/manual/ja/ch01s10.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>10. 認証</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s09.html" title="9. メール通知"><link rel="next" href="ch01s11.html" title="11. 設定"></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">10. 認証</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s09.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <a accesskey="n" href="ch01s11.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="d0e254"></a>10. 認証</h2></div></div></div><p>デフォルトでは、redMineはユーザ認証のために指定のパスワードで 自身のデータベースを参照します。</p><p>すでに外部ユーザ参照(LDAPのような)がある場合、redMine認証で使われ るために知らせることができます。そうすることでユーザはいつものユーザ名と パスワードでredMineにアクセスできます。</p><p>既知のユーザ参照ごとに、redMineでオンザフライにアカウントを作成 することができるかどうかを指定することができます。必要であれば、 ユーザ参照の有効な情報に従って、ユーザアカウントはユーザが ログインしている間に自動的に作成されます(プロジェクトに何も 権限を持たずに)。そうでなければ、管理者は以前にユーザアカウントを redMineに作成したに違いありません。</p><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e264"></a>10.1. LDAP ステートメント</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">名前</span> : 参照の 表示用の名前</p></li><li><p><span class="guilabel">ホスト</span> : LDAPサーバの ホスト名</p></li><li><p><span class="guilabel">ポート</span> : LDAPサーバへの 接続ポート</p></li><li><p><span class="guilabel">アカウント</span> : LDAPへの 接続アカウントのDN(ディレクトリが匿名の読み取りアクセスを 許可しているならば 空白のままにしてください)</p></li><li><p><span class="guilabel">パスワード</span> : 接続アカウントのパスワード</p></li><li><p><span class="guilabel">Base DN</span> : ディレクトリ内のユーザ検索で使われる基本 DN</p></li><li><p><span class="guilabel">LDAP screen</span> : ディレクトリ内のユーザ検索画面 (オプション)</p></li><li><p><span class="guilabel">LDAP 機能</span> :</p><div class="itemizedlist"><ul type="circle"><li><p><span class="guilabel">識別子</span> : ユーザ識別子として使われるLDAP機能名(例: uid)</p></li><li><p><span class="guilabel">名前</span> : ユーザの名前を含むLDAP機能名(例: givenName)</p></li><li><p><span class="guilabel">苗字</span> : ユーザの苗字を含むLDAP機能名(例: familyName)</p></li><li><p><span class="guilabel">メールアドレス</span> : ユーザのメールアドレスを含むLDAP機能名(例: mail)</p></li></ul></div></li></ul></div><p>機能 " <span class="guilabel">名前</span> "、 " <span class="guilabel">苗字</span> "、 " <span class="guilabel">メール</span> " はアカウントがその場で作成された 時以外では使用されません。</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s09.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. メール通知 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 11. 設定</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s11.html b/public/manual/ja/ch01s11.html new file mode 100644 index 000000000..d94daeae8 --- /dev/null +++ b/public/manual/ja/ch01s11.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>11. 設定</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s10.html" title="10. 認証"><link rel="next" href="ch01s12.html" title="12. 情報"></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">11. 設定</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <a accesskey="n" href="ch01s12.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="d0e341"></a>11. 設定</h2></div></div></div><p>設定画面ではredMineの設定を変更できます。</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">アプリケーションのタイトル</span></p><p>redMineのヘッダに表示するタイトルです。</p></li><li><p><span class="guilabel">アプリケーションのサブタイトル</span></p><p>redMineのヘッダに表示するサブタイトルです。</p></li><li><p><span class="guilabel">ウェルカムメッセージ</span></p><p>redMineのホームに表示されるテキストです。 テキストにはHTMLタグが使用できます。</p></li><li><p><span class="guilabel">既定の言語</span></p><p>ユーザのブラウザの言語がわからないときに選択される デフォルトの言語です。既定の言語は複数のユーザにメール送信する 際にも使用されます。</p><p><span class="emphasis"><em>デフォルト: English</em></span></p></li><li><p><span class="guilabel">認証が必要</span></p><p>このオプションがチェックされている場合、ログインなしでは redMineのどのページにもアクセスできません。 ユーザは必ずログインしなければなりません。</p><p><span class="emphasis"><em>デフォルト: いいえ</em></span></p></li><li><p><span class="guilabel">ユーザは自分で登録できる</span></p><p>このオプションがチェックされている場合、 自分で登録できます。</p><p><span class="emphasis"><em>デフォルト: はい</em></span></p></li><li><p><span class="guilabel">パスワードの再発行</span></p><p>このオプションがチェックされている場合、パスワードの再発行 機能が有効になります。</p><p><span class="emphasis"><em>デフォルト: はい</em></span></p></li><li><p><span class="guilabel">添付の最大サイズ</span></p><p>アップロードファイルの最大サイズ(キロバイト)</p><p><span class="emphasis"><em>デフォルト: 2048 (2MB)</em></span></p></li><li><p><span class="guilabel">出力する問題数の上限</span></p><p>CSVやPDFに含まれる問題の最大数です。</p><p><span class="emphasis"><em>デフォルト: 500</em></span></p></li><li><p><span class="guilabel">送信元メールアドレス</span></p><p>ユーザに送信するメッセージの "From" フィールドに使用される メールアドレスです。</p></li><li><p><span class="guilabel">ホスト名</span></p><p>アプリケーションのホスト名です。 ユーザに送るメール内に書くURLに使用されます。</p></li><li><p><span class="guilabel">テキストの書式</span></p><p>問題、ニュース、ドキュメントなどの説明フィールドに適用する 整形の方法です。</p><p>"Textile" オプションは ruby ライブラリの RedCloth が インストールされている場合のみ有効です。</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. 認証 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 12. 情報</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch01s12.html b/public/manual/ja/ch01s12.html new file mode 100644 index 000000000..16286b309 --- /dev/null +++ b/public/manual/ja/ch01s12.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>12. 情報</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="ユーザマニュアル"><link rel="up" href="ch01.html" title="Chapter 1. 管理"><link rel="prev" href="ch01s11.html" title="11. 設定"><link rel="next" href="ch02.html" title="Chapter 2. プロジェクト"></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. 情報</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><th width="60%" align="center">Chapter 1. 管理</th><td width="20%" align="right"> <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. 情報</h2></div></div></div><p>アプリケーションと環境の情報を表示します。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">11. 設定 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. プロジェクト</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02.html b/public/manual/ja/ch02.html new file mode 100644 index 000000000..fffde6c3d --- /dev/null +++ b/public/manual/ja/ch02.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>Chapter 2. プロジェクト</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="ユーザマニュアル"><link rel="up" href="index.html" title="ユーザマニュアル"><link rel="prev" href="ch01s12.html" title="12. 情報"><link rel="next" href="ch02s01.html" title="1. プロジェクト概要"></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 2. プロジェクト</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s12.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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 2. プロジェクト</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02s01.html">1. プロジェクト概要</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. 計画</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e458">2.1. カレンダー</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e486">2.2. ガントチャート</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. 問題管理</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e504">3.1. 問題一覧</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. レポート</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. 変更履歴</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. ニュース</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. 文書</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. ファイル</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. 設定</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e549">9.1. プロジェクトの機能</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e565">9.2. メンバー</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e570">9.3. バージョン</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e577">9.4. 問題のカテゴリ</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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">12. 情報 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. プロジェクト概要</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s01.html b/public/manual/ja/ch02s01.html new file mode 100644 index 000000000..bfdac9343 --- /dev/null +++ b/public/manual/ja/ch02s01.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>1. プロジェクト概要</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="next" href="ch02s02.html" title="2. 計画"></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. プロジェクト概要</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. プロジェクト概要</h2></div></div></div><p>概要はプロジェクトの一般的な情報を表示します。 トラッカーが報告した問題リクエストのまとめだけでなく、主なメンバー、 最後のニュースなどの情報です。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. プロジェクト </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. 計画</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s02.html b/public/manual/ja/ch02s02.html new file mode 100644 index 000000000..794fe6645 --- /dev/null +++ b/public/manual/ja/ch02s02.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>2. 計画</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s01.html" title="1. プロジェクト概要"><link rel="next" href="ch02s03.html" title="3. 問題管理"></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. 計画</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. 計画</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. カレンダー</h3></div></div></div><p>カレンダーは選択された月の間でタスクの開始と終了を表示します (デフォルトでは当月です)。開始日と締切日が指定されている場合、 問題はタスクとして表示されます。</p><div class="itemizedlist"><ul type="disc"><li><p>シンボル <span class="inlinemediaobject"><img src="resources/arrow_from.png"></span> は、タスクの開始を表現します。</p></li><li><p>シンボル <span class="inlinemediaobject"><img src="resources/arrow_to.png"></span> は、タスクの終了を表現します。</p></li><li><p>シンボル <span class="inlinemediaobject"><img src="resources/arrow_bw.png"></span> は、同じ日に開始して終了するタスクを表現します。</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. ガントチャート</h3></div></div></div><p>タスクとその達成度を示す図です。</p><p>達成は青で、遅れは赤で表現されます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. プロジェクト概要 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. 問題管理</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s03.html b/public/manual/ja/ch02s03.html new file mode 100644 index 000000000..361eaa316 --- /dev/null +++ b/public/manual/ja/ch02s03.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>3. 問題管理</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s02.html" title="2. 計画"><link rel="next" href="ch02s04.html" title="4. レポート"></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. 問題管理</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. 問題管理</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. 問題一覧</h3></div></div></div><p>デフォルトでは、プロジェクトの未終了の問題のすべての一覧が 表示されます。さまざまなフィルタで表示する問題を選択できます。 プロジェクトがサブプロジェクトを持っているならば、 サブプロジェクトの問題も表示することも可能です(デフォルトでは 表示しません)。</p><p>一度適用されると、画面はセッションの間中有効です。 キャンセルをクリックして再定義や削除ができます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. 計画 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. レポート</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s04.html b/public/manual/ja/ch02s04.html new file mode 100644 index 000000000..c8ed195b9 --- /dev/null +++ b/public/manual/ja/ch02s04.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>4. レポート</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s03.html" title="3. 問題管理"><link rel="next" href="ch02s05.html" title="5. 変更履歴"></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. レポート</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. レポート</h2></div></div></div><p>レポート画面では、色々な基準(トラッカー、優先度、カテゴリー)での 問題の数と状態のまとめを提供します。直接リンクで各基準の詳細な 問題一覧へアクセスできます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3. 問題管理 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5. 変更履歴</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s05.html b/public/manual/ja/ch02s05.html new file mode 100644 index 000000000..093b5d275 --- /dev/null +++ b/public/manual/ja/ch02s05.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>5. 変更履歴</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s04.html" title="4. レポート"><link rel="next" href="ch02s06.html" title="6. ニュース"></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. 変更履歴</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. 変更履歴</h2></div></div></div><p>プロジェクトの各バージョンごとに解決された問題すべての一覧を表示します。 特定の種類の問題を除外して表示できます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4. レポート </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 6. ニュース</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s06.html b/public/manual/ja/ch02s06.html new file mode 100644 index 000000000..4a74635e1 --- /dev/null +++ b/public/manual/ja/ch02s06.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>6. ニュース</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s05.html" title="5. 変更履歴"><link rel="next" href="ch02s07.html" title="7. 文書"></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. ニュース</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. ニュース</h2></div></div></div><p>プロジェクトの活動に関してユーザに知らせることができます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5. 変更履歴 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 7. 文書</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s07.html b/public/manual/ja/ch02s07.html new file mode 100644 index 000000000..c8ba3bd6a --- /dev/null +++ b/public/manual/ja/ch02s07.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>7. 文書</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s06.html" title="6. ニュース"><link rel="next" href="ch02s08.html" title="8. ファイル"></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. 文書</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. 文書</h2></div></div></div><p>文書はカテゴリでまとめられます(選択肢を参照してください)。 ひとつの文書には複数のファイルをいれることができます (例えば: 校正したものや、連続したバージョン)。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6. ニュース </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 8. ファイル</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s08.html b/public/manual/ja/ch02s08.html new file mode 100644 index 000000000..3599f6667 --- /dev/null +++ b/public/manual/ja/ch02s08.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>8. ファイル</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s07.html" title="7. 文書"><link rel="next" href="ch02s09.html" title="9. 設定"></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. ファイル</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <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. ファイル</h2></div></div></div><p>アプリケーションの各バージョンごとに各種フォルダ (ソース、バイナリなど)を表示できます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7. 文書 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 9. 設定</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch02s09.html b/public/manual/ja/ch02s09.html new file mode 100644 index 000000000..b179aa735 --- /dev/null +++ b/public/manual/ja/ch02s09.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>9. 設定</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="ユーザマニュアル"><link rel="up" href="ch02.html" title="Chapter 2. プロジェクト"><link rel="prev" href="ch02s08.html" title="8. ファイル"><link rel="next" href="ch03.html" title="Chapter 3. ユーザアカウント"></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. 設定</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a> </td><th width="60%" align="center">Chapter 2. プロジェクト</th><td width="20%" align="right"> <a accesskey="n" href="ch03.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="d0e545"></a>9. 設定</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e549"></a>9.1. プロジェクトの機能</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">公開</span> : 公開プロジェクトはプロジェクトのメンバー以外も含めた すべてのユーザが閲覧(要求、文書などを)できます。 公開プロジェクトではない場合、プロジェクトのメンバーのみが ロールに従ってアクセスできます。</p></li><li><p><span class="guilabel">カスタムフィールド</span> : 使用したいカスタムフィールドを選択してください。 管理者だけが新しいカスタムフィールドを定義できます。</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e565"></a>9.2. メンバー</h3></div></div></div><p>メンバー画面ではメンバーのロールだけでなくプロジェクトの メンバーも定義できます。ユーザは一つのプロジェクトでは一つのロールだけ 持つことができます。メンバーのロールはプロジェクト内での権限を 決定します。</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e570"></a>9.3. バージョン</h3></div></div></div><p>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).</p><p>バージョンでは、プロジェクトの間になされた変更を追うことが できます。例えば、問題のクローズにおいて、どのバージョンで 変更が行われたかを示すことができます。 アプリケーションのさまざまなバージョンを表示することができます (ファイル画面を参照してください)。</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e577"></a>9.4. 問題のカテゴリ</h3></div></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="ch02s08.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8. ファイル </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3. ユーザアカウント</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch03.html b/public/manual/ja/ch03.html new file mode 100644 index 000000000..e9835f818 --- /dev/null +++ b/public/manual/ja/ch03.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>Chapter 3. ユーザアカウント</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="ユーザマニュアル"><link rel="up" href="index.html" title="ユーザマニュアル"><link rel="prev" href="ch02s09.html" title="9. 設定"><link rel="next" href="ch03s01.html" title="1. マイアカウント"></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 3. ユーザアカウント</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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 3. ユーザアカウント</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03s01.html">1. マイアカウント</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html#d0e590">1.1. 情報</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e599">1.2. パスワード</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s02.html">2. マイページ</a></span></dt><dt><span class="section"><a href="ch03s03.html">3. パスワードの再発行</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. 登録</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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. 設定 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. マイアカウント</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch03s01.html b/public/manual/ja/ch03s01.html new file mode 100644 index 000000000..6c4a96218 --- /dev/null +++ b/public/manual/ja/ch03s01.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>1. マイアカウント</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="ユーザマニュアル"><link rel="up" href="ch03.html" title="Chapter 3. ユーザアカウント"><link rel="prev" href="ch03.html" title="Chapter 3. ユーザアカウント"><link rel="next" href="ch03s02.html" title="2. マイページ"></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. マイアカウント</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. ユーザアカウント</th><td width="20%" align="right"> <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. マイアカウント</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. 情報</h3></div></div></div><p>情報画面では苗字、名、メールアドレス、言語といった アカウント情報を変更できます。</p><p><span class="guilabel">メール通知</span> がチェックされないならば、 メールは送られません。</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e599"></a>1.2. パスワード</h3></div></div></div><p>パスワードを変更するために、古いパスワードと新しいパスワード (2度)を入力してください。パスワードの長さは4から12文字です。</p><p>アカウントに外部認証(LDAP)を使用する場合、 redMineではパスワードを変更できません。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 3. ユーザアカウント </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. マイページ</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch03s02.html b/public/manual/ja/ch03s02.html new file mode 100644 index 000000000..9942ee879 --- /dev/null +++ b/public/manual/ja/ch03s02.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>2. マイページ</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="ユーザマニュアル"><link rel="up" href="ch03.html" title="Chapter 3. ユーザアカウント"><link rel="prev" href="ch03s01.html" title="1. マイアカウント"><link rel="next" href="ch03s03.html" title="3. パスワードの再発行"></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. マイページ</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><th width="60%" align="center">Chapter 3. ユーザアカウント</th><td width="20%" align="right"> <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. マイページ</h2></div></div></div><p>マイページではユーザのプロジェクトについてのさまざまな情報を 表示できます。</p><p>ページをパーソナライズするために、<span class="guilabel">このページを パーソナライズする</span> をクリックしてください。 どの情報をどこに表示するかを選択できます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. マイアカウント </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. パスワードの再発行</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch03s03.html b/public/manual/ja/ch03s03.html new file mode 100644 index 000000000..859dcb4ad --- /dev/null +++ b/public/manual/ja/ch03s03.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>3. パスワードの再発行</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="ユーザマニュアル"><link rel="up" href="ch03.html" title="Chapter 3. ユーザアカウント"><link rel="prev" href="ch03s02.html" title="2. マイページ"><link rel="next" href="ch03s04.html" title="4. 登録"></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. パスワードの再発行</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><th width="60%" align="center">Chapter 3. ユーザアカウント</th><td width="20%" align="right"> <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. パスワードの再発行</h2></div></div></div><p>パスワードを忘れた場合、以下の方法で新しいパスワードを決めることが できます。</p><p>ログイン画面で <span class="guilabel">パスワードの再発行</span> をクリック してください。メールアドレスを入力しフォームを送信してください。 メールが送られます。メールにはパスワードを変更するためのリンクが あります。</p><p>アカウントが外部認証(LDAP)を使用している場合、 この処理は無効です。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. マイページ </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. 登録</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/ch03s04.html b/public/manual/ja/ch03s04.html new file mode 100644 index 000000000..073acc463 --- /dev/null +++ b/public/manual/ja/ch03s04.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>4. 登録</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="ユーザマニュアル"><link rel="up" href="ch03.html" title="Chapter 3. ユーザアカウント"><link rel="prev" href="ch03s03.html" title="3. パスワードの再発行"></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. 登録</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. ユーザアカウント</th><td width="20%" align="right"> </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. 登録</h2></div></div></div><p>登録することで、管理者の招待なしにアカウントを取得できます。</p><p>ログイン画面で <span class="guilabel">登録</span>をクリックします。 フォームに入力して送信してください。メールが送信されます。 アカウントを有効化するため、メールに含まれるリンクを クリックしてください。</p><p>redMineの設定で登録機能を無効化できます。</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> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">3. パスワードの再発行 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/html.css b/public/manual/ja/html.css new file mode 100644 index 000000000..633ec899c --- /dev/null +++ b/public/manual/ja/html.css @@ -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;
+}
\ No newline at end of file diff --git a/public/manual/ja/index.html b/public/manual/ja/index.html new file mode 100644 index 000000000..57da8dfd3 --- /dev/null +++ b/public/manual/ja/index.html @@ -0,0 +1,3 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>ユーザマニュアル</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="ユーザマニュアル"><link rel="next" href="ch01.html" title="Chapter 1. 管理"></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">ユーザマニュアル</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>ユーザマニュアル</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. 管理</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html">1. プロジェクト</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. ユーザ</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. ユーザ一覧</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. ユーザ作成と変更</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. ロールと権限</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. トラッカー</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. カスタムフィールド</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e158">5.1. プロジェクト用のフィールド</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e169">5.2. 問題用のフィールド</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e182">5.3. ユーザ用のフィールド</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. 問題の状態</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. ワークフロー</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. 列挙項目</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. メール通知</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. 認証</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e264">10.1. LDAP ステートメント</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. 設定</a></span></dt><dt><span class="section"><a href="ch01s12.html">12. 情報</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. プロジェクト</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s01.html">1. プロジェクト概要</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. 計画</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e458">2.1. カレンダー</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e486">2.2. ガントチャート</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. 問題管理</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e504">3.1. 問題一覧</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. レポート</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. 変更履歴</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. ニュース</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. 文書</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. ファイル</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. 設定</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e549">9.1. プロジェクトの機能</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e565">9.2. メンバー</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e570">9.3. バージョン</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e577">9.4. 問題のカテゴリ</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="ch03.html">3. ユーザアカウント</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html">1. マイアカウント</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html#d0e590">1.1. 情報</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e599">1.2. パスワード</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s02.html">2. マイページ</a></span></dt><dt><span class="section"><a href="ch03s03.html">3. パスワードの再発行</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. 登録</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Chapter 1. 管理</td></tr></table></div></body></html>
\ No newline at end of file diff --git a/public/manual/ja/resources/arrow_bw.png b/public/manual/ja/resources/arrow_bw.png Binary files differnew file mode 100644 index 000000000..c50fbce8e --- /dev/null +++ b/public/manual/ja/resources/arrow_bw.png diff --git a/public/manual/ja/resources/arrow_from.png b/public/manual/ja/resources/arrow_from.png Binary files differnew file mode 100644 index 000000000..f1e1b6c31 --- /dev/null +++ b/public/manual/ja/resources/arrow_from.png diff --git a/public/manual/ja/resources/arrow_to.png b/public/manual/ja/resources/arrow_to.png Binary files differnew file mode 100644 index 000000000..faef20c78 --- /dev/null +++ b/public/manual/ja/resources/arrow_to.png diff --git a/public/manual/ja/resources/gantt.png b/public/manual/ja/resources/gantt.png Binary files differnew file mode 100644 index 000000000..65c33d685 --- /dev/null +++ b/public/manual/ja/resources/gantt.png diff --git a/public/manual/ja/resources/issues_list.png b/public/manual/ja/resources/issues_list.png Binary files differnew file mode 100644 index 000000000..520de14bf --- /dev/null +++ b/public/manual/ja/resources/issues_list.png diff --git a/public/manual/ja/resources/locked.png b/public/manual/ja/resources/locked.png Binary files differnew file mode 100644 index 000000000..5199dfe22 --- /dev/null +++ b/public/manual/ja/resources/locked.png diff --git a/public/manual/ja/resources/user_new.png b/public/manual/ja/resources/user_new.png Binary files differnew file mode 100644 index 000000000..0c220257e --- /dev/null +++ b/public/manual/ja/resources/user_new.png diff --git a/public/manual/ja/resources/users_list.png b/public/manual/ja/resources/users_list.png Binary files differnew file mode 100644 index 000000000..74d9c9a5a --- /dev/null +++ b/public/manual/ja/resources/users_list.png diff --git a/public/manual/ja/resources/workflow.png b/public/manual/ja/resources/workflow.png Binary files differnew file mode 100644 index 000000000..04e79d61e --- /dev/null +++ b/public/manual/ja/resources/workflow.png |