8 | | Hello->World |
9 | | Graphviz->Rules |
10 | | World->Rules} |
| 8 | node [shape=rectangle,style=rounded,labelfontsize=8,style=filled, fillcolor=white]; |
| 9 | |
| 10 | AK->MIKRO [color="red:red"]; |
| 11 | INTER->VD [color="blue:blue"]; |
| 12 | OVP->SI [color="red:red"]; |
| 13 | SP->BP [color="red:red"]; |
| 14 | OP->MULT [color="red:red"]; |
| 15 | AK->BM [color="red:red"]; |
| 16 | KM->BM [color="blue:blue"]; |
| 17 | SI->USP [color="red:red"]; |
| 18 | OP->INTER [color="red:red"]; |
| 19 | OVP->SP [color="red:red"]; |
| 20 | OP->SP [color="red:red"]; |
| 21 | AK->OS [color="blue:blue"]; |
| 22 | OP->OS [color="red:red"]; |
| 23 | DS1->OS [color="red:red"]; |
| 24 | ANG1ADV->MANICT [color="red:red"]; |
| 25 | ANG2ADV->MANICT [color="red:red"]; |
| 26 | AK->PKM [color="red:red"]; |
| 27 | KM->PKM [color="blue:blue"]; |
| 28 | KM->MDOS [color="blue:blue"]; |
| 29 | OS->MDOS [color="red:red"]; |
| 30 | INTER->SS [color="red:red"]; |
| 31 | OS->SS [color="red:red"]; |
| 32 | SI->PE [color="red:red"]; |
| 33 | AK->SKS [color="red:red"]; |
| 34 | KM->BKS [color="red:red"]; |
| 35 | DS1->BKS [color="red:red"]; |
| 36 | OVP->TR [color="red:red"]; |
| 37 | OP->OVP [color="blue:blue"]; |
| 38 | DS1->AK [color="blue:blue"]; |
| 39 | DS1->MMI [color="blue:blue"]; |
| 40 | ANG1BAS->ANG2BAS [color="blue:blue"]; |
| 41 | MAT1->MAT2 [color="blue:blue"]; |
| 42 | ANG1ADV->ANG2ADV [color="blue:blue"]; |
| 43 | AK->KM [color="red:red"]; |
| 44 | INTER->IT [color="blue:blue"]; |
| 45 | BP->IT [color="blue:blue"]; |
| 46 | |
| 47 | } |
12 | | |
13 | | = Welcome to Trac 0.12.2 = |
14 | | |
15 | | Trac is a '''minimalistic''' approach to '''web-based''' management of |
16 | | '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. |
17 | | |
18 | | All aspects of Trac have been designed with the single goal to |
19 | | '''help developers write great software''' while '''staying out of the way''' |
20 | | and imposing as little as possible on a team's established process and |
21 | | culture. |
22 | | |
23 | | As all Wiki pages, this page is editable, this means that you can |
24 | | modify the contents of this page simply by using your |
25 | | web-browser. Simply click on the "Edit this page" link at the bottom |
26 | | of the page. WikiFormatting will give you a detailed description of |
27 | | available Wiki formatting commands. |
28 | | |
29 | | "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created |
30 | | a new Trac environment, containing a default set of wiki pages and some sample |
31 | | data. This newly created environment also contains |
32 | | [wiki:TracGuide documentation] to help you get started with your project. |
33 | | |
34 | | You can use [wiki:TracAdmin trac-admin] to configure |
35 | | [http://trac.edgewall.org/ Trac] to better fit your project, especially in |
36 | | regard to ''components'', ''versions'' and ''milestones''. |
37 | | |
38 | | |
39 | | TracGuide is a good place to start. |
40 | | |
41 | | Enjoy! [[BR]] |
42 | | ''The Trac Team'' |
43 | | |
44 | | == Starting Points == |
45 | | |
46 | | * TracGuide -- Built-in Documentation |
47 | | * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project |
48 | | * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions |
49 | | * TracSupport -- Trac Support |
50 | | |
51 | | For a |