Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Vtyup-0002ll-Gs for pgsql-docs@arkaria.postgresql.org; Fri, 20 Dec 2013 12:10:51 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1Vtyuo-0004Uk-Mr for pgsql-docs@arkaria.postgresql.org; Fri, 20 Dec 2013 12:10:50 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Vtyun-0004Ue-V5 for pgsql-docs@postgresql.org; Fri, 20 Dec 2013 12:10:50 +0000 Received: from mail-vc0-x233.google.com ([2607:f8b0:400c:c03::233]) by makus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Vtyul-00049K-5j for pgsql-docs@postgresql.org; Fri, 20 Dec 2013 12:10:49 +0000 Received: by mail-vc0-f179.google.com with SMTP id ie18so1398149vcb.10 for ; Fri, 20 Dec 2013 04:10:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=VOnpliH6NvqBPW2RGvuK5J8rexO0kcVwfl70V+7QyN8=; b=DutmfYncjGJX4RIDIMnTRYYE0h/7XKOzyKqxE40tr2OmyFiS+u3QGRco5EbrCK1GQK E6iiNHdAXiVaqpXnIicvSwWXib19ePmHTvC55nu8CZS22S3kdf+1wrxuEibrWjijZ2jg zzve3uJQq5x7xujATLmU7RmsydrjJxnWMcxstwgL7rURJkhcpYlYIbUHr1Vebr7dOK0u ZIKYztXB/mCPB7XKl8Vgj0vK3S+E0ulxzuiy/1Cwgcy6+cDPHmJo3v9U9C9tJUf22zWz LYZlsmLVeVoPFTEYDIVfhioiWyo0uR5+t6VTA8rzRNnR7xNce/tYgQMNTIeNZ7fwFoYI MFcw== MIME-Version: 1.0 X-Received: by 10.58.67.9 with SMTP id j9mr4550231vet.3.1387541446307; Fri, 20 Dec 2013 04:10:46 -0800 (PST) Received: by 10.58.173.10 with HTTP; Fri, 20 Dec 2013 04:10:46 -0800 (PST) Date: Fri, 20 Dec 2013 12:10:46 +0000 Message-ID: Subject: Include favicon in the html docs From: Clodoaldo Neto To: pgsql-docs@postgresql.org Content-Type: multipart/alternative; boundary=047d7b339e0704d9a004edf62b48 X-Pg-Spam-Score: 0.7 (/) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --047d7b339e0704d9a004edf62b48 Content-Type: text/plain; charset=UTF-8 I like to have the all the docs as pinned tabs in Firefox. When a doc html does not have an icon it is not possible to distinguish it from the others. So I add this tag to the tag in postgresql html pages: The icon is the one from the site and is included in the same directory. Would it be possible to include it in the next release to make it convenient to have the docs in a Firefox pinned tab? Regards, Clodoaldo --047d7b339e0704d9a004edf62b48 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I like to have the all the docs as pinned tabs in Firefox.= When a doc html does not have an icon it is not possible to distinguish it= from the others. So I add this <link> tag to the <head> tag in= postgresql html pages:

<link rel=3D"shortcut icon" href=3D"favicon.ico"= />

The icon is the one from the site and is included in the same= directory.

Would it be possible to include it in the next release t= o make it convenient to have the docs in a Firefox pinned tab?

Regards, Clodoaldo
--047d7b339e0704d9a004edf62b48--