Changes between Version 15 and Version 16 of TracLinksPlugin


Ignore:
Timestamp:
Nov 26, 2015, 9:36:49 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracLinksPlugin

    v15 v16  
    55== Description
    66
    7  1. Generate TracLinks in search box for { wiki: report: query: ticket: attachment: source: diff: log: milestone: timeline: search: comment:}. [[BR]]
     7 1. Generate TracLinks in search box for { wiki: report: query: ticket: attachment: source: diff: log: milestone: timeline: search: comment: }. [[BR]]
    88 (in ja-JP) 表示しているページのTracLinksを検索ボックスに表示します。
    9  2. Add anchor in paragraphs and list items in wiki and ticket. [[BR]]
     9 1. Add anchor in paragraphs and list items in wiki and ticket. [[BR]]
    1010 (in ja-JP) Wikiとチケットにある段落やリスト項目にアンカーを追加します。
     11
     12For screenshots, see below.
    1113
    1214=== Examples of !TracLinks generated
     
    4850
    4951If you have any issues, create a
    50 [http://trac-hacks.org/newticket?component=TracLinksPlugin&owner=matobaa new ticket].
     52[/newticket?component=TracLinksPlugin new ticket].
    5153
    5254[[TicketQuery(component=TracLinksPlugin&group=type,format=progress)]]
     
    5961== Download
    6062
    61 Download the zipped source from [download:traclinksplugin here].
     63Download the zipped source from [export:traclinksplugin here].
    6264
    6365== Source
    6466
    65 You can check out TracLinksPlugin from [http://trac-hacks.org/svn/traclinksplugin here] using Subversion, or [source:traclinksplugin browse the source] with Trac.
     67You can check out TracLinksPlugin from [/svn/traclinksplugin here] using Subversion, or [source:traclinksplugin browse the source] with Trac.
    6668
    6769== Installation
    6870
    6971 1. Install the plugin:
    70 {{{
    71 #!sh
     72{{{#!sh
    7273easy_install http://trac-hacks.org/svn/traclinksplugin/0.12
    7374}}}
    74  2. Enable the plugin by adding the following to `trac.ini`:
    75 {{{
    76 #!ini
    77 ; conf/trac.ini
     75 2. Enable the plugin by adding the following to your `trac.ini` file:
     76{{{#!ini
    7877[components]
    7978traclinks.* = enabled