Changes between Version 15 and Version 16 of ShortcutIconPlugin


Ignore:
Timestamp:
May 10, 2015, 7:45:25 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutIconPlugin

    v15 v16  
    1 [[TOC]]
    2 = Set any server file as shortcut icon, including handler for `/favicon.ico`. =
     1[[PageOutline(2-5,Contents,pullout)]]
    32
    4 == Description ==
     3= Set any server file as shortcut icon, including handler for `/favicon.ico`
    54
    6 This small plug-in provides an request handler for the widely used shortcut icon URL path `/favicon.ico`. Especially MS Internet Explorer seems to need the shortcut icon located at this position. The plug-in is also able to insert (X)HTML `link` tags which point standard compatible browsers to this address.
     5== Description
    76
    8 Please 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.
     7This plugin provides an request handler for the widely used shortcut icon URL path `/favicon.ico`. Especially MS Internet Explorer seems to need the shortcut icon located at this position. The plugin is also able to insert (X)HTML `link` tags which point standard compatible browsers to this address.
    98
    10 == Configuration ==
    11 To enable this plug-in add or change the following into the config file (normally '`conf/trac.ini`'):
     9Note that favicons can also be configured over the Trac standard config file as described in the [TracInterfaceCustomization#Icon TracInterfaceCustomization] wiki. However, this plugin forces the Trac server admin to put the icon in the document root of the host in order to be compatible with the MS IE.
     10
     11== Bugs/Feature Requests
     12
     13Existing bugs and feature requests for ShortcutIconPlugin are
     14[report:9?COMPONENT=ShortcutIconPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=ShortcutIconPlugin&owner=martin_s new ticket].
     18
     19[[TicketQuery(component=ShortcutIconPlugin&group=type,format=progress)]]
     20
     21== Download
     22
     23Download the zipped source from [download:shortcuticonplugin here].
     24
     25== Source
     26
     27You can check out ShortcutIconPlugin from [http://trac-hacks.org/svn/shortcuticonplugin here] using Subversion, or [source:shortcuticonplugin browse the source] with Trac.
     28
     29== Installation
     30
     31To enable this plugin add or change the following in your `trac.ini` file, normally found at `../conf/trac.ini`:
    1232{{{#!ini
    1333[components]
     
    2545}}}
    2646
    27 == Bugs/Feature Requests ==
     47== Usage
    2848
    29 Existing bugs and feature requests for ShortcutIconPlugin are
    30 [report:9?COMPONENT=ShortcutIconPlugin here].
    31 
    32 If you have any issues, create a
    33 [http://trac-hacks.org/newticket?component=ShortcutIconPlugin&owner=martin_s new ticket].
    34 
    35 == Download ==
    36 
    37 Download the zipped source from [download:shortcuticonplugin here].
    38 
    39 == Source ==
    40 
    41 You can check out ShortcutIconPlugin from [http://trac-hacks.org/svn/shortcuticonplugin here] using Subversion, or [source:shortcuticonplugin browse the source] with Trac.
    42 
    43 == Usage ==
    4449Put the following settings in the `trac.ini` config file under the section `[shortcuticon]`:
    4550
     
    5257 `mimetype = image/`''<extention>'':: Overrides auto-detection by file extension of the mime-type.
    5358
    54 == Example ==
     59== Example
     60
    5561{{{#!ini
    5662[shortcuticon]
     
    6571}}}
    6672
    67 
    68 == Recent Changes ==
     73== Recent Changes
    6974
    7075[[ChangeLog(shortcuticonplugin, 3)]]
    7176
    72 == Author/Contributors ==
     77== Author/Contributors
    7378
    7479'''Author:''' [wiki:martin_s] [[BR]]
    75 '''Maintainer:''' [wiki:martin_s] [[BR]]
     80'''Maintainer:''' [[Maintainer]] [[BR]]
    7681'''Contributors:'''