Changes between Version 21 and Version 22 of DiaVisViewPlugin


Ignore:
Timestamp:
Sep 16, 2016, 7:11:12 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • DiaVisViewPlugin

    v21 v22  
    55== Description
    66
    7 This plugin renders [http://live.gnome.org/Dia DIA] diagrams and MS-Visio VDX diagrams attached to Trac resources.
     7This plugin renders [http://live.gnome.org/Dia DIA] diagrams and MS-Visio VDX diagrams attached to Trac resources, such as wiki pages and tickets.
    88
    9 If the width is changed in the macro argument the image is re-rendered using [pypi:pillow].
     9If the width is changed in the macro argument the image is re-rendered using [pypi:pillow], which is a Python imaging library.
     10
     11A typical use case would be where you attach a file to display on the page as per normal. The files can be either dia or vdx, compressed or uncompressed. To do so, make suitable macro entries in the page. The width can be specified as a second argument. Additional optional arguments are described in the [WikiMacros#Image-macro Image macro help].
     12
     13{{{
     14[[DiaVisView(Diagram1.dia)]]
     15
     16[[DiaVisView(Diagram2.vdx, border=2)]]
     17}}}
    1018
    1119== Bugs/Feature Requests
     
    1927[[TicketQuery(component=DiaVisViewPlugin&group=type,format=progress)]]
    2028
    21 == Download and Source
     29== Download
    2230
    2331Download the zipped source from [export:diavisviewplugin here].
     
    3139General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3240
    33 The plugin is enabled with the following edit to the `[components]` section of your `trac.ini` file:
     41The plugin is enabled by adding the following to your `trac.ini` file:
    3442{{{#!ini
    3543[components]
    3644diavisview.* = enabled
    37 }}}
    38 
    39 == Example
    40 
    41 Attach a file you wish to display to the page as per normal. The files can be either dia or vdx, compressed or uncompressed.
    42 
    43 Make suitable macro entries in the page. The width can be specified as a second argument. Additional optional arguments are described in the [WikiMacros#Image-macro Image macro help].
    44 
    45 {{{
    46 [[DiaVisView(Diagram1.dia)]]
    47 
    48 [[DiaVisView(Diagram2.vdx, border=5)]]
    4945}}}
    5046
     
    5854'''Maintainer:''' [[Maintainer]] [[BR]]
    5955'''Contributors:''' arkemp
    60