diff options
author | Eugene Suter <easuter@gmail.com> | 2010-04-16 21:48:11 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:06 +0200 |
commit | 39e7e607e2d6a765ef0e696d8d79422fa8e93f0f (patch) | |
tree | 4c52096d401402556b03a2033aa9d4afda666665 /development/trac/README | |
parent | 40b66211def12ffdd5c31b80cd955ec6e0c27917 (diff) | |
download | slackbuilds-39e7e607e2d6a765ef0e696d8d79422fa8e93f0f.tar.gz |
development/trac: Added (wiki and issue tracking system)
Diffstat (limited to 'development/trac/README')
-rw-r--r-- | development/trac/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/trac/README b/development/trac/README new file mode 100644 index 0000000000..2bb9ca991a --- /dev/null +++ b/development/trac/README @@ -0,0 +1,13 @@ +Trac is an enhanced wiki and issue tracking system for software development +projects. Trac uses a minimalistic approach to web-based software project +management. Our mission is to help developers write great software while +staying out of the way. Trac should impose as little as possible on a +team's established development process and policies. + +Trac relies on multiple other packages (available at SlackBuilds): +pysetuptools, MySQL-python, genshi and pygments. + +pysetuptools must be installed before all the others and pygments is +optional (provides syntax highlighting). + + |