Changes between Version 62 and Version 63 of GraphvizPlugin


Ignore:
Timestamp:
Dec 14, 2021, 7:04:41 PM (2 years ago)
Author:
figaro
Comment:

Added link to similar plugin

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v62 v63  
    4444More examples at: http://www.graphviz.org/gallery/
    4545
     46A plugin with simpler syntax and Javascript based is MermaidMacro.
     47
    4648== Bugs/Feature Requests
    4749
     
    7476     1. See [source:graphvizplugin/branches/1.2/README.txt] for details on installing the plugin for Trac 1.0 and up
    7577     1. See [source:graphvizplugin/tags/0.11-0.7.5/README.txt] for details on installing the plugin on Trac 0.11 '''and''' Trac 0.12.
    76    * Using easy_install (for Trac 1.3+)
     78   * Using pip install (for Trac 1.3+)
    7779 {{{#!sh
    78 [sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/trunk
     80[sudo] pip install svn+https://trac-hacks.org/svn/graphvizplugin/trunk
    7981}}}
    80    * Using easy_install (for Trac 1.0 and 1.2):
     82   * Using pip install (for Trac 1.0 and 1.2):
    8183 {{{#!sh
    82 [sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/branches/1.2
     84[sudo] pip install svn+https://trac-hacks.org/svn/graphvizplugin/branches/1.2
    8385}}}
    8486   * Using easy_install (for Trac 0.11 and 0.12):
     
    8688[sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5
    8789}}}
    88     * Note: `sudo` is optional case you already have enough authorization to modify your server.
     90    * Note: `sudo` is optional and in case you already have authorization to modify your server.
    8991 1. Restart your web server (this example command line for Apache on Ubuntu):
    9092 {{{#!sh