Changes between Version 2 and Version 3 of TracGuide


Ignore:
Timestamp:
Oct 1, 2012 9:35:34 AM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v2 v3  
    1 = Trac 利用者ガイドおよび Trac 管理者ガイド = #TheTracUserandAdministrationGuide 
     1= The Trac User and Administration Guide = 
    22[[TracGuideToc]] 
     3{{{#!span style="font-size:90%" 
     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://trac.edgewall.org Trac Project] itself.// 
     5}}} 
    36 
    4 TracGuide は Trac の使用法とカスタマイズ方法について、全ドキュメンテーションにリンクする目次です。このガイドはフリードキュメントです。 [http://trac.edgewall.org Trac Project] の一部として、協力者によってメンテナンスされています。 
     7== Introduction 
    58 
    6 == 目次 == #TableofContents 
     9Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. It strives to help 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. 
    710 
    8 現在、以下のドキュメンテーションが利用できます: 
    9  * '''ユーザ向け (User Guide)''' 
    10    * TracWiki -- Wiki の使い方。 
    11    * TracTimeline -- プロジェクトに発生したイベントの履歴管理ツール。 
    12    * TracRss -- RSS 配信機能。 
    13    * ''バージョン管理サブシステム (The Version Control Subsystem)'' 
    14      * TracBrowser -- Trac で Subversion リポジトリをブラウズする方法。 
    15      * TracChangeset -- コミットによるチェンジセットを閲覧する方法。 
    16      * TracRevisionLog -- 変更履歴 ( リビジョンログ ) を見る方法。 
    17    * ''チケットサブシステム (The Ticket Subsystem)'' 
    18      * TracTickets -- チケットトラッカ (BTS) の使い方。 
    19      * TracReports -- レポートの作成方法と使用方法。 
    20      * TracQuery -- カスタムクエリによってチケットを検索する方法。 
    21      * TracRoadmap -- プロジェクトの進捗管理ツール。 
    22  * '''管理者向け (Administrator Guide)''' 
    23    * TracInstall -- インストールと起動方法。 
    24    * TracUpgrade -- 以前のバージョンからのアップグレード方法。 
    25    * TracAdmin -- Trac Environment の管理方法。 
    26    * TracImport -- 他のバグデータベースから、チケットをインポートする方法。 
    27    * TracIni -- Trac 設定ファイルのリファレンス。 
    28    * TracPermissions -- アクセス制御とパーミッション。 
    29    * TracInterfaceCustomization -- Trac のインタフェースをカスタマイズする方法。 
    30    * TracPlugins -- Trac の拡張機能のインストールと管理方法。 
    31    * TracLogging -- ログ出力機能。 
    32    * TracNotification -- Email 通知機能。 
    33    * TracWorkflow -- Trac のチケットワークフローの設定について。 
    34    * TracRepositoryAdmin -- ソースコードリポジトリの管理方法。 
    35  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] - 良くある質問とその回答 (Trac プロジェクト Web サイトのコンテンツ) 
    36  * TracJa -- 日本語化情報 
     11It provides an interface to Subversion (and other version control systems), an integrated Wiki and convenient reporting facilities. 
    3712 
    38 == サポートと他のソースの情報 == #SupportandOtherSourcesofInformation 
    39 もし、 Trac について質問をするのにいいところを探しているならば、 [http://trac.edgewall.org/wiki/MailingList メーリングリスト] をおいて他にはありません。メーリングリストは、 Trac のユーザと開発者達がオープンに議論をするための使いやすい環境を提供しています。 
     13Trac 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. 
     14== User Guide 
     15   * Using the Wiki subsystem 
     16     * TracWiki — How to use the built-in Wiki. 
     17     * WikiFormatting — Reference to the wiki syntax used throughout. 
     18   * Using the Version Control subsystem 
     19     * TracBrowser — Browsing source code with Trac. 
     20     * TracChangeset — Viewing changes to source code. 
     21     * TracRevisionLog — Viewing change history. 
     22   * Using the Ticket subsystem 
     23     * TracTickets — Using the issue tracker. 
     24     * TracRoadmap — The roadmap helps tracking project progress. 
     25     * TracReports — Writing and using reports. 
     26     * TracQuery — Executing custom ticket queries. 
     27     * TracBatchModify - Modifying a batch of tickets in one request. 
     28   * Other modules and general topics 
     29     * TracSearch — Full text search in all content. 
     30     * TracTimeline — The timeline provides a historic perspective on a project. 
     31     * TracRss — RSS content syndication in Trac. 
     32     * TracAccessibility — Accessibility keys support 
    4033 
    41 リソースについてのより詳しい情報については TracSupport ページを参照して下さい。 
    4234 
    43 最後に、開発者向けのドキュメントは [http://trac.edgewall.org/wiki/TracDev TracDev] とそのサブページにあります。 
     35== Administrator Guide 
     36   * Installation and upgrade 
     37     * TracInstall — How to install and run Trac. 
     38     * TracUpgrade — How to upgrade existing installations. 
     39     * TracImport — Importing tickets from other bug databases. 
     40     * TracPlugins — Installing and managing Trac extensions. 
     41   * Configuration and customization 
     42     * TracIni — Trac configuration file reference.  
     43     * TracPermissions — Access control and permissions. 
     44     * TracNavigation — Customize main navigation menus. 
     45     * TracInterfaceCustomization — Customizing the Trac interface. 
     46     * TracLogging — The Trac logging facility. 
     47   * Administering the Version Control subsystem 
     48     * TracRepositoryAdmin — Management of Source Code Repositories. 
     49   * Administering the Ticket subsystem 
     50     * TracTicketsCustomFields — Expanding tickets with customized fields. 
     51     * TracNotification — Email notification. 
     52     * TracWorkflow — Configurable Ticket Workflow. 
     53   * Reference 
     54     * TracEnvironment — All you need to know about Trac environments 
     55     * TracAdmin — Administering a Trac project via the command-line. 
     56 
     57== Support and Other Sources of Information == 
     58 
     59 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website). 
     60 * [trac:TracDev] and [trac:TracDev/ApiDocs API docs] — Trac Developer documentation 
     61 * TracSupport — How to get more information 
     62 
     63If 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.