Changes between Version 5 and Version 6 of TracTimeline


Ignore:
Timestamp:
Jan 28, 2010, 4:25:37 AM (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeline

    v5 v6  
    1 = Trac タイムライン =
     1= The Trac Timeline =
    22[[TracGuideToc]]
    33
    4 タイムラインは簡単なレポート形式でプロジェクトの履歴を提供します。
     4The timeline provides a historic view of the project in a single report.
    55
    6 タイムラインは時間順に起こった Trac のイベントを、
    7 簡単な説明と、もし当てはまるならばその変更を行った人を
    8 リストします。
     6It lists all Trac events that have occurred in chronological order, a
     7brief description of each event and if applicable, the person responsible for
     8the change.
    99
    10 タイムラインはこれらの種類のイベントをリストします:
    11  * '''Wiki ページ''' -- 登録と変更
    12  * '''チケット''' -- 登録と解決 / クローズ (オプションとしてその他の変更)
    13  * '''ソースコードの変更 ''' -- リポジトリへのチェックイン
    14  * '''マイルストーン ''' -- マイルストーン完了
     10The timeline lists these kinds of events:
     11 * '''Wiki page events''' -- Creation and changes
     12 * '''Ticket events''' -- Creation and resolution/closing (and optionally other changes)
     13 * '''Source code changes ''' -- Repository check-ins
     14 * '''Milestone ''' -- Milestone completed
    1515
    16 それぞれのイベントのエントリは発生したイベントの箇所へのハイパーリンクを提供し、
    17 実際のコメントかテキストの簡単な抜粋が利用可能であるなら表示します。
     16Each event entry provides a hyperlink to the specific event in question, as well as
     17a brief excerpt of the actual comment or text, if available.
    1818
    19 タイムラインの設定のオプションについては、 [wiki:TracIni#timeline TracIni] を参照して下さい。
     19See [wiki:TracIni#timeline TracIni] for timeline configuration options.
    2020
    21 == RSS 対応 ==
     21== RSS Support ==
    2222
    23 タイムラインモジュールは、 RSS 2.0 を提供しています。プロジェクトのイベントを購読するためには、ページの下部にあるオレンジ色の '''XML''' アイコンをクリックしてください。 Trac における RSS 対応についてのより多くの情報は TracRss を参考にして下さい。
     23The Timeline module supports subscription using RSS 2.0 syndication. To subscribe to project events, click the orange '''XML''' icon at the bottom of the page. See TracRss for more information on RSS support in Trac.
    2424
    2525----