Changes between Version 7 and Version 8 of ShortcutIconPlugin


Ignore:
Timestamp:
Nov 2, 2008, 6:26:10 PM (15 years ago)
Author:
Martin Scharrer
Comment:

Added new installation info.

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutIconPlugin

    v7 v8  
    77Please be aware that this icons can also be configured over the Trac standard config file as described in the [TracInterfaceCustomization#Icon TracInterfaceCustomization] wiki, but forcing the Trac server admin to put the icon in the document root of the host in order to be compatible with the MS IE.
    88
     9== Installation ==
     10Use can `easy_install` this plugin:
     11{{{
     12easy_install http://trac-hacks.org/svn/shortcuticonplugin/0.11
     13}}}
    914
    10 == Installation ==
    11 Copy the single python file into the '`plugins`' directory of your trac installation and add the following into the config file (normally '`conf/trac.ini`'):
     15If you use Subversion 1.5.x you might get an error, then just try:
     16{{{
     17svn export http://trac-hacks.org/svn/shortcuticonplugin/0.11 shortcuticonplugin
     18easy_install shortcuticonplugin
     19}}}
     20Afterwards you can remove the `shortcuticonplugin` folder.
     21
     22To enable this plug-in add the following into the config file (normally '`conf/trac.ini`'):
    1223
    1324{{{
    1425[components]
    15 shortcuticon.* = enabled
     26tracshortcuticon.* = enabled
    1627}}}
    17 
    1828
    1929== Bugs/Feature Requests ==