bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: broken link


From: Bob Proulx
Subject: Re: broken link
Date: Thu, 20 May 2010 15:15:26 -0600
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Jeff,

Jeffrey Schwab wrote:
>> Bruno Haible wrote:
>>> Jeff Schwab wrote:
>>>> The GNU head image link is broken on the following page:
>>>> http://www.gnu.org/software/gettext/
>>>> The link currently points to: http://www.gnu.org/graphics/agnuhead.html
>>>> It probably should point to: http://www.gnu.org/graphics/gnu-head-sm.jpg
>>> I think it is intentional.
>
> Folks, it's not just a broken hyperlink, it's a broken image.  If you  
> don't want an image to show up there, remove the img tag.

The image displays okay for me.  The 'gettext' page uses the same
template as the one for 'grep'.  Can you look at the grep page and say
if it is the same or different?

  http://www.gnu.org/software/grep/

Using 'wget' is often a good way to debug what is happening.  Try
using wget on your machine to retrieve the pages and see if it pulls
the result okay.  Here is what I see.

  $ wget --no-proxy -S http://www.gnu.org/graphics/gnu-head-sm.jpg
  --2010-05-20 15:04:39--  http://www.gnu.org/graphics/gnu-head-sm.jpg
  Resolving www.gnu.org... 199.232.41.10
  Connecting to www.gnu.org|199.232.41.10|:80... connected.
  HTTP request sent, awaiting response... 
    HTTP/1.1 200 OK
    Date: Thu, 20 May 2010 21:04:39 GMT
    Server: Apache/2.0.55
    Last-Modified: Fri, 08 Feb 2002 02:06:06 GMT
    ETag: "3e460d-14a6-a2273f80"
    Accept-Ranges: bytes
    Content-Length: 5286
    Cache-Control: max-age=2592000
    Expires: Sat, 19 Jun 2010 21:04:39 GMT
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Content-Type: image/jpeg
  Length: 5286 (5.2K) [image/jpeg]
  Saving to: “gnu-head-sm.jpg”
  2010-05-20 15:04:39 (51.8 KB/s) - “gnu-head-sm.jpg” saved [5286/5286]

  $ identify gnu-head-sm.jpg
  gnu-head-sm.jpg JPEG 129x122 129x122+0+0 8-bit PseudoClass 256c 5.29KB 0.000u 
0:00.000

The above reported "HTTP/1.1 200 OK" and saved the jpeg image okay.

  $ wget --no-proxy -S http://www.gnu.org/graphics/agnuhead.html
  --2010-05-20 15:05:00--  http://www.gnu.org/graphics/agnuhead.html
  Resolving www.gnu.org... 199.232.41.10
  Connecting to www.gnu.org|199.232.41.10|:80... connected.
  HTTP request sent, awaiting response... 
    HTTP/1.1 200 OK
    Date: Thu, 20 May 2010 21:05:00 GMT
    Server: Apache/2.0.55
    Accept-Ranges: bytes
    Cache-Control: max-age=-15916970
    Expires: Tue, 17 Nov 2009 15:42:10 GMT
    Vary: Accept-Encoding
    Connection: close
    Content-Type: text/html
  Length: unspecified [text/html]
  Saving to: “agnuhead.html”
  2010-05-20 15:05:00 (82.1 KB/s) - “agnuhead.html” saved [10848]

The above saved the target value of the link okay.  Everything seems
to be okay as far as I can deduce.

I have had a number of bad experiences with proxies.  Is it possible
you have a bad proxy that is causing you problems?

Bob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]