Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
03/04/15 11:14:32 (9 years ago)
Author:
davidb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    55You can browse the list of [/report/1 bug tickets], and even offer to fix one. Or you can submit a [/newticket new ticket]. You can see development progress by looking at the source code/ticket [/timeline Timeline], or the release [/roadmap Roadmap]. You can even browse the Expeditee [/browser source code].
    66
    7 == About Trac ==
    87
    9 Trac is a '''minimalistic''' approach to '''web-based''' management of
    10 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
    11 
    12 All aspects of Trac have been designed with the single goal to
    13 '''help developers write great software''' while '''staying out of the way'''
    14 and imposing as little as possible on a team's established process and
    15 culture.
    16 
    17 As all Wiki pages, this page is editable, this means that you can
    18 modify the contents of this page simply by using your
    19 web-browser. Simply click on the "Edit this page" link at the bottom
    20 of the page. WikiFormatting will give you a detailed description of
    21 available Wiki formatting commands.
    22 
    23 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created
    24 a new Trac environment, containing a default set of wiki pages and some sample
    25 data. This newly created environment also contains
    26 [wiki:TracGuide documentation] to help you get started with your project.
    27 
    28 You can use [wiki:TracAdmin trac-admin] to configure
    29 [http://trac.edgewall.org/ Trac] to better fit your project, especially in
    30 regard to ''components'', ''versions'' and ''milestones''.
    31 
    32 
    33 TracGuide is a good place to start.
    34 
    35 Enjoy! [[BR]]
    36 ''The Trac Team''
    378
    389== Starting Points ==