Changes between Version 3 and Version 4 of TracGuide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v3 v4  
    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    * TracAdmin -- Administrating a Trac project.
    12    * TracImport -- Importing tickets from other bug databases.
    13    * TracIni -- Trac configuration file reference.
    14    * TracPermissions -- Access control and permissions.
     7現在、以下のドキュメンテーションが利用できます。:
     8 * TracGuide (このページ)  -- ドキュメンテーションの目次
     9   * TracInstall -- インストールと起動方法。
     10   * TracUpgrade -- 以前のバージョンからのアップグレード方法。
     11   * TracAdmin -- TracEnvironment の管理コマンド。
     12   * TracImport -- 他のバグデータベースから、チケットをインポートする方法。
     13   * TracIni -- Trac 設定ファイルのリファレンス。
     14   * TracPermissions -- アクセス制御とパーミッション。
    1515   * TracInterfaceCustomization -- Customizing the Trac interface.
    16    * TracPlugins -- Installing and managing Trac extensions.
    17    * TracWiki -- How to use the built-in Wiki.
    18    * TracBrowser -- Browsing source code with Trac.
    19    * TracChangeset -- Viewing changes to source code.
    20    * TracTickets -- Using the issue tracker.
    21    * TracReports -- Writing and using reports.
    22    * TracQuery -- Executing custom ticket queries.
    23    * TracRoadmap -- The roadmap helps tracking project progress.
    24    * TracTimeline -- The timeline provides a historic perspective on a project.
    25    * TracLogging -- The Trac logging facility.
    26    * TracRss -- RSS content syndication in Trac.
    27    * TracNotification -- Email notification.
     16   * TracPlugins -- Tracの拡張機能のインストールと管理方法。
     17   * TracWiki -- Wiki の使い方。
     18   * TracBrowser -- Trac で Subversion リポジトリをブラウズする方法。
     19   * TracChangeset -- コミットによるチェンジセットを閲覧する方法。
     20   * TracTickets -- チケットトラッカ (BTS) の使い方。
     21   * TracReports -- レポートの作成方法と使用方法。
     22   * TracQuery -- カスタムクエリによってチケットを検索する方法。
     23   * TracRoadmap -- プロジェクトの進捗管理ツール。
     24   * TracTimeline -- プロジェクトに発生したイベントの履歴管理ツール。
     25   * TracLogging -- ログ出力機能。
     26   * TracRss -- RSS 配信機能。
     27   * TracNotification -- Email 通知機能。
    2828
    29  * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] - A collection of Frequently Asked Questions (on the project website)
     29 * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] - 良くある質問とその回答 (Trac プロジェクト Webサイトのコンテンツ)
    3030
    3131== Support and Other Sources of Information ==