Changes between Version 18 and Version 19 of ShortcutIconPlugin


Ignore:
Timestamp:
Dec 24, 2016, 10:50:46 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutIconPlugin

    v18 v19  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Set any server file as shortcut icon, including handler for `/favicon.ico`
     3= Set any server file as shortcut icon, including handler for favicon
    44
    55== Description
     
    3535[components]
    3636tracshortcuticon.* = enabled
     37}}}
    3738
     39== Configuration
     40
     41Put the following settings in the `trac.ini` configuration file:
     42
     43{{{#!ini
    3844[shortcuticon]
    3945handler = true
     
    4753}}}
    4854
    49 == Usage
    50 
    51 Put the following settings in the `trac.ini` config file under the section `[shortcuticon]`:
    52 
     55The meaning behind these settings is as follows:
    5356 `handler = `''true|false'':: Enables/disables request handler for `/favicon.ico` URL.
    5457