Changes between Version 1 and Version 2 of TracGuide


Ignore:
Timestamp:
Sep 2, 2019, 4:56:56 PM (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v1 v2  
    1 = Trac 利用者ガイドおよび Trac 管理者ガイド = #TheTracUserandAdministrationGuide
     1= The Trac User and Administration Guide
     2
    23[[TracGuideToc]]
    34{{{#!span style="font-size:90%"
    4 //TracGuide は Trac の使用法とカスタマイズ方法について、全ドキュメンテーションにリンクする目次です。このガイドはフリードキュメントです。 [http://trac.edgewall.org Trac Project] の一部として、協力者によってメンテナンスされています。//
     5//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 [trac: Trac Project] itself.//
    56}}}
    67
    7 == イントロダクション == #Introduction
     8== Introduction
    89
    9 Trac は強力な Wiki 機能を持ったソフトフェア開発プロジェクト用のバグトラッカシステムです。Trac はソフトウェア開発のプロジェクト管理を Web 上で行うための最小限のアプローチを提供します。離れた場所で作業を行っていたとしても、開発者の方々が重要なソフトウェアを開発できるようサポートします。チームで既に確立している開発プロセスや開発ポリシーへの影響は少なくなるように作成されています。
     10Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. It helps developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.
    1011
    11 Trac はサブバージョン(および他のバージョン管理システム)へのインターフェース、統合ウィキおよびレポート機能を提供しています。
     12It provides an interface to Subversion as well as other version control systems, an integrated Wiki and convenient reporting facilities.
    1213
    13 Trac はバグの説明文やコミットメッセージ文に wiki マークアップ言語を使用することで、バグ・タスク・チェンジセット・ファイルおよび wiki ページ間にリンクを作成し関連性を持たせることが出来ます。タイムライン機能では、プロジェクト内で起こったイベントを最新のものから過去のものまで整理して表示されるので、プロジェクトの概括が取得でき、進捗が容易に把握できます。ロードマップ機能では、いくつかのマイルストーンを一覧表示し、プロジェクトの道筋を示します。
    14 == ユーザ向け (User Guide) == #UserGuide
    15    * Wiki サブシステムを使う
    16      * TracWiki — Wiki の使い方
    17      * WikiFormatting — Wiki 文法のリファレンス
    18    * バージョン管理サブシステムを使う
    19      * TracBrowser — Trac で Subversion リポジトリをブラウズする方法
    20      * TracChangeset — コミットによるチェンジセットを閲覧する方法
    21      * TracRevisionLog — 変更履歴 ( リビジョンログ ) を見る方法
    22    * チケットサブシステムを使う
    23      * TracTickets — チケットトラッカ (BTS) の使い方
    24      * TracRoadmap — プロジェクトの進捗管理ツール
    25      * TracReports — レポートの作成方法と使用方法
    26      * TracQuery — カスタムクエリによってチケットを検索する方法
    27      * TracBatchModify -いくつかのチケットの属性を一度に変更する方法
    28    * そのほかの要素および一般的なトピックス
    29      * TracSearch — すべてのコンテンツから全文検索をする方法
    30      * TracTimeline — プロジェクトに発生したイベントの履歴管理ツール
    31      * TracRss — RSS 配信機能
    32      * TracAccessibility — アクセスキー
     14Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.
    3315
     16== User Guide
    3417
    35 == 管理者向け (Administrator Guide) == #AdministratorGuide
    36    * インストール・アップグレード
    37      * TracInstall — インストールと起動方法
    38      * TracUpgrade — 以前のバージョンからのアップグレード方法
    39      * TracImport — 他のバグデータベースから、チケットをインポートする方法
    40      * TracPlugins — Trac の拡張機能のインストールと管理方法
    41    * 設定・カスタマイズ
    42      * TracIni — Trac 設定ファイルのリファレンス
    43      * TracPermissions — アクセス制御とパーミッション
    44      * TracNavigation — ナビゲーションメニューのカスタマイズ
    45      * TracInterfaceCustomization — Trac のインタフェースをカスタマイズする方法
    46      * TracLogging — ログ出力機能
    47    * バージョン管理サブシステムの管理
    48      * TracRepositoryAdmin — ソースコードリポジトリの管理方法
    49    * チケットサブシステムの管理
    50      * TracTicketsCustomFields — フィールドをカスタマイズすることによるチケットの拡張機能
    51      * TracNotification — Email 通知機能
    52      * TracWorkflow — Trac のチケットワークフローの設定について
    53    * リファレンス
    54      * TracEnvironment — Trac を使用する際に必要になる知識
    55      * TracAdmin — コマンドラインから Trac プロジェクトを管理する方法
     18   * Using the Wiki subsystem:
     19     * TracWiki — How to use the built-in Wiki.
     20     * WikiFormatting — Reference to the wiki syntax.
     21   * Using the Version Control subsystem:
     22     * TracBrowser — Browsing source code with Trac.
     23     * TracChangeset — Viewing changes to source code.
     24     * TracRevisionLog — Viewing change history.
     25   * Using the Ticket subsystem:
     26     * TracTickets — Using the issue tracker.
     27     * TracRoadmap — Tracking project progress.
     28     * TracReports — Writing and using reports.
     29     * TracQuery — Executing custom ticket queries.
     30     * TracBatchModify - Modifying several tickets in one request.
     31   * Other modules and general topics:
     32     * TracSearch — Full text search in all content.
     33     * TracTimeline — Historic perspective on a project.
     34     * TracRss — RSS content syndication.
     35     * TracAccessibility — Accessibility keys.
    5636
    57 == サポートと他のソースの情報 == #SupportandOtherSourcesofInformation
     37== Administrator Guide
    5838
    59  * [trac:TracFaq Trac FAQ] — 良くある質問とその回答 (Trac プロジェクト Web サイトのコンテンツ)
    60  * [trac:TracDev] 、 [trac:TracDev/ApiDocs API docs] — Trac 開発者向けドキュメント
    61  * TracSupport — より詳しい情報の取得方法
    62  * TracJa -- 日本語化情報
     39   * Installation and upgrade:
     40     * TracInstall — How to install and run Trac.
     41     * TracUpgrade — How to upgrade existing installations.
     42     * TracImport — Importing tickets from other bug databases.
     43     * TracPlugins — Installing and managing Trac extensions.
     44   * Configuration and customization:
     45     * TracIni — Trac configuration file reference.
     46     * TracPermissions — Access control and permissions.
     47     * TracNavigation — Customize main navigation menus.
     48     * TracInterfaceCustomization — Customizing the Trac interface.
     49     * TracLogging — The Trac logging facility.
     50   * Administering the Version Control subsystem:
     51     * TracRepositoryAdmin — Management of Source Code Repositories.
     52   * Administering the Ticket subsystem:
     53     * TracTicketsCustomFields — Expanding tickets with customized fields.
     54     * TracNotification — Email notification.
     55     * TracWorkflow — Configurable Ticket Workflow.
     56   * Reference:
     57     * TracEnvironment — All you need to know about Trac environments.
     58     * TracAdmin — Administering a Trac project via the command-line.
    6359
    64 もし、 Trac について質問がある場合、 [trac:MailingList メーリングリスト] を利用するとよいでしょう。メーリングリストは、 Trac のユーザと開発者達がオープンに議論をするための使いやすい環境を提供しています。
     60== Support and Other Sources of Information
     61
     62 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions on the project website.
     63 * [trac:TracDev] and [trac:TracDev/ApiDocs API docs] — Trac Developer documentation.
     64 * TracSupport — How to get more information.
     65
     66If you are looking for a good place to ask a question about Trac, see the [trac:MailingList MailingList]. It provides a friendly environment to discuss openly among Trac users and developers.