Changes between Version 16 and Version 17 of ShortcutIconPlugin


Ignore:
Timestamp:
Nov 26, 2015, 12:01:27 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, removed duplicating example

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutIconPlugin

    v16 v17  
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=ShortcutIconPlugin&owner=martin_s new ticket].
     17[/newticket?component=ShortcutIconPlugin new ticket].
    1818
    1919[[TicketQuery(component=ShortcutIconPlugin&group=type,format=progress)]]
     
    2121== Download
    2222
    23 Download the zipped source from [download:shortcuticonplugin here].
     23Download the zipped source from [export:shortcuticonplugin here].
    2424
    2525== Source
    2626
    27 You can check out ShortcutIconPlugin from [http://trac-hacks.org/svn/shortcuticonplugin here] using Subversion, or [source:shortcuticonplugin browse the source] with Trac.
     27You can check out ShortcutIconPlugin from [/svn/shortcuticonplugin here] using Subversion, or [source:shortcuticonplugin browse the source] with Trac.
    2828
    2929== Installation
     
    3535
    3636[shortcuticon]
    37 handler    = true
     37handler = true
    3838linkheader = true
    39 iconpath   = /local/path/on/trac/server/icon.png
    40 mimetype   = image/png
     39iconpath = /local/path/on/trac/server/icon.png
     40mimetype = image/png
    4141
    4242[project]
     
    5353 `linkheader = `''true|false'':: Enables/disables insertion of `link` tags which point to the icon.
    5454
    55  `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.
     55 `iconpath = `''/local/path/on/trac/server/icon.png'':: Local OS path (no URL) of the icon file on the Trac server. While some browsers support PNG and GIF icons, some others support only the MS ICO format. The icon should be 16x16 or 32x32 pixels in size.
    5656
    57  `mimetype = image/`''<extention>'':: Overrides auto-detection by file extension of the mime-type.
    58 
    59 == Example
    60 
    61 {{{#!ini
    62 [shortcuticon]
    63 handler    = true
    64 linkheader = true
    65 iconpath   = /local/path/on/trac/server/icon.png
    66 mimetype   = image/png
    67 
    68 [project]
    69 # Disable build-in handling of icons:
    70 icon =
    71 }}}
     57 `mimetype = image/`''<extension>'':: Overrides auto-detection by file extension of the mime-type.
    7258
    7359== Recent Changes