Changes between Version 38 and Version 39 of GraphvizPlugin


Ignore:
Timestamp:
Apr 9, 2012, 11:21:36 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Point to new download locations. Refs #9180.

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v38 v39  
    44== Description ==
    55
    6 The GraphvizPlugin allows for the inline creation of diagrams for abstract graphs and networks using the [http://www.graphviz.org/ Graphviz] programs.
     6The GraphvizPlugin allows for the inline creation of diagrams for abstract graphs and networks using the [http://www.graphviz.org/ Graphviz] application.
    77
    88== Bugs/Feature Requests ==
     
    1111
    1212If you have any issues, create a [/newticket?component=GraphvizPlugin&owner=pkropf new ticket].
    13 Be sure to mention which version of Trac and which version of the plugin you're using.
    14 If the version number ends with '...dev', then please also specify the ''changeset number'' corresponding to the version you're using.
     13
     14Be sure to mention which version of Trac and which version of the plugin you're using. If the version number ends with `dev`, then please also specify the ''changeset number'' corresponding to the version you're using.
    1515
    1616== Requirements ==
     
    2222 1. Install
    2323   * By hand:
    24      1. See source:graphvizplugin/0.11/README.txt for details on installing the plugin on Trac 0.11.
    25      1. See source:graphvizplugin/0.10/README.txt for details on installing the plugin on Trac 0.10.
     24     1. See source:graphvizplugin/tags/0.11-0.7.5/README.txt for details on installing the plugin on Trac 0.11.
     25     1. See source:graphvizplugin/tags/0.10/README.txt for details on installing the plugin on Trac 0.10.
    2626   * Using easy_install:
    2727{{{
    2828#!sh
    29 $ [sudo] easy_install http://trac-hacks.org/svn/graphvizplugin/0.11
     29$ [sudo] easy_install http://trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5
    3030}}}
    3131    * ,,`sudo` is optional case you already have enough authority to modify your server.,,
     
    5353
    5454Or you can download the zipped source from [source:graphvizplugin here]. Note that this contains everything regarding the Graphviz plugin including tagged releases and branches. The 0.10 directory contains the latest released version of the code for Trac 0.10 and the 0.11 directory contains the latest code for Trac 0.11.
    55  - [download:graphvizplugin/0.11-0.7.5 download] latest stable version (0.7.5) for Trac 0.11
    56  - [download:graphvizplugin/0.10 download] latest version for Trac 0.10
     55 - [download:graphvizplugin/tags/0.11-0.7.5 download] latest stable version (0.7.5) for Trac 0.11
     56 - [download:graphvizplugin/tags/0.10 download] latest version for Trac 0.10
    5757
    5858That version has some trouble with `rsvg` support for creating anti-aliased images. The upcoming version contains a few related fixes:
    59  - [download:graphvizplugin/0.11 download] latest unstable version (0.7.6dev) for Trac 0.11
     59 - [download:graphvizplugin/trunk download] latest unstable version for Trac 0.11 and later.
     60 - [download:graphvizplugin/branches/0.13 download] latest unstable version for Trac 0.13
    6061If you want to have anti-aliased images, it might be a better option anyway to get/build a recent version of graphviz tools, which support producing anti-aliased images directly (through pangocairo support).
    6162