Changes between Version 1 and Version 2 of TracWiki


Ignore:
Timestamp:
Jun 21, 2008, 6:11:58 PM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWiki

    v1 v2  
    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
     
    1818 * WikiProcessors
    1919
    20 もしWikiテキストを編集する練習をしたいならば、 SandBox を使用してください。
     20If you want to practice editing, please use the SandBox.
    2121
    22  Web 上の Wiki についての情報:
     22Some more information about wiki on the web:
    2323 * http://wikipedia.org/wiki/Wiki
    2424 * http://c2.com/cgi/wiki?WikiHistory