[libvirt] [PATCH 0/3] Ditch external JavaScript libraries

Martin Kletzander mkletzan at redhat.com
Wed Jun 19 15:22:56 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.

I would love some feedback on whether we can work on any of the solutions for
getting rid of that external proxy.  We would have to:

 - either have our own proxy,

 - send a 'Access-Control-Allow-Origin' header from the libvirt.org server to
   allow fetching the atom.xml or

 - be providing JSONP access to the RSS feed on virt-planet.

I do not have access to any of the infrastructure, so I cannot say if any of
that is possible.  It is definitely possible from the technical point of view.

Martin Kletzander (3):
  docs: Use our own implementation for fetching the RSS data
  docs: use case sensitive javascript
  docs: Remove unused JS libraries

 docs/Makefile.am            |  6 +----
 docs/index.html.in          | 16 ------------
 docs/js/jquery-3.1.1.min.js |  4 ---
 docs/js/jquery.rss.min.js   | 11 ---------
 docs/js/main.js             | 49 ++++++++++++++++++++++++++++++++++++-
 docs/js/moment.min.js       |  7 ------
 6 files changed, 49 insertions(+), 44 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




More information about the libvir-list mailing list