Edgewall Software

Changes between Version 68 and Version 69 of TracGuide


Ignore:
Timestamp:
Jan 30, 2016, 8:52:56 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v68 v69  
    1 = The Trac User and Administration Guide =
     1= The Trac User and Administration Guide
     2
    23[[TracGuideToc]]
    34[[TranslatedPages]]
     
    89== Introduction
    910
    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 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.
     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 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.
    1112
    12 It provides an interface to Subversion (and other version control systems), an integrated Wiki and convenient reporting facilities.
     13It provides an interface to Subversion as well as other version control systems, an integrated Wiki and convenient reporting facilities.
    1314
    1415Trac 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
    1517== User Guide
    16    * Using the Wiki subsystem
     18
     19   * Using the Wiki subsystem:
    1720     * TracWiki — How to use the built-in Wiki.
    1821     * WikiFormatting — Reference to the wiki syntax used throughout.
    19    * Using the Version Control subsystem
     22   * Using the Version Control subsystem:
    2023     * TracBrowser — Browsing source code with Trac.
    2124     * TracChangeset — Viewing changes to source code.
    2225     * TracRevisionLog — Viewing change history.
    23    * Using the Ticket subsystem
     26   * Using the Ticket subsystem:
    2427     * TracTickets — Using the issue tracker.
    2528     * TracRoadmap — The roadmap helps tracking project progress.
     
    2730     * TracQuery — Executing custom ticket queries.
    2831     * TracBatchModify - Modifying a batch of tickets in one request.
    29    * Other modules and general topics
     32   * Other modules and general topics:
    3033     * TracSearch — Full text search in all content.
    3134     * TracTimeline — The timeline provides a historic perspective on a project.
    3235     * TracRss — RSS content syndication in Trac.
    33      * TracAccessibility — Accessibility keys support
    34 
     36     * TracAccessibility — Accessibility keys support.
    3537
    3638== Administrator Guide
    37    * Installation and upgrade
     39
     40   * Installation and upgrade:
    3841     * TracInstall — How to install and run Trac.
    3942     * TracUpgrade — How to upgrade existing installations.
    4043     * TracImport — Importing tickets from other bug databases.
    4144     * TracPlugins — Installing and managing Trac extensions.
    42    * Configuration and customization
     45   * Configuration and customization:
    4346     * TracIni — Trac configuration file reference.
    4447     * TracPermissions — Access control and permissions.
     
    4649     * TracInterfaceCustomization — Customizing the Trac interface.
    4750     * TracLogging — The Trac logging facility.
    48    * Administering the Version Control subsystem
     51   * Administering the Version Control subsystem:
    4952     * TracRepositoryAdmin — Management of Source Code Repositories.
    50    * Administering the Ticket subsystem
     53   * Administering the Ticket subsystem:
    5154     * TracTicketsCustomFields — Expanding tickets with customized fields.
    5255     * TracNotification — Email notification.
    5356     * TracWorkflow — Configurable Ticket Workflow.
    54    * Reference
    55      * TracEnvironment — All you need to know about Trac environments
     57   * Reference:
     58     * TracEnvironment — All you need to know about Trac environments.
    5659     * TracAdmin — Administering a Trac project via the command-line.
    5760
    58 == Support and Other Sources of Information ==
     61== Support and Other Sources of Information
    5962
    60  * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website).
    61  * [trac:TracDev] and [trac:TracDev/ApiDocs API docs] — Trac Developer documentation
    62  * TracSupport — How to get more information
     63 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions on the project website.
     64 * [trac:TracDev] and [trac:TracDev/ApiDocs API docs] — Trac Developer documentation.
     65 * TracSupport — How to get more information.
    6366
    64 If 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.
     67If 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.