Changes between Version 5 and Version 6 of TracWiki

Show
Ignore:
Timestamp:
01/28/10 04:25:37 (7 months ago)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWiki

    v5 v6  
    1 = Trac Wiki エンジン = 
     1= The Trac Wiki Engine = 
    22[[TracGuideToc]] 
    33 
    4 Trac はテキストとドキュメンテーションにシステム中で使用される組み込みの wiki エンジンを持っています。 WikiFormatting は [wiki:TitleIndex Wikiページ] や [wiki:TracTickets チケット] 、 [wiki:TracChangeset コミットログメッセージ] で使用することができます。 この組み込みエンジンによってすべての Trac モジュールで書式付きテキストとハイパーリンクを使用することができます。 
     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. 
    55 
    6 Wiki テキストの編集はとても簡単です。どの Web ブラウザも使用でき、 HTML のようなもっと複雑なマークアップ言語に比べるとシンプルな [WikiFormatting 書式体系] です。 Wiki が設計された背景には、 HTML はネスト可能なタグの数が膨大でかつとても複雑なので、速いペースで編集することができず、ページの実質的な内容を把握し難いという理由があったからです。それでも Trac はマークアップの別手段として、 [wiki:WikiHtml HTML], [wiki:WikiRestructuredText reStructuredText], [http://www.textism.com/tools/textile/ Textile] にも対応しています。 
     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. 
    77 
    8 Wiki が目指しているところはテキスト編集をより簡単にし、人々にプロジェクトのための情報を提供し、その内容に注釈をつけることを '''奨励する''' ことです。 
     8The main goal of the wiki is to make editing text easier and ''encourage'' people to contribute and annotate text content for a project. 
    99 
    10 Wiki そのものはどんな仕組みも押し付けません。何も書いていない紙の束に似ています。あなたがふさわしいと思う情報や文書をまとめることができ、必要に応じて後でまとめなおすことができます。 
     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. 
    1111 
    12 Wikiテキスト編集のより詳しいヘルプは以下を参照してください: 
     12For more help on editing wiki text, see these pages: 
    1313 * WikiFormatting 
    1414 * WikiPageNames 
     
    1717 * WikiMacros 
    1818 * WikiProcessors 
     19 * PageTemplates 
    1920 
    20 もしWikiテキストを編集する練習をしたいならば、 SandBox を使用してください。 
     21If you want to practice editing, please use the SandBox. 
    2122 
    22  Web 上の Wiki についての情報: 
     23Some more information about wiki on the web: 
    2324 * http://wikipedia.org/wiki/Wiki 
    2425 * http://c2.com/cgi/wiki?WikiHistory