Changes between Version 16 and Version 17 of BreadCrumbsNavPlugin


Ignore:
Timestamp:
Mar 25, 2015, 4:07:39 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • BreadCrumbsNavPlugin

    v16 v17  
    99}}}
    1010
    11 = Recently visited pages as navigational bread crumbs =
    12 == Description ==
     11= Recently visited pages as navigational bread crumbs
     12
     13== Description
    1314
    1415This relatively simple plug-in will inject a list of recently visited pages just above the main navigational bar, as 'bread crumbs' that you can follow home.
    1516
    16 == Bugs/Feature Requests ==
     17== Bugs/Feature Requests
    1718
    1819Existing bugs and feature requests for BreadCrumbsNavPlugin are
     
    2223[http://trac-hacks.org/newticket?component=BreadCrumbsNavPlugin&owner=hasienda new ticket].
    2324
    24 == Installation and Configuration ==
    25 === Prerequisites ===
     25[[TicketQuery(component=BreadCrumbsNavPlugin&group=type,format=progress)]]
    2626
    27 Requires Trac >= 0.11 and Genshi >= 0.5 .
    28 
    29 === Release Status, Downloads and Source ===
     27=== Release Status, Downloads and Source
    3028
    3129While in general 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).
     
    4038 * You can [source:breadcrumbsnavplugin browse the source] with Trac.
    4139
    42 === Installation ===
     40== Installation
     41
     42=== Prerequisites
     43
     44Requires Trac >= 0.11 and Genshi >= 0.5 .
     45
     46=== Installation steps
    4347
    4448The easiest way to install the BreadCrumbsNavPlugin is to simply point easy_install at the t-h.o SVN repository, a la:
    4549{{{
    4650#!sh
    47  easy_install http://trac-hacks.org/svn/breadcrumbsnavplugin/0.11
     51easy_install http://trac-hacks.org/svn/breadcrumbsnavplugin/0.11
    4852}}}
    4953
     
    5155{{{
    5256#!sh
    53  python setup.py install
     57python setup.py install
    5458}}}
    5559
     
    5761{{{
    5862#!sh
    59  python setup.py bdist_egg
    60  cp ./dist/BreadCrumbsNav-<version> <path-to-trac-env>/plugins/
     63python setup.py bdist_egg
     64cp ./dist/BreadCrumbsNav-<version> <path-to-trac-env>/plugins/
    6165}}}
    6266
    6367'''Hint:''' Using `tracd` standalone server or another webserver you will most probably need to restart it to detect the plugin.
    6468
    65 Depending on your configuration you may still need to enable the plugin explicitly. You can do so in the Administration panel of Trac, or in trac.ini by adding:
     69Depending 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:
    6670{{{
    6771#!ini
     
    7276In 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.
    7377
    74 === Configuration ===
     78== Configuration
    7579
    7680There are four options you may set in `trac.ini`:
     
    97101}}}
    98102
    99 == Recent Changes ==
     103== Recent Changes
    100104
    101105[[ChangeLog(breadcrumbsnavplugin, 3)]]
    102106
    103 == Author/Contributors ==
     107== Author/Contributors
    104108
    105109'''Author:''' [wiki:ixokai] [[BR]]
    106 '''Maintainer:''' [wiki:hasienda] [[BR]]
     110'''Maintainer:''' [[Maintainer]] [[BR]]
    107111'''Contributors:'''