Edgewall Software

Changes between Version 1 and Version 2 of 0.13/TracGuide


Ignore:
Timestamp:
Jan 6, 2011, 6:10:44 PM (13 years ago)
Author:
Christian Boos
Comment:

rework the page, add links to more default pages

Legend:

Unmodified
Added
Removed
Modified
  • 0.13/TracGuide

    v1 v2  
    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 0.13 version of Trac, see [[0.13/TracGuide]] if you need the previous version **
    22= The Trac User and Administration Guide =
    33[[TracGuideToc]]
     
    66The 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.
    77
    8 == Table of Contents ==
    9 
    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''
     8== User Guide
     9=== Table of Contents
     10   * Using the Wiki subsystem
     11     * TracWiki — How to use the built-in Wiki.
     12     * WikiFormatting — Reference to the wiki syntax used throughout.
     13   * Using the Version Control subsystem
    1614     * TracBrowser — Browsing source code with Trac.
    1715     * TracChangeset — Viewing changes to source code.
    1816     * TracRevisionLog — Viewing change history.
    19    * ''The Ticket Subsystem''
     17   * Using the Ticket subsystem
    2018     * TracTickets — Using the issue tracker.
     19     * TracRoadmap — The roadmap helps tracking project progress.
    2120     * TracReports — Writing and using reports.
    2221     * TracQuery — Executing custom ticket queries.
    23      * TracRoadmap — The roadmap helps tracking project progress.
    24  * '''Administrator Guide'''
    25    * TracInstall — How to install and run Trac.
    26    * TracUpgrade — How to upgrade existing installations.
    27    * TracAdmin — Administering a Trac project.
    28    * TracImport — Importing tickets from other bug databases.
    29    * TracIni — Trac configuration file reference.
    30    * TracPermissions — Access control and permissions.
    31    * TracInterfaceCustomization — Customizing the Trac interface.
    32    * TracPlugins — Installing and managing Trac extensions.
    33    * TracLogging — The Trac logging facility.
    34    * TracNotification — Email notification.
    35    * TracWorkflow — Configurable Ticket Workflow.
    36    * TracRepositoryAdmin — Management of Source Code Repositories.
    37  * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website).
    38  * [trac:TracDev Trac Developer Documentation] — Developer documentation
     22   * Other modules and general topics
     23     * TracSearch — Full text search in all content.
     24     * TracTimeline — The timeline provides a historic perspective on a project.
     25     * TracRss — RSS content syndication in Trac.
     26     * TracAccessibility — Accessibility keys support
     27
     28
     29== Administrator Guide
     30=== Table of Contents
     31   * Installation and upgrade
     32     * TracInstall — How to install and run Trac.
     33     * TracUpgrade — How to upgrade existing installations.
     34     * TracImport — Importing tickets from other bug databases.
     35     * TracPlugins — Installing and managing Trac extensions.
     36   * Configuration and customization
     37     * TracIni — Trac configuration file reference.
     38     * TracPermissions — Access control and permissions.
     39     * TracNavigation — Customize main navigation menus.
     40     * TracInterfaceCustomization — Customizing the Trac interface.
     41     * TracLogging — The Trac logging facility.
     42   * Administering the Version Control subsystem
     43     * TracRepositoryAdmin — Management of Source Code Repositories.
     44   * Administering the Ticket subsystem
     45     * TracTicketsCustomFields — Expanding tickets with customized fields.
     46     * TracNotification — Email notification.
     47     * TracWorkflow — Configurable Ticket Workflow.
     48   * Reference
     49     * TracEnvironment — All you need to know about Trac environments
     50     * TracAdmin — Administering a Trac project via the command-line.
    3951
    4052== Support and Other Sources of Information ==
     53
     54 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website).
     55 * [trac:TracDev] and [trac:TracDev/ApiDocs API docs] — Trac Developer documentation
     56 * TracSupport — How to get more information
     57
    4158If 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.
    42 
    43 See also the TracSupport page for more information resources.