6 | | == Table of Contents == |
7 | | Currently available documentation: |
8 | | * TracGuide (This page) -- Documentation starting point. |
9 | | * '''Administrator Guide''' |
10 | | * TracInstall -- How to install and run Trac. |
11 | | * TracUpgrade -- How to upgrade existing installations. |
12 | | * TracAdmin -- Administering a Trac project. |
13 | | * TracImport -- Importing tickets from other bug databases. |
14 | | * TracIni -- Trac configuration file reference. |
15 | | * TracPermissions -- Access control and permissions. |
16 | | * TracInterfaceCustomization -- Customizing the Trac interface. |
17 | | * TracPlugins -- Installing and managing Trac extensions. |
18 | | * TracLogging -- The Trac logging facility. |
19 | | * TracNotification -- Email notification. |
20 | | * TracWorkflow -- Configurable Ticket Workflow. |
21 | | * '''User Guide''' |
22 | | * TracWiki -- How to use the built-in Wiki. |
23 | | * TracTimeline -- The timeline provides a historic perspective on a project. |
24 | | * TracRss -- RSS content syndication in Trac. |
25 | | * ''The Version Control Subsystem'' |
26 | | * TracBrowser -- Browsing source code with Trac. |
27 | | * TracChangeset -- Viewing changes to source code. |
28 | | * TracRevisionLog -- Viewing change history. |
29 | | * ''The Ticket Subsystem'' |
30 | | * TracTickets -- Using the issue tracker. |
31 | | * TracReports -- Writing and using reports. |
32 | | * TracQuery -- Executing custom ticket queries. |
33 | | * TracRoadmap -- The roadmap helps tracking project progress. |
34 | | * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] - A collection of Frequently Asked Questions (on the project website). |
| 10 | Trac 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. |
| 16 | == User Guide |
| 17 | |
| 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. |
| 36 | |
| 37 | == Administrator Guide |
| 38 | |
| 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. |
| 59 | |
| 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 | |
| 66 | If 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. |