Changes between Version 14 and Version 15 of ExtLinkRewriterPlugin


Ignore:
Timestamp:
Apr 20, 2007, 3:01:38 AM (17 years ago)
Author:
bellbind
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExtLinkRewriterPlugin

    v14 v15  
    5757}}}
    5858
     59To activate the plugin, edit conf/trac.ini:
     60{{{
     61[components]
     62ExtLinkRewriter.* = enabled
     63}}}
     64
     65
    5966== Example ==
    6067
     
    70772. edit conf/trac.ini
    7178
    72 for enable the plugin:
    73 {{{
    74 [components]
    75 ExtLinkRewriter.* = enabled
    76 }}}
    77 
    78 and example options:
     79example options:
    7980{{{
    8081[extlinkrewriter]
     
    9899}}}
    99100
     101=== Mix redirector and bookmark ===
     102{{{
     103[extlinkrewriter]
     104format = /redirector.html?http://del.icio.us/url?url=%s
     105}}}
     106
    100107== Recent Changes ==
    101108