From nobody Sat May 4 18:18:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1560845577; cv=none; d=zoho.com; s=zohoarc; b=fbrArK91ayUfgHxPSH+hnl/Cm1dWLtoEqaJKqh2svAzRuyZwtOkkw81lspI0FQkh/Ym576zs9lpUUHkfmvq7eahqXFLwRtP9h2TD1Zl48ZT1WU3qRq8xHDUzUsCF0wvk6Rq5HWWBHaGJcdhdwjnR6MlBJsF9h0FBLxVXAKCRaUU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1560845577; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=7oGeaeWDMR0RJSIuNXESufLsNw2PX2YJKHvYq1+Ytw4=; b=NHJKEyW/P6CfdGtBHxG8mcajxzLCcnlEo9E5BgLQSq6rcvSuSCOWX/8Dn50/kWLPWz6PTmo/9OxFB+V2Vt1GMt+b+bcfJULOJJweh7ZfWoAG34xhjLgyBcBzlsqRKAISMyaGwWtxIud/lyupaU6QBRrjaUz1cGiwUHKJF7pHxYc= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1560845577620595.6243917080749; Tue, 18 Jun 2019 01:12:57 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A190C308219F; Tue, 18 Jun 2019 08:12:55 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DCE225BBBD; Tue, 18 Jun 2019 08:12:54 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 1A1C41806B16; Tue, 18 Jun 2019 08:12:50 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x5I8CnAv020407 for ; Tue, 18 Jun 2019 04:12:49 -0400 Received: by smtp.corp.redhat.com (Postfix) id 5433D82A13; Tue, 18 Jun 2019 08:12:49 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5C1EF82A0C for ; Tue, 18 Jun 2019 08:12:48 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 18 Jun 2019 10:12:40 +0200 Message-Id: <20190618081243.31878-2-abologna@redhat.com> In-Reply-To: <20190618081243.31878-1-abologna@redhat.com> References: <20190618081243.31878-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/4] docs: Use CDNJS for Moment.js X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Tue, 18 Jun 2019 08:12:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- docs/Makefile.am | 2 +- docs/index.html.in | 2 +- docs/js/moment.min.js | 7 ------- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 docs/js/moment.min.js diff --git a/docs/Makefile.am b/docs/Makefile.am index 0c899f9580..e94e94ff00 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -69,7 +69,7 @@ javascript =3D \ js/main.js \ js/jquery-3.1.1.min.js \ js/jquery.rss.min.js \ - js/moment.min.js + $(NULL) =20 =20 fonts =3D \ diff --git a/docs/index.html.in b/docs/index.html.in index f593445d06..8ca00fee13 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -3,7 +3,7 @@ + - =20