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 — アクセスキー |
| 14 | Trac 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. |
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 used throughout. |
| 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 — The roadmap helps tracking project progress. |
| 28 | * TracReports — Writing and using reports. |
| 29 | * TracQuery — Executing custom ticket queries. |
| 30 | * TracBatchModify - Modifying a batch of tickets in one request. |
| 31 | * Other modules and general topics: |
| 32 | * TracSearch — Full text search in all content. |
| 33 | * TracTimeline — The timeline provides a historic perspective on a project. |
| 34 | * TracRss — RSS content syndication in Trac. |
| 35 | * TracAccessibility — Accessibility keys support. |
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. |