Changes between Version 1 and Version 2 of TracGuide


Ignore:
Timestamp:
02/24/17 03:22:35 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v1 v2  
    1 = The Trac User and Administration Guide =
     1= The Trac User and Administration Guide
     2
    23[[TracGuideToc]]
    34{{{#!span style="font-size:90%"
     
    78== Introduction
    89
    9 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.
     10Trac 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.
    1011
    11 It provides an interface to Subversion (and other version control systems), an integrated Wiki and convenient reporting facilities.
     12It provides an interface to Subversion as well as other version control systems, an integrated Wiki and convenient reporting facilities.
    1213
    1314Trac 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
    1416== User Guide
    15    * Using the Wiki subsystem
     17
     18   * Using the Wiki subsystem:
    1619     * TracWiki — How to use the built-in Wiki.
    1720     * WikiFormatting — Reference to the wiki syntax used throughout.
    18    * Using the Version Control subsystem
     21   * Using the Version Control subsystem:
    1922     * TracBrowser — Browsing source code with Trac.
    2023     * TracChangeset — Viewing changes to source code.
    2124     * TracRevisionLog — Viewing change history.
    22    * Using the Ticket subsystem
     25   * Using the Ticket subsystem:
    2326     * TracTickets — Using the issue tracker.
    2427     * TracRoadmap — The roadmap helps tracking project progress.
     
    2629     * TracQuery — Executing custom ticket queries.
    2730     * TracBatchModify - Modifying a batch of tickets in one request.
    28    * Other modules and general topics
     31   * Other modules and general topics:
    2932     * TracSearch — Full text search in all content.
    3033     * TracTimeline — The timeline provides a historic perspective on a project.
    3134     * TracRss — RSS content syndication in Trac.
    32      * TracAccessibility — Accessibility keys support
    33 
     35     * TracAccessibility — Accessibility keys support.
    3436
    3537== Administrator Guide
    36    * Installation and upgrade
     38
     39   * Installation and upgrade:
    3740     * TracInstall — How to install and run Trac.
    3841     * TracUpgrade — How to upgrade existing installations.
    3942     * TracImport — Importing tickets from other bug databases.
    4043     * TracPlugins — Installing and managing Trac extensions.
    41    * Configuration and customization
     44   * Configuration and customization:
    4245     * TracIni — Trac configuration file reference.
    4346     * TracPermissions — Access control and permissions.
     
    4548     * TracInterfaceCustomization — Customizing the Trac interface.
    4649     * TracLogging — The Trac logging facility.
    47    * Administering the Version Control subsystem
     50   * Administering the Version Control subsystem:
    4851     * TracRepositoryAdmin — Management of Source Code Repositories.
    49    * Administering the Ticket subsystem
     52   * Administering the Ticket subsystem:
    5053     * TracTicketsCustomFields — Expanding tickets with customized fields.
    5154     * TracNotification — Email notification.
    5255     * TracWorkflow — Configurable Ticket Workflow.
    53    * Reference
    54      * TracEnvironment — All you need to know about Trac environments
     56   * Reference:
     57     * TracEnvironment — All you need to know about Trac environments.
    5558     * TracAdmin — Administering a Trac project via the command-line.
    5659
    57 == Support and Other Sources of Information ==
     60== Support and Other Sources of Information
    5861
    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
     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.
    6265
    63 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.
     66If 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.