Changes from Version 1 of CamelCase

차이점 주위로
다음 차이점은 무시하기:
작성자:
trac (IP: 127.0.0.1)
날짜/시간:
2009-08-30 AM 12:52:39 (16 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • CamelCase

    v0 v1  
     1= !CamelCase = 
     2[wiki:CamelCase]란 대문자로 시작하는 단어들이 서로 연결되어져서 만들어진 새로운 단어를 의미합니다. 
     3 
     4[wiki:CamelCase]는 하이퍼링크를 생성할 때 사용되는 위키의 오랜 관행입니다. 
     5[wiki:CamelCase]에서는 대문자 뒤에 반드시 소문자가 와야만 한다는 추가적인 제약이 있습니다. 
     6따라서 "AlabamA" 와 "ABc" 는 하이퍼링크가 아닙니다. 
     7 
     8== Customizing the Wiki behavior == 
     9 
     10Some 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: 
     11 * 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]] 
     12   That can be useful when CamelCase style is used to name code artifacts like class names and there's no corresponding page for them. 
     13 * 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. 
     14 * Creation of explicit Wiki links is also easy, see WikiPageNames for details. 
     15 * In addition, Wiki formatting can be disabled completely in some places (e.g. when rendering commit log messages) 
     16 
     17See TracIni for more information on the available options. 
     18 
     19== CamelCase에 대한 더 많은 정보 == 
     20 
     21 * http://c2.com/cgi/wiki?WikiCase 
     22 * http://en.wikipedia.org/wiki/CamelCase 
     23 
     24---- 
     25참고 : WikiPageNames, WikiNewPage, WikiFormatting, TracWiki