XPressME Integration Kit

Trac

Version 1 から Version 2 における更新: TracGuide

差分発生行の前後
Ignore:
Timestamp:
Nov 29, 2010, 3:25:29 PM (13 years 前)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v1 v2  
    1 = Trac 利用者ガイドおよび Trac 管理者ガイド = #TheTracUserandAdministrationGuide 
     1= The Trac User and Administration Guide = 
    22[[TracGuideToc]] 
    33 
    4 TracGuide は Trac の使用法とカスタマイズ方法について、全ドキュメンテーションにリンクする目次です。このガイドはフリードキュメントです。 [http://trac.edgewall.org 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 
    6 == 目次 == #TableofContents 
    7 現在、以下のドキュメンテーションが利用できます。: 
    8  * TracGuide (このページ)  -- ドキュメンテーションの目次 
    9  * '''管理者向け (Administrator Guide)''' 
    10    * TracInstall -- インストールと起動方法。 
    11    * TracUpgrade -- 以前のバージョンからのアップグレード方法。 
    12    * TracAdmin -- Trac Environment の管理方法。 
    13    * TracImport -- 他のバグデータベースから、チケットをインポートする方法。 
    14    * TracIni -- Trac 設定ファイルのリファレンス。 
    15    * TracPermissions -- アクセス制御とパーミッション。 
    16    * TracInterfaceCustomization -- Trac のインタフェースをカスタマイズする方法。 
    17    * TracPlugins -- Trac の拡張機能のインストールと管理方法。 
    18    * TracLogging -- ログ出力機能。 
    19    * TracNotification -- Email 通知機能。 
    20    * TracWorkflow -- Trac のチケットワークフローの設定について。 
    21  * '''ユーザ向け (User Guide)''' 
    22    * TracWiki -- Wiki の使い方。 
    23    * TracTimeline -- プロジェクトに発生したイベントの履歴管理ツール。 
    24    * TracRss -- RSS 配信機能。 
    25    * ''バージョン管理サブシステム (The Version Control Subsystem)'' 
    26      * TracBrowser -- Trac で Subversion リポジトリをブラウズする方法。 
    27      * TracChangeset -- コミットによるチェンジセットを閲覧する方法。 
    28      * TracRevisionLog -- 変更履歴 ( リビジョンログ ) を見る方法。 
    29    * ''チケットサブシステム (The Ticket Subsystem)'' 
    30      * TracTickets -- チケットトラッカ (BTS) の使い方。 
    31      * TracReports -- レポートの作成方法と使用方法。 
    32      * TracQuery -- カスタムクエリによってチケットを検索する方法。 
    33      * TracRoadmap -- プロジェクトの進捗管理ツール。 
    34  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] - 良くある質問とその回答 (Trac プロジェクト Web サイトのコンテンツ) 
    35  * TracJa -- 日本語化情報 
     6== Table of Contents == 
    367 
    37 == サポートと他のソースの情報 == #SupportandOtherSourcesofInformation 
    38 もし、 Trac について質問をするのにいいところを探しているならば、 [http://trac.edgewall.org/wiki/MailingList メーリングリスト] をおいて他にはありません。メーリングリストは、 Trac のユーザと開発者達がオープンに議論をするための使いやすい環境を提供しています。 
     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). 
    3936 
    40 リソースについてのより詳しい情報については TracSupport ページを参照して下さい。 
     37== Support and Other Sources of Information == 
     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. 
    4139 
     40See also the TracSupport page for more information resources. 
     41 
     42Finally, developer documentation can be found in [trac:TracDev TracDev] and its sub-pages.