[libvirt] [PATCH v3 3/5] docs: Update jquery.rss

Andrea Bolognani abologna at redhat.com
Wed Jun 19 12:41:03 UTC 2019


We're using the very outdated 3.2.1 (Dec 2015). Replace it with
3.3.0 (Jan 2017), the latest available.

The new file, unlike the one it replaces, is not minified. We'll
take care of that separately.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 docs/Makefile.am            |   2 +-
 docs/index.html.in          |   2 +-
 docs/js/jquery.rss-3.3.0.js | 333 ++++++++++++++++++++++++++++++++++++
 docs/js/jquery.rss.min.js   |  11 --
 4 files changed, 335 insertions(+), 13 deletions(-)
 create mode 100644 docs/js/jquery.rss-3.3.0.js
 delete mode 100644 docs/js/jquery.rss.min.js

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 83d5c41419..9b79fc60c1 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -68,7 +68,7 @@ css = \
 javascript = \
   js/main.js \
   js/jquery-3.4.1.js \
-  js/jquery.rss.min.js \
+  js/jquery.rss-3.3.0.js \
   js/moment-2.24.0.js \
   $(NULL)
 
diff --git a/docs/index.html.in b/docs/index.html.in
index 422dc10700..cab387ebb6 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -4,7 +4,7 @@
   <head>
     <script type="text/javascript" src="js/jquery-3.4.1.js"> </script>
     <script type="text/javascript" src="js/moment-2.24.0.js"> </script>
-    <script type="text/javascript" src="js/jquery.rss.min.js"> </script>
+    <script type="text/javascript" src="js/jquery.rss-3.3.0.js"> </script>
 
     <script type="text/javascript">
       <!--
diff --git a/docs/js/jquery.rss-3.3.0.js b/docs/js/jquery.rss-3.3.0.js
new file mode 100644
index 0000000000..d25ed45141
--- /dev/null
+++ b/docs/js/jquery.rss-3.3.0.js
@@ -0,0 +1,333 @@
+(function ($) {
+  'use strict';
+
+  var RSS = function (target, url, options, callback) {
[...]
diff --git a/docs/js/jquery.rss.min.js b/docs/js/jquery.rss.min.js
deleted file mode 100644
index ad21eb5816..0000000000
--- a/docs/js/jquery.rss.min.js
+++ /dev/null
@@ -1,11 +0,0 @@
-(function(d){var e=function(a,b,c,f){this.target=a;this.url=b;this.h
[...]
-- 
2.21.0




More information about the libvir-list mailing list