Changes between Version 1 and Version 2 of TracGuide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v1 v2  
    1 = The Trac User and Administration Guide =
     1= Trac 利用者ガイドおよび Trac 管理者ガイド =
    22[[TracGuideToc]]
    33
    4 The TracGuide is meant to serve as a starting point for all documentation regarding Trac usage and development. The guide is a free document, a collaborative effort, and a part of the [http://projects.edgewall.com/trac/ Trac Project] itself.
     4TracGuide は Trac の使用法とカスタマイズ方法について、全ドキュメンテーションにリンクする目次です。このガイドはフリードキュメントです。 [http://projects.edgewall.com/trac/ Trac Project] の一部として、協力者によってメンテナンスされています。
    55
    66== Table of Contents ==
    7 Currently available documentation:
    8  * TracGuide (This page)  -- Documentation starting point.
    9    * TracInstall -- How to install and run Trac.
    10    * TracUpgrade -- How to upgrade existing installations.
    11    * TracMultipleProjects -- Multiple projects on a single host.
    12    * TracAdmin -- Administrating a Trac project.
    13    * TracImport -- Importing tickets from other bug databases.
    14    * TracIni -- Trac configuration file reference.
    15    * TracPermissions -- Access control and permissions.
    16    * TracWiki -- How to use the built-in Wiki.
    17    * TracBrowser -- Browsing source code with Trac.
    18    * TracChangeset -- Viewing changes to source code.
    19    * TracTickets -- Using the issue tracker.
    20    * TracReports -- Writing and using reports.
    21    * TracQuery -- Executing custom ticket queries.
    22    * TracRoadmap -- The roadmap helps tracking project progress.
    23    * TracTimeline -- The timeline provides a historic perspective on a project.
    24    * TracLogging -- The Trac logging facility.
    25    * TracRss -- RSS content syndication in Trac.
    26    * TracNotification -- Email notification.
     7現在、以下のドキュメンテーションが利用できます。:
     8 * TracGuide (このページ)  -- ドキュメンテーションの目次
     9   * TracInstall -- インストールと起動方法。
     10   * TracUpgrade -- 以前のバージョンからのアップグレード方法。
     11   * TracMultipleProjects -- 1ホストに複数のプロジェクトを収容する方法。
     12   * TracAdmin -- TracEnvironment の管理コマンド。
     13   * TracImport -- 他のバグデータベースから、チケットをインポートする方法。
     14   * TracIni -- Trac 設定ファイルのリファレンス。
     15   * TracPermissions -- アクセス制御とパーミッション。
     16   * TracWiki -- Wiki の使い方。
     17   * TracBrowser -- Trac で Subversion リポジトリをブラウズする方法。
     18   * TracChangeset -- コミットによるチェンジセットを閲覧する方法。
     19   * TracTickets -- チケットトラッカ (BTS) の使い方。
     20   * TracReports -- レポートの作成方法と使用方法。
     21   * TracQuery -- カスタムクエリによってチケットを検索する方法。
     22   * TracRoadmap -- プロジェクトの進捗管理ツール。
     23   * TracTimeline -- プロジェクトに発生したイベントの履歴管理ツール。
     24   * TracLogging -- ログ出力機能。
     25   * TracRss -- RSS 配信機能。
     26   * TracNotification -- Email 通知機能。
    2727
    28  * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] - A collection of Frequently Asked Questions (on the project website)
     28 * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] - 良くある質問とその回答 (Trac プロジェクト Webサイトのコンテンツ)
    2929
    3030== Support and Other Sources of Information ==