-
Notifications
You must be signed in to change notification settings - Fork 31
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
[IMPORTANT] MathJax CDN end-of-life & suggested changes to third-party extensions #39
Comments
- MathJax CDN shutting down on April 30, 2017 https://www.mathjax.org/cdn-shutting-down/ - Change loadComplete, remove [Contrib] mathjax/MathJax-third-party-extensions#39 - Prepare to move to cdnjs
Updated extensions: |
https://github.com/Edraak/arabic-mathjax-dev has been updated and can be used with, e.g., rawgit now. |
Actually, there is a better guide on how to create a separate repository using |
siunitx has been updated and move to https://github.com/burnpanck/MathJax-siunitx |
In light of this, I probably will retire my It started out 2.5 yrs ago to port the commands used in the Physics package to MathJax, using only macros. But I then realized something cannot be done without truly learning Javascript, and I don't see myself learning it in the near future. And then I don't think the Physics package is popular at all. If anyone else is using the Lastly, if I understand it correctly, these 3rd party extensions will not be centralized anymore, right? I'd like to hear more about this, especially how to catalog the 3rd party extensions together for discovery. I'd imagine it would be much easier if there's a centralized GitHub Organization for these 3rd party repositories than everyone hosting on their own. Alternatively, at least http://docs.mathjax.org/en/latest/options/ThirdParty.html should keep a record of it. Personally, I wouldn't use anything that doesn't have an official recognition. And also, this repository is how I discovered the siunitx MathJax package. |
I would like to encourage you to post to the MathJax User Group to announce that you are looking for somebody to take maintenance over the project.
There won't be centralized hosting anymore but the README in this repo documents well-known third party extensions.
Third party extensions never had any official standing. We do not provide any guarantees on the code nor do we provide any kind of end-user support for them (we do try to help their developers where we can). |
Closing this since it should now be old news. |
As you may have heard, will be shutting down the CDN hosting at cdn.mathjax.org on April 30, cf. https://www.mathjax.org/cdn-shutting-down/.
As part of this, we need to migrate the third party extensions to a different setup.
We decided that the current repository structure will be retired in favor of separate repositories (one per extensions).
This repository will continue to provide documentation on existing third party extensions.
Suggested changes for maintainers
loadComplete
calls to individual prefixes,[Contrib]
but use unique prefixes such as[MyExtension]
The text was updated successfully, but these errors were encountered: