Changes between Version 1 and Version 2 of TracBackLinkPlugin


Ignore:
Timestamp:
Apr 3, 2017, 10:22:12 AM (7 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracBackLinkPlugin

    v1 v2  
    3131== Installation
    3232
    33 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     33 1. Install the plugin:
     34{{{#!sh
     35$ easy_install https://trac-hacks.org/svn/tracbacklinkplugin/1.0/
     36}}}
     37 2. Enable the plugin in your `trac.ini` file:
     38 {{{#!ini
     39[components]
     40tracbacklink.* = enabled
     41}}}
     42 3. Execute `upgrade` command to create `backlink` table:
     43{{{#!sh
     44$ trac-admin $ENV upgrade
     45}}}
     46 4. Execute `backlink sync` command to synchronize `backlink` table with several tables in Trac:
     47{{{#!sh
     48$ trac-admin $ENV backlink sync
     49}}}
     50
     51See also [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3452
    3553== Recent Changes
     
    3957== !Author/Contributors
    4058
    41 **Author:** [wiki:jun66j5] [[BR]]
    42 **Maintainer:** [[Maintainer]] [[BR]]
     59**Author:** [http://www.opengroove.com/ OpenGroove,Inc.] and [http://tracpath.com/ tracpath] \\
     60**Maintainer:** [[Maintainer]] \\
    4361**Contributors:**