Changes between Version 2 and Version 3 of TracBrowser


Ignore:
Timestamp:
Dec 31, 2005, 4:43:10 PM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracBrowser

    v2 v3  
    1 = リポジトリブラウザ =
     1= The Trac Browser =
    22[[TracGuideToc]]
    33
    4 リポジトリブラウザは Subversion リポジトリに格納されているディレクトリや、
    5 コミットログや、特定リビジョンのファイルを閲覧するためのツールです。
     4The Trac browser can be used to browse directories, change logs
     5and specific revisions of files stored in a subversion repository.
    66
    7 ディレクトリは列ごとにソート可能なリストとして表示されます。ソートを行うには、
    8 '''ファイル名''', '''サイズ'''(訳注: この機能は今はなくなっている), '''Age''' と表示されている、列名をクリックします。
    9 ソートの並び順は、もう一度クリックすることで逆順にすることができます。
     7Directory entries are displayed in a list with sortable columns. The list
     8entries can be sorted by ''name'', ''size'' or ''age'' by clicking on the column
     9headers. The sort order can be reversed by clicking on a given column
     10header again.
    1011
    11 リポジトリブラウザでは、ディレクトリ名をクリックしていくことで、ディレクトリ
    12 構造を下っていきます。ファイル名をクリックすると、ファイルのコミットログを表示します。
    13 [[BR]](訳注: 現在はファイル名をクリックすると特定リビジョンのファイルが表示される。コミットログを見るためにはナビゲーションバーの ''コミットログ'' をクリックすると見ることができる。)
     12The browser can be used to navigate through the directory structure
     13by clicking on the directory names. Clicking on a file name will show
     14the contents of the file. Clicking on the revision number of a file or
     15directory will take you to the revision history for that file.
    1416
    15 またリビジョンを指定して、そのディレクトリの履歴を確認することも可能です。
     17It's also possible to browse directories or files as they were in history,
     18at any given repository revision. The default behavior is to display the
     19latest revision but another revision number can easily be selected using
     20the ''View revision'' input field at the top of the page.
    1621
    17 最新のリビジョンで表示するのがデフォルトの動作になりますが、
    18 ページ上部のテキストボックスにリビジョン番号を指定すると、そのリビジョンでのリポジトリの状態を表示します。
     22== RSS Support ==
    1923
    20 '''Note:''' リポジトリブラウザは、 Subversion でのアクセス設定を考慮しません。もし、あなたが Subversion リポジトリの一部に read アクセスのみの制限を行っていたとしても、リポジトリブラウザは、その制限を無視してしまいます。(この機能のサポートを '''今後リリースする''' Trac で実現しようとしているところです)
    21 [[BR]](訳注: どうしても制限を行いたい場合、mod_python での !MultiView 利用を行い、 Apache で適切なアクセス制御を行うと実現できそうです)
    22 
    23 == RSS サポート ==
    24 
    25 リポジトリブラウザでは、ファイルの変更をモニタするための機能として、 RSS 配信をサポートしています。 RSS 配信を購読するためには、モニタしたいディレクトリやファイルのコミットログ画面の一番下にある 'XML' アイコンをクリックしてください。RSS サポートについての詳しい記述は、 TracRss に記述されています。
     24The browser module provided RSS feeds to monitor changes to a file or
     25directory. To subscribe to an RSS feed for a file or directory, open its
     26revision log in the browser and click the orange 'XML' icon at the bottom
     27of the page. For more information on RSS support in Trac, see TracRss.
    2628
    2729----
    28 参考: TracGuide, TracChangeset
     30See also: TracGuide, TracChangeset, FineGrainedPermissions