Issue 25432 - favicon.ico?
Summary: favicon.ico?
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Website general issues (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: pavel
QA Contact: issues@infrastructure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 20:39 UTC by pavel
Modified: 2012-01-29 22:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-02-12 20:39:52 UTC
www.openoffice.org does not provide favicon.ico. Sander told me on IRC that it
used to.
Comment 1 pavel 2004-02-15 11:44:27 UTC
Louis, please dispatch this. It got autoassigned to non-person.
Comment 2 lsuarezpotts 2004-02-17 22:45:24 UTC
I'm mystified.  the favicon operation, btw, is a little erratic. But it (favicon.ico) is located in look and 
works fine for www and many other projects. It ought not be in /www/www/, I believe.
louis
Comment 3 pavel 2004-02-18 06:26:46 UTC
favicon.ico is there, but is not shown in Mozilla.
favicon.ico.1 is from www.root.cz which is working:

file favicon*

favicon.ico:   ms-windows icon resource - 6 icons, 16x16, 16-colors
favicon.ico.1: ms-windows icon resource - 1 icon

So this could be possible problem.
Comment 4 pavel 2004-03-02 08:03:17 UTC
The problem is that @OOo site does not contain this line in the header:

<LINK REL="SHORTCUT ICON" ...

See http://www.favicon.com/ for description.
Comment 5 lsuarezpotts 2004-03-06 07:07:01 UTC
it could be added. 
I'll ask Beril.
(and we can add it to all local pages, I'd assume).
louis
Comment 6 lsuarezpotts 2004-03-09 17:52:36 UTC
pavel,
to clarify:
Using my trusty mac, the favicon did not appear w/ mozilla 1.7a.  But, then I checked other favicon 
sites, such as cnn.com andthe favicon did not appear there either, though it did with other browsers.
in short, this may be a mozilla bug.
Can you confirm?
louis

 
Comment 7 Unknown 2004-03-09 18:13:49 UTC
You can add the following line to Head.vm

<link rel="shortcut icon" href="http://www.openoffice.org/favicon.ico" />
Comment 8 pavel 2004-03-09 20:02:20 UTC
Louis!

See http://web.archive.org/web/20030401120259/http://www.openoffice.org/ how it
looked like in the past (I have chosen the date randomly). That page contains:

<link REL="shortcut icon"
HREF="http://web.archive.org/web/20030401120259/http://www.openoffice.org/branding/favicon.ico"
TYPE="image/x-icon">

Thus we have to add something like:

<link REL="shortcut icon" HREF="/branding/favicon.ico" TYPE="image/x-icon">

It was probably lost in the upgrade.
Comment 9 lsuarezpotts 2004-03-10 05:39:09 UTC
added link beril suggested.
pavel, please confirm if it works.
louis
Comment 10 pavel 2004-03-10 09:56:44 UTC
It works. Thanks!
Comment 11 pavel 2006-08-31 14:16:33 UTC
.