FYI

---------- Forwarded message ----------
From: Timothy Wallace <t.wall...@manchester.ac.uk>
Date: Fri, Apr 28, 2017 at 12:20 PM
Subject: Fwd: Important MathJax Information



On April 30th MathJax are closing their self-hosted CDN (Content Delivery
Network) services at *cdn.mathjax.org <http://cdn.mathjax.org/>* and
*beta.mathjax.org
<http://beta.mathjax.org/>*. If your colleagues are linking to either of
these CDNs for MathJax functionality in any web pages/applications, they
will need to change the link(s) to point to an alternative CDN provider.
This should be a minor change and details on carrying this out are provided
below.


*Changing MathJax CDN: *We recommend changing to the cdnjs CDN. MathJax are
working with cdnjs to push out future releases.

You need to change the link to the CDN wherever it appears in your web
page/application code. For example, if you have been using the latest
MathJax version (v2.7.0) change the link text before the question mark as
below. Note that the url parameters (everything including and after the
“?”) should not be changed:

<script type="text/javascript" async
src="*https://cdn.mathjax.org/mathjax/2.7-latest/MathJax.js
<https://cdn.mathjax.org/mathjax/2.7-latest/MathJax.js?>*?
<https://cdn.mathjax.org/mathjax/2.7-latest/MathJax.js?>..."></script>
to
<script type="text/javascript" async
src="*https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js
<https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?>*?
<https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?>
..."></script>

This only applies where the CDN is being used to include MathJax
functionality. If the MathJax library is being used locally (i.e. has been
downloaded and linked to), then no change is required.

For further details, please see:
https://www.mathjax.org/cdn-shutting-down/
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to