Changes between Version 8 and Version 9 of ExtractUrlPlugin


Ignore:
Timestamp:
Jan 23, 2016, 7:36:38 AM (8 years ago)
Author:
figaro
Comment:

Rationalise sections

Legend:

Unmodified
Added
Removed
Modified
  • ExtractUrlPlugin

    v8 v9  
    3131General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3232
    33 == Usage
     33== Example
     34
     35The definition of this plugin is as follows:
    3436
    3537{{{#!python
     
    3941}}}
    4042
    41 The argument `raw` controls if the returned link should point to a brows-able (False) or download-able (True) target. The second one can be used in image or similar tags.
     43The optional argument `raw` controls whether the returned link should point to a brows-able (False) or download-able (True) target. The value True can be used in image or similar tags. False is the default value.
    4244
    43 == Example
     45As an example you could have this:
    4446
    4547{{{#!python