Changes between Version 1 and Version 2 of WikiRestructuredTextLinks


Ignore:
Timestamp:
Oct 1, 2012 9:35:34 AM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiRestructuredTextLinks

    v1 v2  
    1 = reStructuredText における TracLinks = #TracLinksinreStructuredText 
     1= TracLinks in reStructuredText = 
    22 
    3 このドキュメントは reStructuredText での ``:trac::`` ディレクティブの使い方を説明します: 
     3This document illustrates how to use the `:trac:` role in reStructuredText. The page is written like: 
    44 
    55{{{ 
    66{{{ 
    77#!rst  
    8 : 
     8Examples: 
    99 
    10  * チケット: :trac:`#1`, :trac:`ticket:1` 
    11  * チケットのコメント: :trac:`comment:ticket:1:2` 
    12  * レポート: :trac:`{1}`, :trac:`report:1` 
    13  * チェンジセット: :trac:`r1`, :trac:`[1]`, :trac:`changeset:1` 
    14  * リビジョンログ: :trac:`r1:3`, :trac:`[1:3]`, :trac:`log:@1:3`, :trac:`log:trunk@1:3` 
    15  * Diff (バージョン 0.10 以降): :trac:`diff:@20:30`, :trac:`diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default`, :trac:`diff:trunk/trac@3538//sandbox/vc-refactoring/trac@3539` 
    16  * Wiki ページ: :trac:`CamelCase`, :trac:`wiki:CamelCase` 
    17  * マイルストーン: :trac:`milestone:1.0` 
    18  * 添付ファイル: :trac:`attachment:ticket:944:attachment.1073.diff` 
    19  * ファイル: :trac:`source:trunk/COPYING` 
    20  * 特定のリビジョンのファイル: :trac:`source:/trunk/COPYING@200` 
    21  * 特定のリビジョンのファイルの特定の行: :trac:`source:/trunk/COPYING@200#L25` 
     10 * Tickets: :trac:`#1` or :trac:`ticket:1` 
     11 * Ticket comments: :trac:`comment:ticket:1:2` 
     12 * Reports: :trac:`{1}` or :trac:`report:1` 
     13 * Changesets: :trac:`r1`, :trac:`[1]` or :trac:`changeset:1` 
     14 * Revision log: :trac:`r1:3`, :trac:`[1:3]` or :trac:`log:@1:3`, :trac:`log:trunk@1:3` 
     15 * Diffs (since version 0.10): :trac:`diff:@20:30`, :trac:`diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default` or :trac:`diff:trunk/trac@3538//sandbox/vc-refactoring/trac@3539` 
     16 * Wiki pages: :trac:`CamelCase` or :trac:`wiki:CamelCase` 
     17 * Milestones: :trac:`milestone:1.0` 
     18 * Attachment: :trac:`attachment:ticket:944:attachment.1073.diff` 
     19 * Files: :trac:`source:trunk/COPYING` 
     20 * A specific file revision: :trac:`source:/trunk/COPYING@200` 
     21 * A particular line of a specific file revision: :trac:`source:/trunk/COPYING@200#L25` 
    2222 
    23 明示的にラベルを指定することで、空白文字にを含む語もリンクにすることができます: 
     23An explicit label can be specified, separated from the link by a space: 
    2424 
    25  * :trac:`#1 チケット #1` と :trac:`source:trunk/COPYING ライセンス` を参照してください。 
     25 * See :trac:`#1 ticket 1` and the :trac:`source:trunk/COPYING license`. 
    2626}}} 
    2727}}} 
    2828 
    29 docutils がインストールされていれば、上記のブロックは以下のように表示されます: 
     29Provided you have docutils installed, the above block will render as: 
    3030---- 
    3131{{{ 
    3232#!rst  
    33 : 
     33Examples: 
    3434 
    35  * チケット: :trac:`#1`, :trac:`ticket:1` 
    36  * チケットのコメント: :trac:`comment:ticket:1:2` 
    37  * レポート: :trac:`{1}`, :trac:`report:1` 
    38  * チェンジセット: :trac:`r1`, :trac:`[1]`, :trac:`changeset:1` 
    39  * リビジョンログ: :trac:`r1:3`, :trac:`[1:3]`, :trac:`log:@1:3`, :trac:`log:trunk@1:3` 
    40  * Diff (バージョン 0.10 以降): :trac:`diff:@20:30`, :trac:`diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default`, :trac:`diff:trunk/trac@3538//sandbox/vc-refactoring/trac@3539` 
    41  * Wiki ページ: :trac:`CamelCase`, :trac:`wiki:CamelCase` 
    42  * マイルストーン: :trac:`milestone:1.0` 
    43  * 添付ファイル: :trac:`attachment:ticket:944:attachment.1073.diff` 
    44  * ファイル: :trac:`source:trunk/COPYING` 
    45  * 特定のリビジョンのファイル: :trac:`source:/trunk/COPYING@200` 
    46  * 特定のリビジョンのファイルの特定の行: :trac:`source:/trunk/COPYING@200#L25` 
     35 * Tickets: :trac:`#1` or :trac:`ticket:1` 
     36 * Ticket comments: :trac:`comment:ticket:1:2` 
     37 * Reports: :trac:`{1}` or :trac:`report:1` 
     38 * Changesets: :trac:`r1`, :trac:`[1]` or :trac:`changeset:1` 
     39 * Revision log: :trac:`r1:3`, :trac:`[1:3]` or :trac:`log:@1:3`, :trac:`log:trunk@1:3` 
     40 * Diffs (since version 0.10): :trac:`diff:@20:30`, :trac:`diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default` or :trac:`diff:trunk/trac@3538//sandbox/vc-refactoring/trac@3539` 
     41 * Wiki pages: :trac:`CamelCase` or :trac:`wiki:CamelCase` 
     42 * Milestones: :trac:`milestone:1.0` 
     43 * Attachment: :trac:`attachment:ticket:944:attachment.1073.diff` 
     44 * Files: :trac:`source:trunk/COPYING` 
     45 * A specific file revision: :trac:`source:/trunk/COPYING@200` 
     46 * A particular line of a specific file revision: :trac:`source:/trunk/COPYING@200#L25` 
    4747 
    48 明示的にラベルを指定することで、空白文字にを含む語もリンクにすることができます: 
     48An explicit label can be specified, separated from the link by a space: 
    4949 
    50  * :trac:`#1 チケット #1` と :trac:`source:trunk/COPYING ライセンス` を参照してください。 
     50 * See :trac:`#1 ticket 1` and the :trac:`source:trunk/COPYING license`. 
    5151}}} 
    5252---- 
    5353 
    54 上記の例のいずれも、脚注参照の記法で `trac::` ディレクティブを使用して書くことができます: 
     54Note also that any of the above could have been written using substitution references and the `trac::` directive: 
    5555{{{ 
    5656{{{ 
     
    6262}}} 
    6363 
    64 この表示は以下の通りです: 
     64This renders as: 
    6565---- 
    6666