XPressME Integration Kit

Trac

Version 1 から Version 2 における更新: TracWiki

差分発生行の前後
Ignore:
Timestamp:
Nov 29, 2010, 3:25:28 PM (13 years 前)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWiki

    v1 v2  
    1 = Trac Wiki エンジン = #TheTracWikiEngine 
     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], [wiki:TracChangeset check-in log messages], [wiki:TracRoadmap milestone] and [wiki:TracReports report] descriptions.  It 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 [WikiHtml HTML], [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. Trac also provides a simple toolbar to make formatting text even easier. 
    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.  
     11As contributing to a wiki is essentially building an hypertext,  
     12general advice regarding HTML authoring apply here as well. 
     13For example, the ''[http://www.w3.org/Provider/Style Style Guide for online hypertext]'' explains how to think about the 
     14[http://www.w3.org/Provider/Style/Structure.html overall structure of a work]  
     15and how to organize information [http://www.w3.org/Provider/Style/WithinDocument.html within each document]. One of the most important is “make your HTML page such that you can read it even if you don't follow any links.” 
    1116 
    12 Wiki テキスト編集のより詳しいヘルプは以下を参照してください: 
    13  * WikiFormatting 
    14  * WikiPageNames 
    15  * WikiNewPage 
    16  * TracLinks 
    17  * WikiMacros 
    18  * WikiProcessors 
    19  * PageTemplates 
     17Learn more about: 
     18 * WikiNewPage creation, which can be configured to start from a [PageTemplates page template] 
     19 * WikiFormatting rules, including advanced topics like WikiMacros and WikiProcessors 
     20 * How to use WikiPageNames and other forms of TracLinks which are used to refer in a precise way to any resource within Trac 
    2021 
    21 もし Wiki テキストを編集する練習をしたいならば、 SandBox を使用してください。 
     22If you want to practice editing, please use the SandBox. 
    2223 
    23  Web 上の Wiki についての情報: 
    24  * http://wikipedia.org/wiki/Wiki 
    25  * http://c2.com/cgi/wiki?WikiHistory 
    26  * http://www.usemod.com/cgi-bin/mb.pl?WhyWikiWorks 
     24Before saving your changes, you can ''Preview'' the page or ''Review the Changes'' you've made. 
     25You can get an automatic preview of the formatting as you type when you activate the ''Edit Side-by-side'' mode. '' There is a [wiki:/TracIni#trac-section configurable delay] between when you make your edit and when the automatic preview will update.'' 
     26 
     27Some more information about wikis on the web: 
     28 * A definition of [http://wikipedia.org/wiki/Wiki Wiki], in a famous  wiki encyclopedia 
     29 * The [http://c2.com/cgi/wiki?WikiHistory History] of the original wiki 
     30 * A wiki page explaining [http://www.usemod.com/cgi-bin/mb.pl?WhyWikiWorks why wiki works] 
    2731 
    2832----