Changes between Version 29 and Version 30 of BreadCrumbsNavPlugin


Ignore:
Timestamp:
Oct 9, 2020, 6:48:17 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Remove outdated info.

Legend:

Unmodified
Added
Removed
Modified
  • BreadCrumbsNavPlugin

    v29 v30  
    2323[[TicketQuery(component=BreadCrumbsNavPlugin&group=type,format=progress)]]
    2424
    25 == Download and Source
     25== Download
    2626
    27 While the branch name suggests the corresponding Trac version, `0.11` should work equally well for Trac 0.11, 0.12 and Trac 1.0 (current stable).
     27Download the zipped source from [export:breadcrumbsnavplugin here].
    2828
    29 || '''Stable Version''' ||`easy_install https://trac-hacks.org/svn/breadcrumbsnavplugin/0.11` ||[export:breadcrumbsnavplugin/0.11 download] ||[/svn/breadcrumbsnavplugin/0.11 subversion] ||
    30 || Under Development || `easy_install https://trac-hacks.org/svn/breadcrumbsnavplugin/trunk` ||[export:breadcrumbsnavplugin/trunk download] ||[/svn/breadcrumbsnavplugin/trunk subversion] ||
     29== Source
    3130
    32 For Subversion checkout use {{{svn co <url>}}} with URL depending on your Trac version and target release (see links above).
    33 
    34 Alternatives:
    35  * Download the zipped source of all branches from [export:breadcrumbsnavplugin here].
    36  * You can [source:breadcrumbsnavplugin browse the source] with Trac.
     31You can check out BreadCrumbsNavPlugin from [/svn/breadcrumbsnavplugin here] using Subversion, or [source:breadcrumbsnavplugin browse the source] with Trac.
    3732
    3833== Installation
    3934
    40 This plugin requires Trac >= 0.11 and Genshi >= 0.5 .
    41 
    42 The easiest way to install this plugin is to point easy_install at the t-h.o SVN repository:
     35The easiest way to install this plugin is:
    4336{{{#!sh
    44 easy_install https://trac-hacks.org/svn/breadcrumbsnavplugin/0.11
     37$ pip install svn+https://trac-hacks.org/svn/breadcrumbsnavplugin/trunk
    4538}}}
    4639
    4740Alternatively, you may download the source, go into the directory containing `setup.py` and run:
    4841{{{#!sh
    49 python setup.py install
     42$ python setup.py install
    5043}}}
    5144
    5245or prepare a packaged version and move that into the `plugin` directory inside your Trac environment:
    5346{{{#!sh
    54 python setup.py bdist_egg
    55 cp ./dist/BreadCrumbsNav-<version> <path-to-trac-env>/plugins/
     47$ python setup.py bdist_egg
     48$ cp ./dist/BreadCrumbsNav-<version> <path-to-trac-env>/plugins/
    5649}}}
    5750
    58 If you are using `tracd` standalone server or another webserver, you will probably need to restart it to detect the plugin.
     51If you are using `tracd` standalone server or another webserver, you will need to restart it to detect the plugin.
    5952
    6053Depending on your configuration you may still need to enable the plugin explicitly. You can do so in the Administration panel of Trac, or in the `trac.ini` file by adding: