Changes between Version 18 and Version 19 of TracWiki

Show
Ignore:
Timestamp:
01/17/08 22:31:16 (18 years ago)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWiki

    v18 v19  
    1  
    21= The Trac Wiki Engine = 
    32[[TracGuideToc]] 
    43 
    5 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'''.  
     4Trac has a built-in wiki engine, used for text and documentation throughout the system. WikiFormatting is used in [wiki:TitleIndex wiki pages], [wiki:TracTickets tickets] and [wiki:TracChangeset check-in log messages].  This allows for formatted text and hyperlinks in and between all Trac modules. 
    65 
    7 This allows for formatted text and hyperlinks in and between all Trac modules. 
     6Editing wiki text is easy, using any web browser and a simple [WikiFormatting formatting system], rather than more complex markup languages like HTML.  The reasoning behind its design is that HTML, with its large collection of nestable tags, is too complicated to allow fast-paced editing, and distracts from the actual content of the pages. Note though that Trac also supports [wiki:WikiHtml HTML], [wiki:WikiRestructuredText reStructuredText] and [http://www.textism.com/tools/textile/ Textile] as alternative markup formats. 
    87 
    9 Editing wiki text is easy, using any web browser and a simple formatting system (see WikiFormatting), rather than more complex markups like HTML.  
    10 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. 
     8The main goal of the wiki is to make editing text easier and ''encourage'' people to contribute and annotate text content for a project. 
    119 
    12 The main goal of the wiki  is making editing text easier and '''encourage''' people to contribute and annotate text content for a project.  
     10The wiki itself does not enforce any structure, but rather resembles a stack of empty sheets of paper, where you can organize information and documentation as you see fit, and later reorganize if necessary. 
    1311 
    14 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.  
    15  
    16 For more help on editing wiki text, see: 
     12For more help on editing wiki text, see these pages: 
    1713 * WikiFormatting 
    1814 * WikiPageNames 
     
    2117 * WikiMacros 
    2218 * WikiProcessors 
     19 * PageTemplates 
    2320 
    24 {{{ 
    25  #!html  
    26   <p style=display:none> 
    27 <a href="http://melatrol.newultraherbal.com/"><strong>melatrol</strong> is a natural sleep aid that can give you the proper rest you need.</a> <br> 
    28 <a href="http://venapro.newultraherbal.com/">Venapro</a>  is a long-term, non-surgical approach to hemorrhoids treatment and relief.<br> 
    29 <a href="http://thyromine.newultraherbal.com/">Thyromine</a> Thyromine is a natural thyroid health supplement that will help your thyroid function normally optimising your weight and overall health.<br> 
    30 <a href="http://www.healthbuy.info/">Health Supplement</a><br> 
    31 }}} 
    32   
    3321If you want to practice editing, please use the SandBox. 
    3422 
     
    3725 * http://c2.com/cgi/wiki?WikiHistory 
    3826 * http://www.usemod.com/cgi-bin/mb.pl?WhyWikiWorks 
     27 
     28---- 
     29See also: TracGuide