Changes between Version 15 and Version 16 of CamelCase

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
  • CamelCase

    v15 v16  
     1= !CamelCase = 
    12New words created by smashing together capitalized words. 
    23 
    3 CamelCase is the original wiki convention for creating hyperlinks, with the additional requirement that the capitals are followed by a lower-case letter, hence AlabamA and ABc will not be links. 
     4CamelCase is the original wiki convention for creating hyperlinks, with the additional requirement that the capitals are followed by a lower-case letter; hence “AlabamA” and “ABc” will not be links. 
    45 
    5 == More information on CamelCase == 
    6  * [http://c2.com/cgi/wiki?WikiCase] 
    7  * [http://en.wikipedia.org/wiki/CamelCase] 
    8 {{{  
    9 #!html 
    10 <p style=display:none> 
    11 <strong><a href="http://www.hoodiagordoniiplus.yourlosspill.info" title="Hoodia Gordonii Plus">Hoodia Gordonii Plus</a></strong> is a latest, innovative suppressant, metabolic process supporter, fat burner and vitality improver... altogether. | Just a couple droplets of the <strong><a href="http://www.hoodiachaser.yourlosspill.info" title="Liquid Hoodia">Hoodia Chaser</a></strong> fluid extract will provide a more powerful and effective result than any Hoodia diet tablet on the market. |    Single <strong><a href="http://www.dietrine.yourlosspill.info" title="Carb blocker">Dietrine</a></strong> Capsule taken before a meal can freeze up to 1125 calories from fat and saccharide foods.  
     6== Customizing the Wiki behavior == 
    127 
    13 </p> 
    14 }}} 
     8Some people dislike linking by CamelCase.  While Trac remains faithful to the original Wiki style, it provides a number of ways to accomodate users with different preferences: 
     9 * There's an option (`ignore_missing_pages` in `[wiki]`) to simply ignore links to missing pages when the link is written using the CamelCase style, instead of that word being replaced by a gray link followed by a question mark.[[BR]] 
     10   That can be useful when CamelCase style is used to name code artifacts like class names and there's no corresponding page for them. 
     11 * There's an option (`split_page_names` in `[wiki]`) to automatically insert space characters between the words of a CamelCase link when rendering the link. 
     12 * Creation of explicit Wiki links is also easy, see WikiPageNames for details. 
     13 * In addition, Wiki formatting can be disabled completely in some places (e.g. when rendering commit log messages) 
    1514 
     15See TracIni for more information on the available options. 
     16 
     17== More information on !CamelCase == 
     18 
     19 * http://c2.com/cgi/wiki?WikiCase 
     20 * http://en.wikipedia.org/wiki/CamelCase 
     21 
     22---- 
    1623See also: WikiPageNames, WikiNewPage, WikiFormatting, TracWiki