From patchwork Mon Sep 4 14:26:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Daniel_P=2E_Berrang=C3=A9?= X-Patchwork-Id: 9937259 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7BBB16038C for ; Mon, 4 Sep 2017 14:30:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C7D528802 for ; Mon, 4 Sep 2017 14:30:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6135628803; Mon, 4 Sep 2017 14:30:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2E35B2880D for ; Mon, 4 Sep 2017 14:30:02 +0000 (UTC) Received: from localhost ([::1]:47034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dosN9-0001BJ-Fd for patchwork-qemu-devel@patchwork.kernel.org; Mon, 04 Sep 2017 10:29:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dosKW-00089E-Rx for qemu-devel@nongnu.org; Mon, 04 Sep 2017 10:26:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dosKQ-0002iW-QB for qemu-devel@nongnu.org; Mon, 04 Sep 2017 10:26:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32888) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dosKQ-0002i7-GF for qemu-devel@nongnu.org; Mon, 04 Sep 2017 10:26:18 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8C8E0C027354; Mon, 4 Sep 2017 14:26:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8C8E0C027354 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=berrange@redhat.com Received: from localhost.localdomain.com (unknown [10.42.22.189]) by smtp.corp.redhat.com (Postfix) with ESMTP id B9F1A820A9; Mon, 4 Sep 2017 14:26:16 +0000 (UTC) From: "Daniel P. Berrange" To: qemu-devel@nongnu.org Date: Mon, 4 Sep 2017 15:26:08 +0100 Message-Id: <20170904142608.4897-3-berrange@redhat.com> In-Reply-To: <20170904142608.4897-1-berrange@redhat.com> References: <20170904142608.4897-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 04 Sep 2017 14:26:17 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH web 2/2] Use https links whereever possible X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Paolo Bonzini Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP The following sites all support https qemu.org wiki.qemu.org git.qemu.org download.qemu.org planet.virt-tools.org libvirt.org www.linux-kvm.org xenproject.org Update all links to these sites to use https. This is particularly important for the links to the release downloads, to avoid the chance of downloads being compromised Signed-off-by: Daniel P. Berrange --- .htaccess | 6 +++--- _download/source.html | 10 +++++----- _includes/footer.html | 18 +++++++++--------- _includes/releases.html | 8 ++++---- _posts/2017-02-04-the-new-qemu-website-is-up.md | 10 +++++----- _posts/2017-03-19-qemu-in-the-blogs-february-2017.md | 4 ++-- _posts/2017-08-10-deprecation.md | 2 +- contribute.md | 6 +++--- contribute/report-a-bug.md | 6 +++--- documentation.md | 8 ++++---- index.html | 2 +- 11 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.htaccess b/.htaccess index 73da09b..baa6ef0 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,6 @@ RewriteBase / RewriteRule ^Download$ /download/ [R=301] RewriteRule ^Contribute$ /contribute/ [R=301] RewriteRule ^Documentation$ /documentation/ [R=301] -RewriteRule ^[A-Z].* http://wiki.qemu.org/$0 [NE,R] -RewriteRule ^download(/.+) http://download.qemu.org$1 [NE,R] -RewriteRule ^images(/.+) http://wiki.qemu.org/images$1 [NE,R] +RewriteRule ^[A-Z].* https://wiki.qemu.org/$0 [NE,R] +RewriteRule ^download(/.+) https://download.qemu.org$1 [NE,R] +RewriteRule ^images(/.+) https://wiki.qemu.org/images$1 [NE,R] diff --git a/_download/source.html b/_download/source.html index 5e06ee7..d64d7ba 100644 --- a/_download/source.html +++ b/_download/source.html @@ -1,21 +1,21 @@

Grab the source code for the latest releases and compile it yourself! Detailed compilation instructions can be found in the wiki for - Linux, - Win32 and - macOS.

+ Linux, + Win32 and + macOS.

{% include releases.html %}

or stay on the bleeding edge with the - git repository!

+ git repository!

Build instructions

{% for release in site.data.releases offset: 0 limit: 1 %}

To download and build QEMU {{release.branch}}.{{release.patch}}:

-
wget http://download.qemu.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz
+
wget https://download.qemu.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz
 tar xvJf qemu-{{release.branch}}.{{release.patch}}.tar.xz
 cd qemu-{{release.branch}}.{{release.patch}}
 ./configure
diff --git a/_includes/footer.html b/_includes/footer.html
index 979a477..1669ef7 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -8,22 +8,22 @@
 		
 		
 		
 	
 
diff --git a/_includes/releases.html b/_includes/releases.html
index 4881f83..2e95631 100644
--- a/_includes/releases.html
+++ b/_includes/releases.html
@@ -1,10 +1,10 @@
 
    {% for release in site.data.releases offset: 0 limit: 4 %}
  • {{release.branch}}.{{release.patch}} + href="https://download.qemu.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz">{{release.branch}}.{{release.patch}} {{release.date}}
    signaturechanges
  • + href="https://download.qemu.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz.sig">signature — changes {% endfor %}
-

Full list of releases

+

Full list of releases

diff --git a/_posts/2017-02-04-the-new-qemu-website-is-up.md b/_posts/2017-02-04-the-new-qemu-website-is-up.md index 6dc5eeb..66d3181 100644 --- a/_posts/2017-02-04-the-new-qemu-website-is-up.md +++ b/_posts/2017-02-04-the-new-qemu-website-is-up.md @@ -9,13 +9,13 @@ At last, QEMU's new website is up! The new site aims to be simple and provides the basic information needed to download and start contributing to QEMU. It complements the -[wiki](http://wiki.qemu.org/), which remains the central point for +[wiki](https://wiki.qemu.org/), which remains the central point for developers to share information quickly with the rest of the community. We tried to test the website on most browsers and to make it lightweight and responsive. It is built using [Jekyll](https://jekyllrb.com/) and the source code for the website can be cloned from the -[qemu-web.git](http://git.qemu.org/?p=qemu-web.git;a=summary) +[qemu-web.git](https://git.qemu.org/?p=qemu-web.git;a=summary) repository. Just like for any other project hosted by QEMU, the best way to propose or contribute a new change is by sending a patch through the [qemu-devel@nongnu.org](https://lists.nongnu.org/mailman/listinfo/qemu-devel) @@ -23,10 +23,10 @@ mailing list. For example, if you would like to add a new screenshot to the homepage, you can clone the `qemu-web.git` repository, add a PNG file to the -[`screenshots/`](http://git.qemu.org/?p=qemu-web.git;a=tree;f=screenshots;hb=HEAD) -directory, and edit the [`_data/screenshots.yml`](http://git.qemu.org/?p=qemu-web.git;a=blob;f=_data/screenshots.yml;hb=HEAD) +[`screenshots/`](https://git.qemu.org/?p=qemu-web.git;a=tree;f=screenshots;hb=HEAD) +directory, and edit the [`_data/screenshots.yml`](https://git.qemu.org/?p=qemu-web.git;a=blob;f=_data/screenshots.yml;hb=HEAD) file to include the new screenshot. Blog posts about QEMU are also welcome; they are simple HTML or Markdown -files and are stored in the [`_posts/`](http://git.qemu.org/?p=qemu-web.git;a=tree;f=_posts;hb=HEAD) +files and are stored in the [`_posts/`](https://git.qemu.org/?p=qemu-web.git;a=tree;f=_posts;hb=HEAD) directory of the repository. diff --git a/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md index 42af6d2..01e8e7d 100644 --- a/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md +++ b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md @@ -29,7 +29,7 @@ and KVM, that were posted last month. by Daniel P. Berrangé More virtualization blog posts can be found on the [virt tools -planet](http://planet.virt-tools.org/). +planet](https://planet.virt-tools.org/). In other news, QEMU is now in hard freeze for release 2.9.0. The preliminary -list of features is on the [wiki](http://wiki.qemu.org/ChangeLog/2.9). +list of features is on the [wiki](https://wiki.qemu.org/ChangeLog/2.9). diff --git a/_posts/2017-08-10-deprecation.md b/_posts/2017-08-10-deprecation.md index c01a116..d0a7a35 100644 --- a/_posts/2017-08-10-deprecation.md +++ b/_posts/2017-08-10-deprecation.md @@ -22,5 +22,5 @@ chapter of the QEMU documentation to see whether you are still using one of these old interfaces or features, so you can adapt your setup to use the new interfaces/features instead. Or if you rather think that one of the items should *not* be removed from QEMU at all, please speak up on the -[qemu-devel mailing list](http://wiki.qemu.org/Contribute/MailingLists) +[qemu-devel mailing list](https://wiki.qemu.org/Contribute/MailingLists) to explain why the interface or feature is still required. diff --git a/contribute.md b/contribute.md index 4ee31db..bf4a55d 100644 --- a/contribute.md +++ b/contribute.md @@ -7,9 +7,9 @@ permalink: /contribute/ * Clone the git repository:
`git clone git://git.qemu.org/qemu.git` -* Join the mailing list: [qemu-devel@nongnu.org](http://lists.nongnu.org/mailman/listinfo/qemu-devel)
[See the list of QEMU mailing lists](http://wiki.qemu.org/MailingLists) +* Join the mailing list: [qemu-devel@nongnu.org](https://lists.nongnu.org/mailman/listinfo/qemu-devel)
[See the list of QEMU mailing lists](https://wiki.qemu.org/MailingLists) * Chat with the developers on IRC: irc.oftc.net, channel #qemu -* Read developer documentation: “[Getting started for developers](http://wiki.qemu.org/Documentation/GettingStartedDevelopers)”, - “[Contributor FAQ](http://wiki.qemu.org/Contribute/FAQ)”, “[How to submit a patch](http://wiki.qemu.org/Contribute/SubmitAPatch)” +* Read developer documentation: “[Getting started for developers](https://wiki.qemu.org/Documentation/GettingStartedDevelopers)”, + “[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)”, “[How to submit a patch](https://wiki.qemu.org/Contribute/SubmitAPatch)” diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md index 251fb80..441c61b 100644 --- a/contribute/report-a-bug.md +++ b/contribute/report-a-bug.md @@ -15,12 +15,12 @@ When submitting a bug report, please try to do the following: * Include information about the host and guest (operating system, version, 32/64-bit). -* Do not contribute patches on the bug tracker; send patches to the mailing list. Follow QEMU's [guidelines about submitting patches](http://wiki.qemu.org/Contribute/SubmitAPatch). +* Do not contribute patches on the bug tracker; send patches to the mailing list. Follow QEMU's [guidelines about submitting patches](https://wiki.qemu.org/Contribute/SubmitAPatch). Do NOT report security issues (or other bugs, too) as "private" bugs in the bug tracker. QEMU has a [security -process](http://wiki.qemu.org/SecurityProcess) for issues that should +process](https://wiki.qemu.org/SecurityProcess) for issues that should be reported in a non-public way instead. For problems with KVM in the kernel, use the kernel bug tracker instead; -the [KVM wiki](http://www.linux-kvm.org/page/Bugs) has the details. +the [KVM wiki](https://www.linux-kvm.org/page/Bugs) has the details. diff --git a/documentation.md b/documentation.md index 4a63cc3..f4ef9f4 100644 --- a/documentation.md +++ b/documentation.md @@ -4,10 +4,10 @@ permalink: /documentation/ --- The [QEMU user manual](https://qemu.weilnetz.de/qemu-doc.html) can be read online, courtesy of Stefan Weil. -More documentation is found in the `docs` +More documentation is found in the `docs` directory of the QEMU git tree. -The [QEMU wiki](http://wiki.qemu.org) contains more -[user documentation](http://wiki.qemu.org/Category:User_documentation) and -[developer documentation](http://wiki.qemu.org/Category:Developer_documentation) +The [QEMU wiki](https://wiki.qemu.org) contains more +[user documentation](https://wiki.qemu.org/Category:User_documentation) and +[developer documentation](https://wiki.qemu.org/Category:Developer_documentation) that has not been integrated into the QEMU git tree. diff --git a/index.html b/index.html index f4c9c18..37a0fbd 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ $('.colorbox').on("click.random-namespace", function() {


-

QEMU is a member of Software Freedom Conservancy.

+

QEMU is a member of Software Freedom Conservancy.