web.rst
changeset 1894 2e3bc2435d68
parent 1893 da0024f4f068
child 1895 91e537a35a34
equal deleted inserted replaced
1893:da0024f4f068 1894:2e3bc2435d68
     1 -*- mode: outline; coding: utf-8 -*-
       
     2 
       
     3 * Favicon.
       
     4 
       
     5 favicon.ico is Microsoft ico file. Some browser support png and git format.
       
     6 Its size 16x16 or 32x32 pixel and 8-bit or 24-bit in color depth.
       
     7 
       
     8 Browser searched for '/favicon.ico' in the root directory of website. Or as
       
     9 W3C HTML recommend use in '<head>' tag:
       
    10 
       
    11   <link rel="shortcut icon" href="http://example.com/favicon.ico" />
       
    12   <link rel="icon" type="image/png" href="http://example.com/image.png">
       
    13   <link rel="icon" type="image/gif" href="http://example.com/image.gif">
       
    14 
       
    15 If more than one Web page shares the same shortcut icon, the shortcut icon is
       
    16 downloaded only once.
       
    17 
       
    18   http://www.w3.org/2005/10/howto-favicon
       
    19                 How to Add a Favicon to your Site
       
    20   http://msdn.microsoft.com/en-us/library/ms537656%28VS.85%29.aspx
       
    21                 How to Add a Shortcut Icon to a Web Page
       
    22   http://en.wikipedia.org/wiki/Favicon
       
    23 
       
    24 * Site statistics.
       
    25 
       
    26   awstats
       
    27 
       
    28 * Social bookmarking.
       
    29 
       
    30   http://www.addthis.com/
       
    31 
       
    32