Changes between Version 56 and Version 57 of GraphvizPlugin


Ignore:
Timestamp:
Jun 12, 2019, 9:23:50 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Revise for current branch layout.

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v56 v57  
    8181 1. Install
    8282   * By hand:
    83      1. See source:graphvizplugin/branches/1.0/README.txt for details on installing the plugin for Trac 1.0 and up
    84      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.
    85      1. See source:graphvizplugin/tags/0.10/README.txt for details on installing the plugin on Trac 0.10.
    86    * Using easy_install (for Trac 1.0 and 1.1):
     83     1. See [source:graphvizplugin/trunk/README.txt] for details on installing the plugin for Trac 1.3 and up
     84     1. See [source:graphvizplugin/branches/1.2/README.txt] for details on installing the plugin for Trac 1.0 and up
     85     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.
     86     1. See [source:graphvizplugin/tags/0.10/README.txt] for details on installing the plugin on Trac 0.10.
     87   * Using easy_install (for Trac 1.3+)
    8788 {{{#!sh
    8889[sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/trunk
     90}}}
     91   * Using easy_install (for Trac 1.0 and 1.2):
     92 {{{#!sh
     93[sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/branches/1.2
    8994}}}
    9095   * Using easy_install (for Trac 0.11 and 0.12):
     
    9297[sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5
    9398}}}
    94     * Note: `sudo` is optional case you already have enough authorisation to modify your server.
     99    * Note: `sudo` is optional case you already have enough authorization to modify your server.
    95100 1. Restart your web server (this example command line for Apache on Ubuntu):
    96101 {{{#!sh