Changes between Version 19 and Version 20 of BreadCrumbsNavPlugin


Ignore:
Timestamp:
Nov 12, 2015, 4:33:48 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BreadCrumbsNavPlugin

    v19 v20  
    1010
    1111Existing bugs and feature requests for BreadCrumbsNavPlugin are
    12 [query:status!=closed&component=BreadCrumbsNavPlugin here].
     12[report:9?COMPONENT=BreadCrumbsNavPlugin here].
    1313
    1414If you have any issues, create a
     
    2121While the branch name suggests the corresponding Trac version, `0.11` should work equally well for Trac 0.11 (old stable), 0.12 (current stable) and Trac 0.13dev (development).
    2222
    23 || '''Stable Version''' ||easy_install https://trac-hacks.org/svn/breadcrumbsnavplugin/0.11 ||[download:breadcrumbsnavplugin/0.11 download] ||[http://trac-hacks.org/svn/breadcrumbsnavplugin/0.11 subversion] ||
    24 || Under Development ||easy_install https://trac-hacks.org/svn/breadcrumbsnavplugin/trunk ||[download:breadcrumbsnavplugin/trunk download] ||[http://trac-hacks.org/svn/breadcrumbsnavplugin/trunk subversion] ||
     23|| '''Stable Version''' ||easy_install https://trac-hacks.org/svn/breadcrumbsnavplugin/0.11 ||[export:breadcrumbsnavplugin/0.11 download] ||[http://trac-hacks.org/svn/breadcrumbsnavplugin/0.11 subversion] ||
     24|| Under Development ||easy_install https://trac-hacks.org/svn/breadcrumbsnavplugin/trunk ||[export:breadcrumbsnavplugin/trunk download] ||[http://trac-hacks.org/svn/breadcrumbsnavplugin/trunk subversion] ||
    2525
    2626For Subversion checkout use {{{svn co <url>}}} with URL depending on your Trac version and target release (see links above).
    2727
    2828Alternatives:
    29  * Download the zipped source of all branches from [download:breadcrumbsnavplugin here].
     29 * Download the zipped source of all branches from [export:breadcrumbsnavplugin here].
    3030 * You can [source:breadcrumbsnavplugin browse the source] with Trac.
    3131
    3232== Installation
    3333
    34 === Prerequisites
     34This plugin requires Trac >= 0.11 and Genshi >= 0.5 .
    3535
    36 Requires Trac >= 0.11 and Genshi >= 0.5 .
    37 
    38 === Installation steps
    39 
    40 The easiest way to install the BreadCrumbsNavPlugin is to simply point easy_install at the t-h.o SVN repository, a la:
     36The easiest way to install this plugin is to point easy_install at the t-h.o SVN repository:
    4137{{{#!sh
    4238easy_install http://trac-hacks.org/svn/breadcrumbsnavplugin/0.11
     
    5450}}}
    5551
    56 '''Hint:''' Using `tracd` standalone server or another webserver you will most probably need to restart it to detect the plugin.
     52If you are using `tracd` standalone server or another webserver, you will most probably need to restart it to detect the plugin.
    5753
    5854Depending 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:
     
    6258}}}
    6359
    64 In Trac applications, where you disabled `breadcrumbs-0.1` or required explicit activation, a different line starting with `breadcrumbsnavplugin.` is already present that is now obsolete and could be deleted safely.
     60In Trac applications, where you disabled `breadcrumbs-0.1` or required explicit activation, a different line starting with `breadcrumbsnavplugin.` is already present that is now obsolete and can be safely deleted.
    6561
    6662== Configuration