Http://www.ruby-lang.org down?

~ > ping www.ruby-lang.org
PING helium.ruby-lang.org (210.251.121.214) 56(84) bytes of data.
64 bytes from helium.ruby-lang.org (210.251.121.214): icmp_seq=1 ttl=39 time=204 ms
64 bytes from helium.ruby-lang.org (210.251.121.214): icmp_seq=2 ttl=39 time=208 ms

helium.ruby-lang.org ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 204.896/206.931/208.967/2.085 ms

~ > lynx -source http://www.ruby-lang.org

Looking up www.ruby-lang.org
www.ruby-lang.org
Making HTTP connection to www.ruby-lang.org
Alert!: Unable to connect to remote host.

lynx: Can’t access startfile http://www.ruby-lang.org/

-a

···

EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
PHONE :: 303.497.6469
ADDRESS :: E/GC2 325 Broadway, Boulder, CO 80305-3328
URL :: Solar-Terrestrial Physics Data | NCEI
“640K ought to be enough for anybody.” - Bill Gates, 1981
===============================================================================

Hello Ara.T.Howard,

Same here, can't access the website from Germany.

···

--
Best regards, emailto: scholz at scriptolutions dot com
Lothar Scholz http://www.ruby-ide.com
CTO Scriptolutions Ruby, PHP, Python IDE 's

Safari (OS X) gives me this:

Too many redirects occurred trying to open “http://www.ruby-lang.org/”.
This might occur if you open a page that is redirected to open another
page which then is redirected to open the original page.

Steve

···

On May 28, 2004, at 11:16 AM, Lothar Scholz wrote:

Hello Ara.T.Howard,

Same here, can’t access the website from Germany.


Best regards, emailto: scholz at
scriptolutions dot com
Lothar Scholz http://www.ruby-ide.com
CTO Scriptolutions Ruby, PHP, Python IDE 's

Safari (OS X) gives me this:
Too many redirects occurred trying to open “http://www.ruby-lang.org/”.
This might occur if you open a page that is redirected to open another
page which then is redirected to open the original page.

svg% ruby -rnet/http -e 'Net::HTTP.get_print("www.ruby-lang.org", "/")'
<html>
<head><title>ruby-lang.org</title></head>
<body>
<h1>ruby-lang.org</h1>
<p>
This site is temporary down for maintenance, sorry.
</p>

<p>
¤¿¤À¤¤¤ÞÎ×»þ¥á¥ó¥Æ¥Ê¥ó¥¹Ãæ¤Ç¤¹¡£¤´¤á¤ó¤Ê¤µ¤¤¡£
</p>
</body>
</html>
svg%

Guy Decoux