Changeset 3050


Ignore:
Timestamp:
11/01/05 20:15:54 (8 years ago)
Author:
moschny
Message:

Even more cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/trunk/wiki-macros/redirect.py

    r3049 r3050  
    55 
    66The redirect wiki macro provides redirect functionality for Trac with 
    7 backlink support. It takes a qualified TracLink (type:id) as argument, 
    8 e.g. wiki:SandBox, source:README or ticket:123. Users with a 
    9 JavaScript-enabled browser will get redirected to the page specified 
    10 by this shortlink. 
     7backlink support. It takes a qualified [TracLinks TracLink] (type:id) 
     8as argument, e.g. `wiki:SandBox`, `source:README` or 
     9`ticket:123`. Users with a JavaScript-enabled browser will get 
     10redirected to the page specified by this shortlink. 
    1111 
    1212== Installation == 
    1313 
    1414Put the file `redirect.py` either in the global wiki-macros directory 
    15 of your Trac installation (typically /usr/share/trac/wiki-macros) or 
     15of your Trac installation (typically `/usr/share/trac/wiki-macros`) or 
    1616into the `wiki-macros` subdirectory of your project. 
    1717 
Note: See TracChangeset for help on using the changeset viewer.