Edgewall Software

Changes between Initial Version and Version 1 of 0.13/TracGuide


Ignore:
Timestamp:
Jan 6, 2011, 5:43:57 PM (13 years ago)
Author:
Christian Boos
Comment:

start with TracGuide@62

Legend:

Unmodified
Added
Removed
Modified
  • 0.13/TracGuide

    v1 v1  
     1** Note: this page documents the 0.12 version of Trac, see [[0.11/TracGuide]] if you need the previous version **
     2= The Trac User and Administration Guide =
     3[[TracGuideToc]]
     4[[TranslatedPages]]
     5
     6The 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
     8== Table of Contents ==
     9
     10Currently 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''
     16     * TracBrowser — Browsing source code with Trac.
     17     * TracChangeset — Viewing changes to source code.
     18     * TracRevisionLog — Viewing change history.
     19   * ''The Ticket Subsystem''
     20     * TracTickets — Using the issue tracker.
     21     * TracReports — Writing and using reports.
     22     * 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
     39
     40== Support and Other Sources of Information ==
     41If 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
     43See also the TracSupport page for more information resources.