Changes between Version 1 and Version 2 of ShortcutIconPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutIconPlugin

    v1 v2  
    2424You can check out ShortcutIconPlugin from [http://trac-hacks.org/svn/shortcuticonplugin here] using Subversion, or [source:shortcuticonplugin browse the source] with Trac.
    2525
    26 == Example ==
    27 
    2826== Usage ==
    2927Put the following settings in the `trac.ini` config file under the section `[shortcuticon]`:
     28
    3029 `handler = `''true|false'':: Enables/disables request handler for /favicon.ico` URL.
     30
    3131 `linkheader = `''true|false'':: Enables/disables insertion of `link` tags which point to the icon.
    32  `iconpath = `''</local/path/on/trac/server/icon.png>'':: Local OS path (no URL) of the icon file on the Trac server.
    33  `mimetype = image/`''<extention>`:: Overrides auto-detection of mime-type.
    3432
     33 `iconpath = `''local/path/on/trac/server/icon.png'':: Local OS path (no URL) of the icon file on the Trac server. While some browser support PNG and GIF icons, some other only the MS ICO format. The icon should be 16x16 or 32x32 pixels in size.
     34
     35 `mimetype = image/`''<extention>'':: Overrides auto-detection by file extension of the mime-type.
     36
     37== Example ==
    3538{{{
    3639[shortcuticon]