All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: berrange@redhat.com, stefanha@redhat.com
Subject: [qemu-web PATCH 4/4] Present the source code on the first tab of the download page
Date: Wed, 16 Jun 2021 13:07:20 +0200	[thread overview]
Message-ID: <20210616110720.880586-5-thuth@redhat.com> (raw)
In-Reply-To: <20210616110720.880586-1-thuth@redhat.com>

The QEMU project provides the source code of QEMU, and not any
binaries. So most people will come here for downloading the latest
version of the source code and not for getting instructions on
how to install the pre-packaged QEMU of their favourite distribution.
Thus let's put the information about the source code first.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 download.html | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/download.html b/download.html
index e3fc789..a2e4187 100644
--- a/download.html
+++ b/download.html
@@ -5,12 +5,19 @@ permalink: /download/
 
 <div class="horiz-menu">
 <ul style="display: none;">
+<li><a href="#source">Source code</a></li>
 <li><a href="#linux">Linux</a></li>
 <li><a href="#macos">macOS</a></li>
 <li><a href="#windows">Windows</a></li>
-<li><a href="#source">Source code</a></li>
 </ul>
 
+<article id="source" class="active">
+	<header>
+	<h2>Source code</h2>
+	</header>
+	{% include_relative _download/source.html %}
+</article>
+
 <article id="linux" class="active">
 	<header>
 	<h2>Linux</h2>
@@ -32,12 +39,6 @@ permalink: /download/
 	{% markdown_relative _download/windows.md %}
 </article>
 
-<article id="source" class="active">
-	<header>
-	<h2>Source code</h2>
-	</header>
-	{% include_relative _download/source.html %}
-</article>
 </div>
 
 <h2>Version numbering</h2>
-- 
2.27.0



      parent reply	other threads:[~2021-06-16 11:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 11:07 [qemu-web PATCH 0/4] Improve the download information on the website Thomas Huth
2021-06-16 11:07 ` [qemu-web PATCH 1/4] Show only the latest three releases " Thomas Huth
2021-06-16 11:07 ` [qemu-web PATCH 2/4] css: Improve the hover effect of the buttons Thomas Huth
2021-06-16 11:07 ` [qemu-web PATCH 3/4] State that there is no official support for older releases Thomas Huth
2021-06-16 11:07 ` Thomas Huth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210616110720.880586-5-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=berrange@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.