Edgewall Software

Changes between Version 1 and Version 2 of WikiRestructuredTextLinks


Ignore:
Timestamp:
Jul 23, 2004, 6:41:53 PM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WikiRestructuredTextLinks

    v1 v2  
    11= TracLinks in reStructuredText =
     2
     3This document is for testing the ``..trac::`` directive. The page is written like
     4
     5{{{
     6{{{
     7#!rst
     8
     9Examples
     10...
     11...
     12
     13}}}
     14}}}
     15
    216
    317This is a list of example uses of the ''trac'' directive, providing use of TracLinks in WikiRestructuredText.
    418
    5 == Examples ==
    6 {{{
     19
    720{{{
    821#!rst
    9 ===============
    10 Trac Link Tests
    11 ===============
    1222
    13 This document is for testing the ``..trac::`` directive.
     23Examples
     24--------
     25
     26trac role
     27=========
     28Syntax is \`link\`\:trac: and could be put anywhere int the text. 'link' has the same format as below.
     29
     30``In the middle of my text `WikiFormatting`:trac:`` see!!!!:
     31   In the middle of my text `WikiFormatting`:trac: see!!!!
     32
     33
     34
     35wiki
     36====
     37``.. trac:: WikiFormatting``:
     38        .. trac:: WikiFormatting
     39
     40``.. trac:: wiki:WikiFormatting``
     41       .. trac:: wiki:WikiFormatting
     42
     43``.. trac:: wiki:WikiFormatting WikiFormatting``:
     44        .. trac:: wiki:WikiFormatting WikiFormatting
     45
     46``.. trac:: wiki:WikiFormatting LinkText``:
     47        .. trac:: wiki:WikiFormatting LinkText
    1448
    1549tickets
     
    3165        .. trac:: {1}
    3266``.. trac:: {1} report one``:
    33        
    34         .. trac:: {1} report one
    35 ``.. trac:: report:1``:
    36         .. trac:: report:1
    37 ``.. trac:: report:1 report one``:
    38         .. trac:: report:1 report one
    39 
    40 changesets
    41 ==========
    42 
    43 ``.. trac:: [42]``:
    44         .. trac:: [42]
    45 ``.. trac:: [42] changeset 42``:
    46         .. trac:: [42] changeset 42
    47 ``.. trac:: changeset:42``:
    48         .. trac:: changeset:42
    49 ``.. trac:: changeset:42 changeset 42``:
    50         .. trac:: changeset:42 changeset 42
    51 ``.. trac:: foo``:
    52         .. trac:: foo
    53 
    54 files
    55 =====
    56 
    57 ``.. trac:: browser:foo/hoo``:
    58         .. trac:: browser:foo/hoo
    59 ``.. trac:: repos:foo/hoo foo/hoo``:
    60         .. trac:: repos:foo/hoo foo/hoo
    61 ``.. trac:: source:foo/hoo hoo in foo``:
    62         .. trac:: source:foo/hoo hoo in foo
    63 ``.. trac:: browser:foo/hoo#latest latest of foo/hoo``:
    64         .. trac:: browser:foo/hoo#latest latest of foo/hoo
    65 ``.. trac:: repos:foo/hoo#42 foo/hoo in rev 42``:
    66         .. trac:: repos:foo/hoo#42 foo/hoo in rev 42
    67 }}}
    68 }}}
    69 
    70 === Results in: ===
    71 
    72 {{{
    73 #!rst
    74 ===============
    75 Trac Link Tests
    76 ===============
    77 
    78 This document is for testing the ``..trac::`` directive.
    79 
    80 tickets
    81 =======
    82 
    83 ``.. trac:: #1``:
    84         .. trac:: #1
    85 ``.. trac:: #1 ticket one``:
    86         .. trac:: #1 ticket one
    87 ``.. trac:: ticket:1``:
    88         .. trac:: ticket:1
    89 ``.. trac:: ticket:1 ticket one``:
    90         .. trac:: ticket:1 ticket one
    91 
    92 reports
    93 =======
    94 
    95 ``.. trac:: {1}``:
    96         .. trac:: {1}
    97 ``.. trac:: {1} report one``:
    98        
    9967        .. trac:: {1} report one
    10068``.. trac:: report:1``: