Changes between Version 3 and Version 4 of WikiRestructuredTextLinks


Ignore:
Timestamp:
Dec 31, 2005, 5:43:43 PM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiRestructuredTextLinks

    v3 v4  
    1 = TracLinks in reStructuredText =
     1= reStructuredText における TracLinks =
    22
    3 This document is for testing the ``..trac::`` directive. The page is written like
     3このドキュメントは ``..trac::`` ディレクティブをテストするためのものです。このページは以下のように書かれます。
    44
    55{{{
     
    1515
    1616
    17 This is a list of example uses of the ''trac'' directive, providing use of TracLinks in WikiRestructuredText.
     17これは、 WikiRestructuredText で TracLinks を提供する ''trac'' ディレクティブの使用方法の一覧です。
    1818
    1919{{{
    2020#!rst
    2121
    22 Examples
     22
    2323--------
    2424
    25 trac role
    26 =========
    27 Syntax is \`link\`\:trac: or :trac:\`link\`, and could be put anywhere in the text. 'link' has the same format as explain for the ``.. trac::`` directive below.
     25trac の役割
     26===========
     27シンタックスは \`link\`\:trac: もしくは :trac:\`link\` です。そして、テキストのどこにでも置くことができます。 'link' は以下に示す ``.. trac::`` ディレクティブの説明と同じフォーマットです。
    2828
    2929``In the middle of my text `WikiFormatting`:trac: see!!!!``
    3030   In the middle of my text `WikiFormatting`:trac: see!!!!
    3131
    32 or
     32もしくは
    3333
    3434``In the middle of my text :trac:`WikiFormatting` see!!!!``
     
    5050        .. trac:: wiki:WikiFormatting LinkText
    5151
    52 tickets
    53 =======
     52チケット
     53========
    5454
    5555``.. trac:: #1``
     
    6262        .. trac:: ticket:1 ticket one
    6363
    64 reports
    65 =======
     64レポート
     65========
    6666
    6767``.. trac:: {1}``
     
    7474        .. trac:: report:1 report one
    7575
    76 changesets
    77 ==========
     76チェンジセット
     77==============
    7878
    7979``.. trac:: [42]``
     
    8888        .. trac:: foo
    8989
    90 files
    91 =====
     90ファイル
     91========
    9292
    9393``.. trac:: browser:/trunk/trac``
    9494        .. trac:: browser:/trunk/trac
    9595
    96 The leading ``/`` can be omitted...
     96先頭の ``/`` は省略できます...
    9797
    9898``.. trac:: repos:trunk/trac trunk/trac``
     
    108108        .. trac:: source:trunk/README README in trunk
    109109
    110 Note that if ``hoo`` is a file, the link targets its revision log. In order to see the file's content, you need to specify the revision explicitely, like here:
     110もし、 ``hoo`` がファイルであるとき、リンクのターゲットはそのコミットログになります。ファイルの中身を見るために、このようにリビジョンを明確にしなければなりません。
    111111
    112112``.. trac:: browser:/trunk/README#latest latest of trunk/README``