Changes between Version 1 and Version 2 of TracIni


Ignore:
Timestamp:
Jun 21, 2005, 1:13:36 AM (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v1 v2  
    1 = trac.ini Reference =
     1= trac.ini リファレンス =
    22[[TracGuideToc]]
    33
    4 Trac configuration is done by editing the ''trac.ini'' config file, located in {{{<projectenv>/conf/trac.ini}}}.
     4Tracの設定は''trac.ini''という設定ファイルを編集して行います。設定ファイルは{{{<projectenv>/conf/trac.ini}}}にあります。
    55
    6 This is a brief reference of available configuration options.
     6これは現在利用できる設定オプションの簡単なリファレンスです。
    77
    88== [project] ==
    9 || name   || Project name ||
    10 || descr  || Short project description ||
    11 || url    || URL to the main project website ||
    12 || icon   || URL to icon file to use as shortcut icon (favicon) ||
    13 || footer || Page footer text (right-aligned) ||
     9|| name   || プロジェクト名 ||
     10|| descr  || プロジェクトの概要 ||
     11|| url    || プロジェクトの主なウェブサイトへのURL ||
     12|| icon   || URLのショートカットアイコンとして使用されるアイコンファイル(ファビコン) ||
     13|| footer || ページのフッタのテキスト(右揃え) ||
    1414
    1515== [trac] ==
    16 || repository_dir  || Path to local Subversion repository ||
    17 || htdocs_location || Base URL for static Trac graphics and CSS files ||
    18 || database        || Database to use for this project ||
    19 || templates_dir   || Path of Clearsilver templates ||
    20 || default_charset || Source files uses this charset ||
     16|| repository_dir  || ローカルのSubversionリポジトリへのパス ||
     17|| htdocs_location || 静的なTracのグラフィックとCSSファイルの基本のURL ||
     18|| database        || プロジェクトで使用するデータベース ||
     19|| templates_dir   || Clearsilverのテンプレートへのパス ||
     20|| default_charset || ソースファイルに適用する文字コード ||
    2121
    2222== [logging] ==
    23 || log_type  || Logging facility to use. (none, file, stderr, syslog, winlog) ||
    24 || log_file  || If ''log_type'' is ''file'', this should be a path to the log-file ||
    25 || log_level || Level of verbosity in log (CRITICAL, ERROR, WARN, INFO, DEBUG) ||
     23|| log_type  || ログの種類。 (none, file, stderr, syslog, winlog) ||
     24|| log_file  || ''log_type''が''file''のとき、ログファイルへのパスを記述します。 ||
     25|| log_level || ログレベル (CRITICAL, ERROR, WARN, INFO, DEBUG) ||
    2626
    27 See also: TracLogging
     27参考: TracLogging
    2828
    2929== [ticket] ==
    30 || default_version   || Default version for newly created tickets ||
    31 || default_severity  || Default severity for newly created tickets ||
    32 || default_priority  || Default priority for newly created tickets ||
    33 || default_milestone || Default milestone for newly created tickets ||
    34 || default_component || Default component for newly created tickets ||
     30|| default_version   || 新規チケットのデフォルトのバージョン ||
     31|| default_severity  || 新規チケットのデフォルトの重要度 ||
     32|| default_priority  || 新規チケットのデフォルトの優先度 ||
     33|| default_milestone || 新規チケットのデフォルトのマイルストーン ||
     34|| default_component || 新規チケットのデフォルトのコンポーネント ||
    3535
    36 See also: TracTicketsCustomFields
     36参考: TracTicketsCustomFields
    3737
    3838== [attachment] ==
    39 || max_size || Maximum allowed file size for ticket and wiki attachments ||
     39|| max_size || チケットとWikiで添付できる最大のファイルサイズ。 ||
    4040
    4141== [notification] ==
    42 || smtp_enabled   || Enable SMTP (email) notification (true, false) ||
    43 || smtp_server    || SMTP server to use for email notifications ||
    44 || smtp_from      || Sender address to use in notification emails ||
    45 || smtp_replyto   || Reply-To address to use in notification emails ||
    46 || smtp_always_cc || Email address(es) to always send notifications to ||
    47 || always_notify_reporter || Always send notifications to any address in the ''reporter'' field ||
     42|| smtp_enabled   || SMTP(e-mail)での通知の可否 (true, false) ||
     43|| smtp_server    || 通知メールに使用するSMTPサーバ ||
     44|| smtp_from      || 通知メールに使用する送信者アドレス ||
     45|| smtp_replyto   || 通知メールに使用する返信アドレス ||
     46|| smtp_always_cc || 常にCCにいれるメールアドレス ||
     47|| always_notify_reporter || ''報告者'' 属性に登録されているアドレスに通知メールを常に送信する ||
    4848
    49 See also: TracNotification
     49参考: TracNotification
    5050
    5151== [header_logo] ==
    52 || src    || URL to image to use as header logo ||
    53 || link   || Destination URL to link to from header logo ||
    54 || alt    || ''alt'' text for header logo ||
    55 || width  || Header logo width in pixels ||
    56 || height || Header logo height in pixels ||
     52|| src    || ヘッダロゴとして使用する画像へのURL ||
     53|| link   || ヘッダロゴに貼るリンク ||
     54|| alt    || ヘッダロゴ用の''alt'' テキスト ||
     55|| width  || ヘッダロゴの幅(ピクセルで指定) ||
     56|| height || ヘッダロゴの高さ(ピクセルで指定) ||
    5757
    5858== [mimeviewer] ==
    59 || enscript_path || Path to Enscript program ||
     59|| enscript_path || Enscript プログラムへのパス ||
    6060
    6161== [timeline] ==
    62 || changeset_show_files || Number of files to show (-1 for unlimited, 0 to disable) ||
     62|| changeset_show_files || 表示するファイル数 (-1 で無制限, 0 で無効) ||
    6363
    6464== [diff] ==
    65 || tab_width || Displayed tab width in changeset diffs ||
     65|| tab_width || チェンジセットで表示されるタブの幅 ||
    6666
    6767[[BR]]
    6868----
    69 See also: TracGuide, TracAdmin
     69参考: TracGuide, TracAdmin