-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Change OEIS database internet address to its new adrress #10056
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Tested on 4.5.3 |
Author: Thierry Monteil |
comment:3
Attachment: trac_10056-new_oeis_address-tm.patch.gz |
This comment has been minimized.
This comment has been minimized.
comment:4
This shows why global constants are useful. |
comment:5
Hi Alexandre, i agree with your remark, though this was not a hard job to make a grep and 14 replacements by hand (and we can hope that the url won't change every year). I just wanted to be sure that when Sloane will remove the encyclopedia from his personal webpage, sage will not be affected. Note that only 5 replacements come inside the code as variables, whereas 9 replacements arise in the documentation or comments. Is there a way to put variables in the documentation too? Another remark that may help for the future: note that there was a trick: the urls beginning with |
comment:6
Looks good to me. |
Reviewer: Mike Hansen |
Merged: sage-4.6.1.alpha0 |
comment:9
Hi, I know this ticket is closed, but I showed it to the current maintainer of OEIS, and he had several issues with it, which could be addressed in followup ticket(s): "That ticket describes an update but not one that would have been needed to fix broken links. We've kept all the old www.research.att.com links running throughout the transition, including now. I haven't looked at the sage code to see what it is doing, but the ticket refers to http://oeis.org/classic, which was a transitional URL and is now gone (but like the others still forward properly). For what it's worth, the URL base should be http://oeis.org/ not http://oeis.org/classic and searches should be of the form http://oeis.org/search?q=query" |
The On-Line Encyclopedia of Integer Sequences (OEIS) moved to http://oeis.org/.
Replacing any occurrence of
http://www.research.att.com/~njas/sequences/
byhttp://oeis.org/classic/
should do the job.The following files should be modified accordingly:
CC: @sagetrac-sage-combinat @sagetrac-ssivek @seblabbe @sagetrac-abmasse
Component: combinatorics
Author: Thierry Monteil
Reviewer: Mike Hansen
Merged: sage-4.6.1.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/10056
The text was updated successfully, but these errors were encountered: