Changes between Version 19 and Version 20 of DiaVisViewPlugin


Ignore:
Timestamp:
Oct 11, 2015, 9:35:54 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Simplify text.

Legend:

Unmodified
Added
Removed
Modified
  • DiaVisViewPlugin

    v19 v20  
    55== Description
    66
    7 This plugin automatically creates a bitmapped render of [http://live.gnome.org/Dia Dia] and MS Visio VDX diagrams when attaching them to objects in Trac.
     7Renders [http://live.gnome.org/Dia DIA] and MS Visio VDX diagrams attached to Trac resources.
    88
    9 If the width is changed in the macro argument the displayed image is re-rendered using [pypi:pillow].
     9If the width is changed in the macro argument the image is re-rendered using [pypi:pillow].
    1010
    1111== Bugs/Feature Requests
     
    2020== Download and Source
    2121
    22 Download the [download:diavisviewplugin zipped source], check out [http://trac-hacks.org/svn/diavisviewplugin using Subversion], or [source:diavisviewplugin browse the source] with Trac.
     22Download the [download:diavisviewplugin zipped source], check out [/svn/diavisviewplugin using Subversion], or [source:diavisviewplugin browse the source] with Trac.
    2323
    2424== Installation
    2525
    26 To install download the archive, then either run:
    27 {{{#!sh
    28 $ python setup.py install
    29 }}}
     26General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3027
    31 or copy it to the plugins directory of the particular Trac project.
    32 
    33 Do not forget to '''enable''' the '''macro''' in your `trac.ini` file in the components section like this:
     28The plugin is enabled with the following edit to the `[components]` section of trac.ini:
    3429{{{#!ini
    3530[components]
     
    4136Attach a file you wish to display to the page as per normal. The files can be either dia or vdx, compressed or uncompressed.
    4237
    43 Make suitable macro entries in the page. If a number is given after the filename it will be taken as the width. Please see the main image macro for all the options.
     38Make 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].
    4439
    4540{{{
     
    5651
    5752'''Author:''' [wiki:robert_martin] [[BR]]
    58 '''Maintainer:''' //none (needsadoption)// [[BR]]
     53'''Maintainer:''' [[Maintainer]] [[BR]]
    5954'''Contributors:''' arkemp
    6055