Changes between Version 3 and Version 4 of ShortcutIconPlugin


Ignore:
Timestamp:
Nov 1, 2008, 8:52:15 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutIconPlugin

    v3 v4  
    88
    99This plug-in is tested for single-project Trac servers and might not work correctly with multi-project installations (yet). Feel free to open a [http://trac-hacks.org/newticket?component=ShortcutIconPlugin&owner=martin_s new ticket] about it you have problems.
     10
     11
     12== Installation ==
     13Copy the single python file into the '`plugins`' directory of your trac installation and add the following into the config file (normally '`conf/trac.ini`'):
     14
     15{{{
     16[components]
     17shortcuticon.* = enabled
     18}}}
     19
    1020
    1121== Bugs/Feature Requests ==