Changes between Version 2 and Version 3 of TracGuide


Ignore:
Timestamp:
2019-05-02T09:45:05-03:00 (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v2 v3  
    1 = The Trac User and Administration Guide
    2 
     1= The Trac User and Administration Guide =
    32[[TracGuideToc]]
    43{{{#!span style="font-size:90%"
     
    87== Introduction
    98
    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.
     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.
    1110
    12 It provides an interface to Subversion as well as other version control systems, an integrated Wiki and convenient reporting facilities.
     11It provides an interface to Subversion (and other version control systems), an integrated Wiki and convenient reporting facilities.
    1312
    1413Trac 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.
    15 
    1614== User Guide
    17 
    18    * Using the Wiki subsystem:
     15   * Using the Wiki subsystem
    1916     * TracWiki — How to use the built-in Wiki.
    2017     * WikiFormatting — Reference to the wiki syntax used throughout.
    21    * Using the Version Control subsystem:
     18   * Using the Version Control subsystem
    2219     * TracBrowser — Browsing source code with Trac.
    2320     * TracChangeset — Viewing changes to source code.
    2421     * TracRevisionLog — Viewing change history.
    25    * Using the Ticket subsystem:
     22   * Using the Ticket subsystem
    2623     * TracTickets — Using the issue tracker.
    2724     * TracRoadmap — The roadmap helps tracking project progress.
     
    2926     * TracQuery — Executing custom ticket queries.
    3027     * TracBatchModify - Modifying a batch of tickets in one request.
    31    * Other modules and general topics:
     28   * Other modules and general topics
    3229     * TracSearch — Full text search in all content.
    3330     * TracTimeline — The timeline provides a historic perspective on a project.
    3431     * TracRss — RSS content syndication in Trac.
    35      * TracAccessibility — Accessibility keys support.
     32     * TracAccessibility — Accessibility keys support
     33
    3634
    3735== Administrator Guide
    38 
    39    * Installation and upgrade:
     36   * Installation and upgrade
    4037     * TracInstall — How to install and run Trac.
    4138     * TracUpgrade — How to upgrade existing installations.
    4239     * TracImport — Importing tickets from other bug databases.
    4340     * TracPlugins — Installing and managing Trac extensions.
    44    * Configuration and customization:
     41   * Configuration and customization
    4542     * TracIni — Trac configuration file reference.
    4643     * TracPermissions — Access control and permissions.
     
    4845     * TracInterfaceCustomization — Customizing the Trac interface.
    4946     * TracLogging — The Trac logging facility.
    50    * Administering the Version Control subsystem:
     47   * Administering the Version Control subsystem
    5148     * TracRepositoryAdmin — Management of Source Code Repositories.
    52    * Administering the Ticket subsystem:
     49   * Administering the Ticket subsystem
    5350     * TracTicketsCustomFields — Expanding tickets with customized fields.
    5451     * TracNotification — Email notification.
    5552     * TracWorkflow — Configurable Ticket Workflow.
    56    * Reference:
    57      * TracEnvironment — All you need to know about Trac environments.
     53   * Reference
     54     * TracEnvironment — All you need to know about Trac environments
    5855     * TracAdmin — Administering a Trac project via the command-line.
    5956
    60 == Support and Other Sources of Information
     57== Support and Other Sources of Information ==
    6158
    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.
     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
    6562
    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.
     63If you are looking for a good place to ask a question about Trac, look no further than the [trac:MailingList MailingList]. It provides a friendly environment to discuss openly among Trac users and developers.