|
1 |
= The Trac Wiki Engine = |
|
2 |
[[TracGuideToc]] |
|
3 |
|
|
4 |
Trac has a built-in wiki engine, used for text and documentation throughout the system. WikiFormatting is used for [wiki:TitleIndex wiki pages], '''tickets''' and '''commit log messages'''. |
|
5 |
|
|
6 |
This allows for formatted text and hyperlinks in and between all Trac modules. |
|
7 |
|
|
8 |
Editing wiki text is easy, using any web browser and a simple formatting system (see WikiFormatting), rather than more complex markups like HTML. |
|
9 |
The reasoning behind its design is that HTML, with its large library of nested tags, is too complicated to allow fast-paced editing, and distracts from the actual content of the pages. Note though, Trac also supports [wiki:WikiHtml HTML] and [wiki:WikiRestructuredText reStructuredText] as alternative markup formats. |
|
10 |
|
|
11 |
The main goal of the wiki is making editing text easier and '''encourage''' people to contribute and annotate text content for a project. |
|
12 |
|
|
13 |
Wiki itself does not enforce any structure, but rather resembles a stack of empty paper sheets, where you can organize information and documentation as you see fit, and later reorganize if necessary. |
|
14 |
|
|
15 |
For more help on editing wiki text, see: |
|
16 |
* WikiFormatting |
|
17 |
* WikiPageNames |
|
18 |
* WikiNewPage |
|
19 |
* TracLinks |
|
20 |
* WikiMacros |
|
21 |
* WikiProcessors |
|
22 |
|
|
23 |
If you want to practice editing, please use the SandBox. |
|
24 |
|
|
25 |
Some more information about wiki on the web: |
|
26 |
* http://wikipedia.org/wiki/Wiki |
|
27 |
* http://c2.com/cgi/wiki?WikiHistory |
|
28 |
* http://www.usemod.com/cgi-bin/mb.pl?WhyWikiWorks |