Changes between Initial Version and Version 1 of TracGuide


Ignore:
Timestamp:
07/11/18 23:01:30 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v1 v1  
     1= The Trac User and Administration Guide = 
     2[[TracGuideToc]] 
     3 
     4The 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. 
     5 
     6== Table of Contents == 
     7 
     8Currently available documentation: 
     9 * '''User Guide''' 
     10   * TracWiki — How to use the built-in Wiki. 
     11   * TracTimeline — The timeline provides a historic perspective on a project. 
     12   * TracRss — RSS content syndication in Trac. 
     13   * ''The Version Control Subsystem'' 
     14     * TracBrowser — Browsing source code with Trac. 
     15     * TracChangeset — Viewing changes to source code. 
     16     * TracRevisionLog — Viewing change history. 
     17   * ''The Ticket Subsystem'' 
     18     * TracTickets — Using the issue tracker. 
     19     * TracReports — Writing and using reports. 
     20     * TracQuery — Executing custom ticket queries. 
     21     * TracRoadmap — The roadmap helps tracking project progress. 
     22   * Other topics 
     23     * TracAccessibility — Keyboard shortcuts 
     24 
     25 * '''Administrator Guide''' 
     26   * TracInstall — How to install and run Trac. 
     27   * TracUpgrade — How to upgrade existing installations. 
     28   * TracAdmin — Administering a Trac project. 
     29   * TracImport — Importing tickets from other bug databases. 
     30   * TracIni — Trac configuration file reference.  
     31   * TracPermissions — Access control and permissions. 
     32   * TracInterfaceCustomization — Customizing the Trac interface. 
     33   * TracPlugins — Installing and managing Trac extensions. 
     34   * TracLogging — The Trac logging facility. 
     35   * TracNotification — Email notification. 
     36   * TracWorkflow — Configurable Ticket Workflow. 
     37   * TracRepositoryAdmin — Management of Source Code Repositories. 
     38 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website). 
     39 * [trac:TracDev Trac Developer Documentation] — Developer documentation 
     40 
     41== Support and Other Sources of Information == 
     42If 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. 
     43 
     44See also the TracSupport page for more information resources.