From owner-freebsd-doc@FreeBSD.ORG Thu Jan 15 06:58:58 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC361106564A for ; Thu, 15 Jan 2009 06:58:58 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 40A078FC0C for ; Thu, 15 Jan 2009 06:58:58 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ewy14 with SMTP id 14so1414243ewy.19 for ; Wed, 14 Jan 2009 22:58:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=w99w9d7y2//ZPdqcQTkgpJiru8GqKIFwQ0/xRpt3irk=; b=BKPUxPldHGObkp2MCSZFrL7kkPx7haCwpcqFlN6sy4LadEA5ld2xMkvyLK4JMdhMT6 Mb4tozu2iA95hv2n5qKLh0m7Y2rWQc/IAEB054O9N4C3HLCYmtyDpTpSH83IvYaK72B2 6NamKfYG4RQK3cfuvGEnb+XVdC2RK7lTaMKRk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=AAaeyn2tiuN10GVgL0N9mxrwMu+037gBihAP/XTL7M2FmzNYy2rQXEq6HwCm0Nxxmm 0xcMNxBQiP2UviSf+AAicdV2XssKhlCWfVWwA8GQyGh2QGWg9eP+tLAcO2rCNnB7bBOG efNJWjMl8f0CRzljShBanQZ9hDDbiCxhw50J0= Received: by 10.210.144.3 with SMTP id r3mr1183601ebd.162.1232002737428; Wed, 14 Jan 2009 22:58:57 -0800 (PST) Received: from atlantis.dyndns.org (athedsl-4527830.home.otenet.gr [94.70.226.222]) by mx.google.com with ESMTPS id k7sm75197483nfh.4.2009.01.14.22.58.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jan 2009 22:58:56 -0800 (PST) Message-ID: <496EDEAF.3030400@gmail.com> Date: Thu, 15 Jan 2009 08:58:55 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: freebsd-doc@freebsd.org References: <20090115063330.GA28134@melon.esperance-linux.co.uk> In-Reply-To: <20090115063330.GA28134@melon.esperance-linux.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: favicon request X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 06:58:58 -0000 Frank Shute wrote: > The online handbook has a favicon but the offline handbook doesn't. > > Is this a bug or a feature? > > I like to use favicon's on my bookmark toolbar without the writing. > > Could this be remedied? I guess it means adding a line of sgml to each > page/chapter. > > Regards, > > If I understand your question, you just need to do the following: wget http://www.freebsd.org/favicon.ico mv favicon.ico /usr/share/doc/en_US.ISO8859-1/books/handbook This alone won't do it probably - at least with firefox, as it seems it does not request a favicon.ico from locally stored webpages. However it will work nicely if you insert the following in every html file: It will then work fine. You could use a simple sh script and sed(1) to insert it in all html files.