Changes between Version 48 and Version 49 of GraphvizPlugin


Ignore:
Timestamp:
Nov 9, 2015, 1:08:02 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v48 v49  
    55== Description
    66
    7 The graphviz wiki processor is a plugin for Trac that allows the dynamic generation of diagrams by the various [http://www.graphviz.org/ Graphviz] programs. The text of a wiki page can contain the source text for graphviz and the web browser will show the resulting image.
     7This is a plugin that allows the dynamic generation of diagrams by [http://www.graphviz.org/ Graphviz] programs. The text of a wiki page can contain the source text for Graphviz and the web browser will show the resulting image.
    88
    99== Bugs/Feature Requests
    1010
    11 Existing bugs and feature requests for GraphvizPlugin are [query:status!=closed&component=GraphvizPlugin&order=priority here].
     11Existing bugs and feature requests for GraphvizPlugin are [report:9?COMPONENT=GraphvizPlugin here].
    1212
    1313If you have any issues, create a [/newticket?component=GraphvizPlugin&owner=pkropf new ticket].
    1414
    15 Be 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.
     15Be sure to mention which version of Trac and which version of the plugin you are using. If the version number ends with `dev`, then please also specify the ''changeset number'' corresponding to the version you are using.
    1616
    1717[[TicketQuery(component=GraphvizPlugin&group=type,format=progress)]]
     
    1919== Source and Download
    2020
    21 You can check out GraphvizPlugin from [http://trac-hacks.org/svn/graphvizplugin here] using Subversion, or [browser:graphvizplugin browse the source] with Trac.
     21You can check out GraphvizPlugin from [/svn/graphvizplugin here] using Subversion, or [browser:graphvizplugin browse the source] with Trac.
    2222
    2323Or 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.
    24  - [download:graphvizplugin/tags/0.11-0.7.5 download] latest stable version (0.7.5) for Trac 0.11.
    25  - [download:graphvizplugin/tags/0.10 download] latest version for Trac 0.10.
     24 - [export:graphvizplugin/tags/0.11-0.7.5 download] latest stable version (0.7.5) for Trac 0.11.
     25 - [export:graphvizplugin/tags/0.10 download] latest version for Trac 0.10.
    2626
    2727That version has some trouble with `rsvg` support for creating anti-aliased images. The upcoming version contains a few related fixes:
    28  - [download:graphvizplugin/trunk download] latest unstable version for Trac 0.11 and later.
    29  - [download:graphvizplugin/branches/1.0 download] latest unstable version for Trac 1.0
    30 If 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).
     28 - [export:graphvizplugin/trunk download] latest unstable version for Trac 0.11 and later.
     29 - [export:graphvizplugin/branches/1.0 download] latest unstable version for Trac 1.0
     30If 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.
    3131
    3232== Installation
     
    3939     1. See source:graphvizplugin/tags/0.10/README.txt for details on installing the plugin on Trac 0.10.
    4040   * Using easy_install (for Trac 1.0 and 1.1):
    41 {{{#!sh
     41 {{{#!sh
    4242[sudo] easy_install http://trac-hacks.org/svn/graphvizplugin/trunk
    4343}}}
    4444   * Using easy_install (for Trac 0.11 and 0.12):
    45 {{{#!sh
     45 {{{#!sh
    4646[sudo] easy_install http://trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5
    4747}}}
    4848    * Note: `sudo` is optional case you already have enough authorisation to modify your server.
    4949 1. Restart your web server (this example command line for Apache on Ubuntu):
    50 {{{#!sh
     50 {{{#!sh
    5151[sudo] /etc/init.d/apache2 restart
    5252}}}
    5353 1. Enable the plugin:
    5454   * by updating your [wiki:TracIni trac.ini] with this:
    55 {{{#!ini
     55 {{{#!ini
    5656[components]
    5757...