Changes between Version 21 and Version 22 of TracGuide


Ignore:
Timestamp:
Jan 28, 2011, 2:52:13 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracGuide

    v21 v22  
    1 = The Trac User and Administration Guide = 
    2 [[TracGuideToc]] 
     1= The Trac User and Administration Guide =
     2[[TracGuideToc]]
    33
    4 The 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://projects.edgewall.com/trac/ Trac Project] itself.
     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.
    55
    6 == Table of Contents ==
    7 Currently available documentation:
    8  * TracGuide (This page)  -- Documentation starting point.
    9    * TracInstall -- How to install and run Trac.
    10    * TracUpgrade -- How to upgrade existing installations.
    11    * TracMultipleProjects -- Multiple projects on a single host.
    12    * TracAdmin -- Administrating a Trac project.
    13    * TracImport -- Importing tickets from other bug databases.
    14    * TracIni -- Trac configuration file reference. 
    15    * TracPermissions -- Access control and permissions.
    16    * TracWiki -- How to use the built-in Wiki.
    17    * TracBrowser -- Browsing source code with Trac.
    18    * TracChangeset -- Viewing changes to source code.
    19    * TracTickets -- Using the issue tracker.
    20    * TracReports -- Writing and using reports.
    21    * TracQuery -- Executing custom ticket queries.
    22    * TracRoadmap -- The roadmap helps tracking project progress.
    23    * TracTimeline -- The timeline provides a historic perspective on a project.
    24    * TracLogging -- The Trac logging facility.
    25    * TracRss -- RSS content syndication in Trac.
    26    * TracNotification -- Email notification.
     6== Table of Contents ==
    277
    28  * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] - A collection of Frequently Asked Questions (on the project website)
     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 * '''Administrator Guide'''
     23   * TracInstall — How to install and run Trac.
     24   * TracUpgrade — How to upgrade existing installations.
     25   * TracAdmin — Administering a Trac project.
     26   * TracImport — Importing tickets from other bug databases.
     27   * TracIni — Trac configuration file reference.
     28   * TracPermissions — Access control and permissions.
     29   * TracInterfaceCustomization — Customizing the Trac interface.
     30   * TracPlugins — Installing and managing Trac extensions.
     31   * TracLogging — The Trac logging facility.
     32   * TracNotification — Email notification.
     33   * TracWorkflow — Configurable Ticket Workflow.
     34   * TracRepositoryAdmin — Management of Source Code Repositories.
     35 * [trac:TracFaq Trac FAQ] — A collection of Frequently Asked Questions (on the project website).
    2936
    30 == Support and Other Sources of Information == 
    31 If you are looking for a good place to ask a question about Trac, look no further than the [http://projects.edgewall.com/trac/wiki/MailingList MailingList]. It provides a friendly environment to discuss openly among Trac users and developers.
     37== Support and Other Sources of Information ==
     38If 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.
    3239
    33 See also the TracSupport page for more information resources. 
     40See also the TracSupport page for more information resources.
    3441
    35 If you are interested in commercial support, please [http://www.edgewall.com/contact/ contact Edgewall Software].
     42Finally, developer documentation can be found in [trac:TracDev TracDev] and its sub-pages.
Back to Top