Trac: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: '''Trac''' is an online system for tracking software bugs and organizing software development. OLPC uses trac to coordinate all its official software development. Bugs, features, and oth...)
 
m (+cat)
Line 17: Line 17:
* [http://en.wikipedia.org/wiki/Trac trac wikipedia page]
* [http://en.wikipedia.org/wiki/Trac trac wikipedia page]
* [http://trac.edgewall.org/ Official trac site]
* [http://trac.edgewall.org/ Official trac site]

[[Category:Developers]]
[[Category:Software]]

Revision as of 04:53, 29 January 2008

Trac is an online system for tracking software bugs and organizing software development. OLPC uses trac to coordinate all its official software development. Bugs, features, and other work items are entered into trac as trac tickets. This assigns the work a unique reference number, which can be used to track progress using the trac system.

Trac ticket wiki markup

The OLPC wiki is configured to allow automatic linking to trac tickets using special markup. For example, this code:

* <trac>1</trac>

renders as the a link to the page for trac ticket item number 1:

  • <trac>1</trac>


See also: