Changes between Version 9 and Version 10 of NavigationDisplayPlugin


Ignore:
Timestamp:
Mar 11, 2015, 1:28:26 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • NavigationDisplayPlugin

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Adds user option for displaying navigation menu as fixed menu or other navigation options =
     3= Display navigation menu as fixed menu or other navigation options
    44
    5 == Description ==
     5== Description
    66
    7 Normally, when you scroll a Trac page, the main menu and other navigation controls may scroll out of the visible area. This plugin enables a more elegant way: Either let the main menu stay fixed on top of the window or add bottom controls of context navigation.
     7Normally, when you scroll a Trac page, the main menu and other navigation controls may scroll out of the visible area. This plugin enables a more elegant way: either let the main menu stay fixed on top of the window or add bottom controls of context navigation.
    88
    99Type of displaying menu, see screenshot of [/attachment/wiki/NavigationDisplayPlugin/prefs_display_sample.png PreferencePanel]. Possible types are:
    10  - `normal` (default): No integration - ''leaves menu as in Trac standard''
    11  - `fixed_menu`: fixes menu on top of browser window,
     10 - `normal` (default): No integration, leaves menu as in Trac standard
     11 - `fixed_menu`: fixes menu on top of browser window
    1212 - `buttom_ctx_menu`: adds context menu at bottom of page, if available
    1313
    1414This plugin somehow implements [http://trac.edgewall.org/ticket/8135 Trac-Ticket 8135].
    1515
    16 Furthermore mainnav entries are customizable through user preference page, see also [http://trac.edgewall.org/ticket/10543 Trac-Ticket 10543].
     16Furthermore mainnav entries are customizable through the user preferences page, see also [http://trac.edgewall.org/ticket/10543 Trac-Ticket 10543].
    1717
    18 === Sample screenshot for option `fixed_menu` ===
     18=== Screenshot for option `fixed_menu`
     19
    1920[[Image(fixed_menu_sample.png)]]
    2021
    21 === Sample screenshot  for option `buttom_ctx_menu` ===
     22=== Screenshot for option `buttom_ctx_menu`
     23
    2224[[Image(buttom_ctx_menu_sample.png)]]
    2325
    24 === Preference Panel ===
    25 The display types can be setted by each user differently through the preference panel:
     26=== Preference Panel
     27
     28The display types can be set by each user differently through the Preferences panel:
    2629
    2730[[Image(prefs_display_sample.png)]]
    2831
    29 == Bugs/Feature Requests ==
     32== Bugs/Feature Requests
    3033
    3134Existing bugs and feature requests for NavigationDisplayPlugin are
     
    3538[http://trac-hacks.org/newticket?component=NavigationDisplayPlugin&owner=framay new ticket].
    3639
    37 == Download ==
     40[[TicketQuery(component=NavigationDisplayPlugin&group=type,format=progress)]]
     41
     42== Download
    3843
    3944Download the [download:navigationdisplayplugin zipped source] or [/browser/navigationdisplayplugin/trunk/dist/Navigation_Plugin-0.1.0-py2.6.egg pre-compiled egg (py2.6)].
    4045
    41 == Source ==
     46== Source
    4247
    4348You can check out NavigationDisplayPlugin from [http://trac-hacks.org/svn/navigationdisplayplugin here] using Subversion, or [source:navigationdisplayplugin browse the source] with Trac.
    4449
    45 == Example ==
     50== Example
    4651
    47 You can set system default value in `trac.ini` as following (if you do not specify it, this plugin has no effect):
     52You can set system default value in `trac.ini` as following:
    4853{{{
    4954#!ini
     
    5257}}}
    5358
     59If you do not specify it, this plugin has no effect.
     60
    5461Possible values for option `display_nav`are:
    5562 - `normal` (default): No integration - ''leaves menu as in Trac standard''
     
    5764 - `buttom_ctx_menu`: adds context menu at buttom of page, if available
    5865
    59 == Recent Changes ==
     66== Recent Changes
    6067
    6168[[ChangeLog(navigationdisplayplugin, 3)]]
    6269
    63 == Author/Contributors ==
     70== Author/Contributors
    6471
    6572'''Author:''' [wiki:framay] [[BR]]
    66 '''Maintainer:''' [wiki:framay] [[BR]]
     73'''Maintainer:''' [[Maintainer]] [[BR]]
    6774'''Contributors:'''