Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raphaeljs.com is down #1022

Closed
LukaszGrela opened this issue Feb 1, 2016 · 23 comments
Closed

raphaeljs.com is down #1022

LukaszGrela opened this issue Feb 1, 2016 · 23 comments

Comments

@LukaszGrela
Copy link

I've got this error while trying to access the raphaeljs.com

This web page is not available

ERR_NAME_NOT_RESOLVED

I was after the documentation

@TimoSolo
Copy link

TimoSolo commented Feb 1, 2016

you can get it at http://sikuda.ru/raphaeljs.com/
(see #1021)

@Alexgolshtein
Copy link

@Paraintom
Copy link

Still the case! thank you for the alternative link.

@sikuda
Copy link

sikuda commented Feb 5, 2016

And RaphaëlJs Tutorial
Author: Sebastián Gurin http://cancerbero.mbarreneche.com/raphaeltut/

@stcherenkov
Copy link

Mirror by @Alexgolshtein is down.

@tomasAlabes
Copy link
Collaborator

@DmitryBaranovskiy any update on this? Should we start looking for another solution? It's been a while...
DmitryBaranovskiy/raphaeljs.com#7

@tomasAlabes
Copy link
Collaborator

Better than waiting: http://dmitrybaranovskiy.github.io/raphael/

@tomasAlabes
Copy link
Collaborator

Hmm it's still down, I'll leave it open... used the above until Dmitry can take care of it.

@tomasAlabes tomasAlabes reopened this Feb 9, 2016
@aeberlin
Copy link

Use http://dmitrybaranovskiy.github.io/raphael/, it's more reliable anyway.

GitHub will never be down permanently, while personal hosting can just go out and never come back up.

@DmitryBaranovskiy
Copy link
Owner

I do not control hosting or domain name. Therefore I am as much annoyed as you, guys. May be more, because I also receive a shitstorm of emails telling me that site is broken. :(

@TimoSolo
Copy link

👍 thanks for explaining @DmitryBaranovskiy - who is the new owner so we can spam them instead? ;) Is it part of Sencha now?

@aarjithn
Copy link

aarjithn commented Mar 8, 2016

@DmitryBaranovskiy meanwhile could you please update the site link in github to http://dmitrybaranovskiy.github.io/raphael ? I was not aware of this url until I saw in this issue.

This was referenced Mar 23, 2016
@domino14
Copy link

still down

@bokanist
Copy link

@DmitryBaranovskiy, if it is a hosting problem, I could offer you a hosting solution free of charge.
Thank you for the library.

@fntlnz
Copy link

fntlnz commented Apr 28, 2016

The website is not down, it's just not available as a 2nd level domain at http://raphaeljs.com

It's available as a third level domain at: http://www.raphaeljs.com/

That's verifiable with dig:

dig raphaeljs.com

Tells that the 2nd level domain does not have an A entry

; <<>> DiG 9.8.3-P1 <<>> raphaeljs.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40545
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;raphaeljs.com.         IN  A

;; Query time: 1 msec

While

dig www.raphaeljs.com

tells that the third level domain does have an A entry that points to the given ip address.

; <<>> DiG 9.8.3-P1 <<>> www.raphaeljs.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44534
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.raphaeljs.com.     IN  A

;; ANSWER SECTION:
www.raphaeljs.com.  1701    IN  A   54.173.116.232

However would be great to have the first level domain available too.

@bokanist
Copy link

Thank you for your answer.

All the links I found on the net point to the second level.

By the way, as I got you, I have a question. Do you plan a SVG only version
of Raphael ?

I'm working on a seamless SVG / HTML / Canvas (webGL) framework, that
unifies Coordinates and transformations like it was in flash.

Thank you for sharing your work. I admire people like you.

B.R.

2016-04-28 16:35 GMT+02:00 Lorenzo Fontana [email protected]:

The website is not down, it's just not available as a 2nd level domain at
http://raphaeljs.com

It's available as a third level domain at: http://www.raphaeljs.com/

That's verifiable with dig:

dig raphaeljs.com

Tells that the 2nd level domain does not have an A entry

; <<>> DiG 9.8.3-P1 <<>> raphaeljs.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40545
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;raphaeljs.com. IN A

;; Query time: 1 msec

While

dig www.raphaeljs.com

tells that the third level domain does have an A entry that points to the
given ip address.

; <<>> DiG 9.8.3-P1 <<>> www.raphaeljs.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44534
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.raphaeljs.com. IN A

;; ANSWER SECTION:www.raphaeljs.com. 1701 IN A 54.173.116.232

However would be great to have the first level domain available too.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#1022 (comment)

@llamerr
Copy link

llamerr commented May 15, 2016

@bokanist I think I can answer your question with this link - http://snapsvg.io/about/

Currently, the most popular library for working with SVG is Raphaël. One of the primary reasons Raphaël became the de facto standard is that it supports browsers all the way back to IE 6. However, supporting so many browsers means only being able to implement a common subset of SVG features. Snap was written entirely from scratch by the author of Raphaël (Dmitry Baranovskiy), and is designed specifically for modern browsers (IE9 and up, Safari, Chrome, Firefox, and Opera). Targeting more modern browsers means that Snap can support features like masking, clipping, patterns, full gradients, groups, and more.

@caimen
Copy link

caimen commented Jun 14, 2016

You still can't access via http://raphaeljs.com/

If you Google Raphael JS it takes you to that address which is failing. Most people are not realizing the site is still up. Even my old boss thought that Raphael JS was dead because of this issue.

@llamerr
Copy link

llamerr commented Jun 14, 2016

@caimen I just opened that address and was redirected to http://dmitrybaranovskiy.github.io/raphael/ (I'm using Firefox, maybe it's doing something behind the scenes... Yep, Chrome wasn't able to open it)

@caimen
Copy link

caimen commented Jun 14, 2016

Yeah and if you Google 'raphael js' in Firefox, then click on the link from google it will similarly fail as with Chrome. raphaeljs.com is in some kind of DNS twilight zone. All I can say is it's not good for the project to have an official site that is inaccessible from Google.

@kumavis
Copy link

kumavis commented Jun 18, 2016

should at least redirect to www

@DanielRuf
Copy link

DanielRuf commented Nov 24, 2016

It is because there is no DNS entry for the domain without www. Just add the missing DNS A record and it should work.

Many websites have the same problem, try it with www.

@tomasAlabes
Copy link
Collaborator

As we don't know who owns raphaeljs.com (https://whois.icann.org/en/lookup?name=raphaeljs.com) and the github url is up, working and being the 1st result in google, we can close this. If someone knows or owns the domain please point it to https://dmitrybaranovskiy.github.io/raphael/

@DmitryBaranovskiy could you change the URL in the description? I don't have permission to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests