Edgewall Software

Changes between Version 63 and Version 64 of TracGuide


Ignore:
Timestamp:
Jul 16, 2012, 10:21:04 PM (12 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v63 v64  
    1 ** Note: this page documents the 0.12 version of Trac, see [[0.11/TracGuide]] if you need the previous version **
     1** Note: this page documents the 1.0 version of Trac, see [[0.12/TracGuide]] if you need the previous version **
    22= The Trac User and Administration Guide =
    33[[TracGuideToc]]
    44[[TranslatedPages]]
     5{{{#!span style="font-size:90%"
     6//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.//
     7}}}
    58
    6 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.
     9== Introduction
    710
    8 == Table of Contents ==
     11Trac 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.
    912
    10 Currently available documentation:
    11  * '''User Guide'''
    12    * TracWiki — How to use the built-in Wiki.
    13    * TracTimeline — The timeline provides a historic perspective on a project.
    14    * TracRss — RSS content syndication in Trac.
    15    * ''The Version Control Subsystem''
     13It provides an interface to Subversion and other version control system), an integrated Wiki and convenient reporting facilities.
     14
     15Trac 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.
     16== User Guide
     17   * Using the Wiki subsystem
     18     * TracWiki — How to use the built-in Wiki.
     19     * WikiFormatting — Reference to the wiki syntax used throughout.
     20   * Using the Version Control subsystem
    1621     * TracBrowser — Browsing source code with Trac.
    1722     * TracChangeset — Viewing changes to source code.
    1823     * TracRevisionLog — Viewing change history.
    19    * ''The Ticket Subsystem''
     24   * Using the Ticket subsystem
    2025     * TracTickets — Using the issue tracker.
     26     * TracRoadmap — The roadmap helps tracking project progress.
    2127     * TracReports — Writing and using reports.
    2228     * TracQuery — Executing custom ticket queries.
    23      * TracRoadmap — The roadmap helps tracking project progress.
    24    * Other topics
    25      * TracAccessibility — Keyboard shortcuts
     29     * TracBatchModify - Modifying a batch of tickets in one request.
     30   * Other modules and general topics
     31     * TracSearch — Full text search in all content.
     32     * TracTimeline — The timeline provides a historic perspective on a project.
     33     * TracRss — RSS content syndication in Trac.
     34     * TracAccessibility — Accessibility keys support
    2635
    27  * '''Administrator Guide'''
    28    * TracInstall — How to install and run Trac.
    29    * TracUpgrade — How to upgrade existing installations.
    30    * TracAdmin — Administering a Trac project.
    31    * TracImport — Importing tickets from other bug databases.
    32    * TracIni — Trac configuration file reference.
    33    * TracPermissions — Access control and permissions.
    34    * TracInterfaceCustomization — Customizing the Trac interface.
    35    * TracPlugins — Installing and managing Trac extensions.
    36    * TracLogging — The Trac logging facility.
    37    * TracNotification — Email notification.
    38    * TracWorkflow — Configurable Ticket Workflow.
    39    * TracRepositoryAdmin — Management of Source Code Repositories.
    40  * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website).
    41  * [trac:TracDev Trac Developer Documentation] — Developer documentation
     36
     37== Administrator Guide
     38   * Installation and upgrade
     39     * TracInstall — How to install and run Trac.
     40     * TracUpgrade — How to upgrade existing installations.
     41     * TracImport — Importing tickets from other bug databases.
     42     * TracPlugins — Installing and managing Trac extensions.
     43   * Configuration and customization
     44     * TracIni — Trac configuration file reference.
     45     * TracPermissions — Access control and permissions.
     46     * TracNavigation — Customize main navigation menus.
     47     * TracInterfaceCustomization — Customizing the Trac interface.
     48     * TracLogging — The Trac logging facility.
     49   * Administering the Version Control subsystem
     50     * TracRepositoryAdmin — Management of Source Code Repositories.
     51   * Administering the Ticket subsystem
     52     * TracTicketsCustomFields — Expanding tickets with customized fields.
     53     * TracNotification — Email notification.
     54     * TracWorkflow — Configurable Ticket Workflow.
     55   * Reference
     56     * TracEnvironment — All you need to know about Trac environments
     57     * TracAdmin — Administering a Trac project via the command-line.
    4258
    4359== Support and Other Sources of Information ==
     60
     61 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website).
     62 * [trac:TracDev] and [trac:TracDev/ApiDocs API docs] — Trac Developer documentation
     63 * TracSupport — How to get more information
     64
    4465If 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.
    4566