Date: Fri, 21 Aug 2020 09:33:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248796] www/mathjax3 new port Message-ID: <bug-248796-7788-PwUQRXLmwT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248796-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-248796-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248796 --- Comment #2 from Marko Cupa=C4=87 <marko.cupac@mimar.rs> --- (In reply to Li-Wen Hsu from comment #1) I'm not sure that is a good idea from user's point of view. There's quite lengthy page about upgrading v2 to v3: http://docs.mathjax.org/en/latest/upgrading/v2.html TL;DR: "MathJax v3 is a complete rewrite of MathJax from the ground up (see What=E2=80=99s New in MathJax v3.0), and so its internal structure is quite= different from that of version 2. That means MathJax v3 is not a drop-in replacement = for MathJax v2, and upgrading to version 3 takes some adjustment to your web pages." In my case, It was quite easy to create new apache vhost (mathjax3.example.= org instead of mathjax.example.org) which points to now document root (/usr/local/www/MathJax3/es5 instead of /usr/local/www/MathJax), and to poi= nt my websites to new script url (https://mathjax3.example.org/tex-mml-chtml.js instead of https://mathjax.example.org/MathJax.js?config=3DTeX-AMS-MML_CHTM= L). But some unsuspecting users will probably end up with broken mathjax on ther websites after pkg upgrade if we just give them v3 instead of v2. Perhaps we could make the switch further down the road when people get the chance to test new port and get familiar with it. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248796-7788-PwUQRXLmwT>