We're carrying around embedded copies of a few JavaScript libraries
for use in our homepage, and we've been unforgivably bad at keeping
them up to date.
Instead of serving JavaScript from
libvirt.org, use CDNJS so that
users will get better performance and the load on our Web server
will decrease (win-win!); at the same time, move from the positively
ancient versions we're currently using to the freshest ones
available.
Andrea Bolognani (4):
docs: Use CDNJS for Moment.js
docs: Use CDNJS for jquery.rss
docs: Use CDNJS for jQuery
docs: Update JavaScript libraries
docs/Makefile.am | 4 +---
docs/index.html.in | 6 +++---
docs/js/jquery-3.1.1.min.js | 4 ----
docs/js/jquery.rss.min.js | 11 -----------
docs/js/moment.min.js | 7 -------
5 files changed, 4 insertions(+), 28 deletions(-)
delete mode 100644 docs/js/jquery-3.1.1.min.js
delete mode 100644 docs/js/jquery.rss.min.js
delete mode 100644 docs/js/moment.min.js
--
2.21.0