Changes between Version 1 and Version 2 of TracGuide


Ignore:
Timestamp:
12/14/10 02:51:48 (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v1 v2  
    1 = Trac 利用者ガイドおよび Trac 管理者ガイド = 
     1= The Trac User and Administration Guide = 
    22[[TracGuideToc]] 
    33 
    4 TracGuide は Trac の使用法とカスタマイズ方法について、全ドキュメンテーションにリンクする目次です。このガイドはフリードキュメントです。 [http://projects.edgewall.com/trac/ Trac Project] の一部として、協力者によってメンテナンスされています。 
     4The 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://trac.edgewall.org Trac Project] itself. 
    55 
    66== Table of Contents == 
    7 現在、以下のドキュメンテーションが利用できます。: 
    8  * TracGuide (このページ)  -- ドキュメンテーションの目次 
    9    * TracInstall -- インストールと起動方法。 
    10    * TracUpgrade -- 以前のバージョンからのアップグレード方法。 
    11    * TracAdmin -- TracEnvironment の管理コマンド。 
    12    * TracImport -- 他のバグデータベースから、チケットをインポートする方法。 
    13    * TracIni -- Trac 設定ファイルのリファレンス。 
    14    * TracPermissions -- アクセス制御とパーミッション。 
    15    * TracInterfaceCustomization -- Customizing the Trac interface. 
    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 通知機能。 
    287 
    29  * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] - 良くある質問とその回答 (Trac プロジェクト Webサイトのコンテンツ) 
     8Currently available documentation: 
     9 * '''User Guide''' 
     10   * TracWiki — How to use the built-in Wiki. 
     11   * TracTimeline — The timeline provides a historic perspective on a project. 
     12   * TracRss — RSS content syndication in Trac. 
     13   * ''The Version Control Subsystem'' 
     14     * TracBrowser — Browsing source code with Trac. 
     15     * TracChangeset — Viewing changes to source code. 
     16     * TracRevisionLog — Viewing change history. 
     17   * ''The Ticket Subsystem'' 
     18     * TracTickets — Using the issue tracker. 
     19     * TracReports — Writing and using reports. 
     20     * TracQuery — Executing custom ticket queries. 
     21     * TracRoadmap — The roadmap helps tracking project progress. 
     22 * '''Administrator Guide''' 
     23   * TracInstall — How to install and run Trac. 
     24   * TracUpgrade — How to upgrade existing installations. 
     25   * TracAdmin — Administering a Trac project. 
     26   * TracImport — Importing tickets from other bug databases. 
     27   * TracIni — Trac configuration file reference.  
     28   * TracPermissions — Access control and permissions. 
     29   * TracInterfaceCustomization — Customizing the Trac interface. 
     30   * TracPlugins — Installing and managing Trac extensions. 
     31   * TracLogging — The Trac logging facility. 
     32   * TracNotification — Email notification. 
     33   * TracWorkflow — Configurable Ticket Workflow. 
     34   * TracRepositoryAdmin — Management of Source Code Repositories. 
     35 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website). 
    3036 
    3137== Support and Other Sources of Information == 
    32 If you are looking for a good place to ask a question about Trac, look no further than the [http://projects.edgewall.com/trac/wiki/MailingList MailingList]. It provides a friendly environment to discuss openly among Trac users and developers. 
     38If you are looking for a good place to ask a question about Trac, look no further than the [http://trac.edgewall.org/wiki/MailingList MailingList]. It provides a friendly environment to discuss openly among Trac users and developers. 
    3339 
    3440See also the TracSupport page for more information resources. 
     41 
     42Finally, developer documentation can be found in [trac:TracDev TracDev] and its sub-pages.