Changes between Version 19 and Version 20 of ShortcutIconPlugin


Ignore:
Timestamp:
Apr 14, 2018, 10:14:55 AM (6 years ago)
Author:
figaro
Comment:

Added pypi link

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutIconPlugin

    v19 v20  
    2222
    2323Download the zipped source from [export:shortcuticonplugin here].
     24
     25The plugin is also available on [pypi:ShortcutIconPlugin PyPI].
    2426
    2527== Source
     
    5456
    5557The meaning behind these settings is as follows:
    56  `handler = `''true|false'':: Enables/disables request handler for `/favicon.ico` URL.
     58 `handler = ` ''true|false'':: Enables/disables request handler for `/favicon.ico` URL.
    5759
    58  `linkheader = `''true|false'':: Enables/disables insertion of `link` tags which point to the icon.
     60 `linkheader = ` ''true|false'':: Enables/disables insertion of `link` tags which point to the icon.
    5961
    60  `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.
     62 `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.
    6163
    62  `mimetype = image/`''<extension>'':: Overrides auto-detection by file extension of the mime-type.
     64 `mimetype = image/` ''<extension>'':: Overrides auto-detection by file extension of the mime-type.
    6365
    6466== Recent Changes