Changes between Version 14 and Version 15 of MacTheme


Ignore:
Timestamp:
Aug 21, 2015, 8:09:38 AM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes: pypi intertrac link

Legend:

Unmodified
Added
Removed
Modified
  • MacTheme

    v14 v15  
    55== Description
    66
    7 This is a theme that emulates the look of (some versions of) ''Mac OS''.
    8 
    9 It requires the ThemeEnginePlugin and provides the following features:
    10 
    11   - Dock navigation like in the Mac.
    12     Its behavior may be customized using
    13     config options
    14   - Fixed (collapsible) toolbar at the bottom
    15     containing mainnav items
     7This is a theme that emulates the look of (some versions of) '''Mac OS'''. It requires the ThemeEnginePlugin.
     8
     9Key features:
     10
     11  - Dock navigation like in the Mac. Its behavior may be customized using config options
     12  - Fixed (collapsible) toolbar at the bottom containing mainnav items
    1613  - Fixed ctxtnav items at the top
    1714  - Fixed metanav items at the top
    1815  - Fixed drop down menu containing mainnav items
    19   - Controls the size of nav bars by placing extra
    20     nav items inside drop-down menus.
     16  - Controls the size of nav bars by placing extra nav items inside drop-down menus.
    2117  - Pretty-fication
    2218  - Mac-like styles, such progress bars
     
    133129=== Dillo
    134130
    135 The theme is poorly displayed using `Dillo` (version 0.8.6-2), because `JavaScript` and `CSS` are not fully supported yet. Therefore its use is not recommended.
     131The theme is poorly displayed using [http://www.dillo.org/ Dillo] (version 0.8.6-2), because `JavaScript` and `CSS` are not fully supported in this browser.
    136132
    137133=== Internet Explorer
    138134
    139 There are no plans to add support for ''Internet Explorer'' but contributions in this direction will always be welcome. Please read the [wiki:olemis#Guidelinestocollaborate patch submission guidelines].
     135There are no plans to add support for ''Internet Explorer'', but contributions in this direction will always be welcome. Please read the [wiki:olemis#Guidelinestocollaborate patch submission guidelines].
    140136
    141137=== Configuration options in trac.ini
    142138
    143 ==== [docknav] ====
     139==== [docknav]
    144140
    145141|| coefficient  || Attenuation coefficient. This controls the relationship between the distance from the cursor and the amount of expansion of any affected image within that distance. A coefficient of 1 makes the expansion linear with respect to distance from cursor; a larger coefficient gives a greater degree of expansion the closer to the cursor the affected image is (within distance). ||
     
    154150|| step ||      The timer interval (in milliseconds) between each animation step of the 'on-Dock' expansion, and the 'off-Dock' shrinkage. ||
    155151
    156 ==== [macos] ====
     152==== [macos]
    157153
    158154|| tbcount ||   Number of fixed items in toolbar ||
     
    164160
    165161If you have any issues, create a
    166 [http://trac-hacks.org/newticket?component=MacTheme&owner=olemis new ticket].
     162[/newticket?component=MacTheme new ticket].
     163
    167164If you want to submit patches, please read the
    168165[wiki:olemis#Guidelinestocollaborate patch submission guidelines].
     
    172169== Download
    173170
    174 Download the zipped source from [http://pypi.python.org/pypi/TracMacOSTheme here].
     171Download the zipped source from [pypi:TracMacOSTheme here].
    175172
    176173== Source
    177174
    178175You can check out MacTheme from [https://simelo.hg.sourceforge.net/hgroot/simelo/trac-macos Simelo's project repository] or from [http://bitbucket.org/olemis/trac-macos/ its Bitbucket repository] using '''Mercurial'''. Besides you can [http://bitbucket.org/olemis/trac-macos/src browse the source].
     176
     177== Installation
     178
     179General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    179180
    180181== Example