Edgewall Software

Changes between Version 9 and Version 10 of 0.11/TracGuide


Ignore:
Timestamp:
Apr 10, 2010, 5:55:52 PM (14 years ago)
Author:
Christian Boos
Comment:

archiving wiki:/TracGuide@57

Legend:

Unmodified
Added
Removed
Modified
  • 0.11/TracGuide

    v9 v10  
    22[[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
    66== Table of Contents ==
     
    88 * TracGuide (This page)  -- Documentation starting point.
    99 * '''Administrator Guide'''
    10    * wiki:0.11/TracInstall -- How to install and run Trac.
    11    * wiki:0.11/TracUpgrade -- How to upgrade existing installations.
    12    * wiki:0.11/TracAdmin -- Administering a Trac project.
    13    * wiki:0.11/TracImport -- Importing tickets from other bug databases.
    14    * wiki:0.11/TracIni -- Trac configuration file reference.
    15    * wiki:0.11/TracPermissions -- Access control and permissions.
    16    * wiki:0.11/TracInterfaceCustomization -- Customizing the Trac interface.
     10   * TracInstall -- How to install and run Trac.
     11   * TracUpgrade -- How to upgrade existing installations.
     12   * TracAdmin -- Administering a Trac project.
     13   * TracImport -- Importing tickets from other bug databases.
     14   * TracIni -- Trac configuration file reference.
     15   * TracPermissions -- Access control and permissions.
     16   * TracInterfaceCustomization -- Customizing the Trac interface.
    1717   * TracPlugins -- Installing and managing Trac extensions.
    1818   * TracLogging -- The Trac logging facility.
     
    2020   * TracWorkflow -- Configurable Ticket Workflow.
    2121 * '''User Guide'''
    22    * wiki:0.11/TracWiki -- How to use the built-in Wiki.
     22   * TracWiki -- How to use the built-in Wiki.
    2323   * TracTimeline -- The timeline provides a historic perspective on a project.
    2424   * TracRss -- RSS content syndication in Trac.
     
    3232     * TracQuery -- Executing custom ticket queries.
    3333     * TracRoadmap -- The roadmap helps tracking project progress.
    34  * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] - A collection of Frequently Asked Questions (on the project website).
     34 * [trac:TracFaq Trac FAQ] - A collection of Frequently Asked Questions (on the project website).
    3535
    3636== Support and Other Sources of Information ==
    37 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.
     37If 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.
    3838
    3939See also the TracSupport page for more information resources.
     40
     41Finally, developer documentation can be found in [trac:TracDev TracDev] and its sub-pages.