[libvirt] [PATCH v3 0/2] Ditch external JavaScript libraries

Martin Kletzander mkletzan at redhat.com
Thu Jun 20 13:00:48 UTC 2019


This is a response to all the discussions (mainly) other people had about all
the JS code we're currently using, bundling, etc.

CORS [1] is set up on planet.virt-tools.org, so we can just get the XML and use
it.

[1] https://en.wikipedia.org/wiki/Cross-origin_resource_sharing

Martin Kletzander (2):
  docs: Use our own implementation for fetching the RSS data
  docs: Remove unused JS libraries

 docs/Makefile.am            |  5 +--
 docs/index.html.in          | 15 ++-------
 docs/js/jquery-3.1.1.min.js |  4 ---
 docs/js/jquery.rss.min.js   | 11 -------
 docs/js/main.js             | 62 +++++++++++++++++++++++++++++++++++++
 docs/js/moment.min.js       |  7 -----
 6 files changed, 65 insertions(+), 39 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.22.0




More information about the libvir-list mailing list