Changes between Version 52 and Version 53 of RevtreePlugin


Ignore:
Timestamp:
Aug 30, 2017, 11:52:04 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RevtreePlugin

    v52 v53  
    6060User settings are not saved if the filter does not permit to generate a valid revtree graph.
    6161 
    62 == Limitations
     62=== Known limitations
    6363
    6464This plugin has the following known limitations:
     
    7070 1. the RevtreePlugin generates inlined SVG.
    7171   * SVG is supported on most modern browsers
    72    * ''inlined SVG'' means that the plugin generates XHTML+SVG data, which are supported by a few browsers. Many browsers that support SVG do not accept ''inlined SVG''. Checkout the following section for a non-exhaustive list of supported browsers.
     72   * ''inlined SVG'' means that the plugin generates XHTML+SVG data, which are supported by a few browsers. Many browsers that support SVG do not accept ''inlined SVG''. Check the following section for a non-exhaustive list of supported browsers.
    7373 1. the RevtreePlugin only works with SVN repositories.
    7474 1. it does not support SVN authz.
     
    108108The RevtreePlugin uses the following libraries:
    109109 * [http://genshi.edgewall.org Genshi], the XML templating system used in Trac.
    110  * [http://jquery.com/ Jquery] a lightweight, yet powerful Javascript library .
    111  * [http://www2.sfk.nl/svg SVGdraw] is a Python library that enables SVG generation. User Note: Seems to be included, and is nowhere else in Google.
     110 * [http://jquery.com/ jQuery] a lightweight, yet powerful Javascript library.
     111 * SVGdraw Python library that enables SVG generation, and is included in the plugin.
    112112
    113113To build the plugin, run setup.py:
     
    137137base_url =
    138138}}}
    139   '''Note''': `base_url` should not be left blank: it should be defined to the actual Trac URL, see [t:wiki:TracIni#trac-section TracIni].
     139  '''Note''': `base_url` should not be left blank, but defined to be the actual Trac URL, see [t:wiki:TracIni#trac-section TracIni].
    140140
    141141 * Optional parameters are defined in the `revtree` section of `trac.ini`: