Edgewall Software

Changes between Version 1 and Version 2 of TracWiki


Ignore:
Timestamp:
Mar 1, 2004, 4:21:54 AM (20 years ago)
Author:
daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracWiki

    v1 v2  
    1 = The Trac Wiki Module =
     1= The Trac Wiki Engine =
    22
    3 '''FIXME:''' describe the wiki module here
     3Trac 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'''.
    44
     5This allows for formatted text and hyperlinks in and between all Trac modules.
    56
    6 See also:  WikiFormatting,  TracLinks
     7Editing wiki text is easy, using any web browser and a simple formatting system (see WikiFormatting), rather than more complex markups like HTML.
     8The 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.
     9
     10The main goal of the wiki  is making editing text easier and '''encourage''' people to contribute and annotate text content for a project.
     11
     12Wiki 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.
     13
     14For more help on editing wiki text, see:
     15 * WikiFormatting
     16 * TracLinks
     17 
     18If you want to practice editing, please use the SandBox.
     19
     20Some more information about wiki on the web:
     21 * http://wikipedia.org/wiki/Wiki
     22 * http://c2.com/cgi/wiki?WikiHistory
     23 * http://www.usemod.com/cgi-bin/mb.pl?WhyWikiWorks