Changeset 3050
- Timestamp:
- 11/01/05 20:15:54 (8 years ago)
- File:
-
- 1 edited
-
trac/trunk/wiki-macros/redirect.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trac/trunk/wiki-macros/redirect.py
r3049 r3050 5 5 6 6 The 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.7 backlink support. It takes a qualified [TracLinks TracLink] (type:id) 8 as argument, e.g. `wiki:SandBox`, `source:README` or 9 `ticket:123`. Users with a JavaScript-enabled browser will get 10 redirected to the page specified by this shortlink. 11 11 12 12 == Installation == 13 13 14 14 Put the file `redirect.py` either in the global wiki-macros directory 15 of your Trac installation (typically /usr/share/trac/wiki-macros) or15 of your Trac installation (typically `/usr/share/trac/wiki-macros`) or 16 16 into the `wiki-macros` subdirectory of your project. 17 17
Note: See TracChangeset
for help on using the changeset viewer.
