From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Cc: web@dpdk.org
Subject: [dpdk-web] [PATCH v3] release 16.07.1
Date: Wed, 26 Oct 2016 12:31:36 +0200 [thread overview]
Message-ID: <1477477896-18950-1-git-send-email-thomas.monjalon@6wind.com> (raw)
In-Reply-To: <1477475280-18693-1-git-send-email-thomas.monjalon@6wind.com>
From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
A quick download button is added for the latest stable release.
The release notes points to http://dpdk.org/doc/guides-16.07/
which will be updated for each stable release,
while http://dpdk.org/doc/guides/ should be the latest from the
master branch.
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
---
v3:
- keep buttons layout for rel.html
- update release notes link
v2:
- buttons on one row
- md5 of tarball
---
content.css | 8 ++++++--
download.html | 10 +++++++---
rel.html | 6 +++---
3 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/content.css b/content.css
index 4bd7240..1b3d05d 100644
--- a/content.css
+++ b/content.css
@@ -103,11 +103,15 @@ section .button:hover {
-o-transition: background-color .08s linear;
transition: background-color .08s linear;
}
-section#download .button,
+section#download .button {
+ width: 18%;
+}
+section#download .button + .button {
+ margin-left: 9.3%;
+}
section#rel .button {
width: 26%;
}
-section#download .button + .button,
section#rel .button + .button {
margin-left: 11%;
}
diff --git a/download.html b/download.html
index 919c41e..dc5c802 100644
--- a/download.html
+++ b/download.html
@@ -41,15 +41,19 @@
<h2>Download</h2>
<a href="http://fast.dpdk.org/rel/dpdk-16.07.tar.xz" class="button">
<i class="material-icons">archive</i>
- Latest Version: 16.07
+ Latest Major<br>16.07
+ </a><!-- no whitespace
+ --><a href="http://fast.dpdk.org/rel/dpdk-16.07.1.tar.xz" class="button">
+ <i class="material-icons">archive</i>
+ Latest Stable<br>16.07.1
</a><!-- no whitespace
--><a href="/rel" class="button">
<i class="material-icons">view_list</i>
- Other Versions
+ <br>Other Versions
</a><!-- no whitespace
--><a href="/doc/quick-start" class="button">
<i class="material-icons">access_time</i>
- Quick Start Instructions
+ <br>Quick Start
</a>
<ul>
<h3>Applications</h3>
diff --git a/rel.html b/rel.html
index b95403a..3475264 100644
--- a/rel.html
+++ b/rel.html
@@ -59,9 +59,9 @@
<th>md5</th>
</tr>
<tr>
- <td><a href="http://fast.dpdk.org/rel/dpdk-16.07.tar.xz">DPDK 16.07</a></td>
- <td><a href="/doc/guides/rel_notes/release_16_07.html">2016 July 28</a></td>
- <td><pre>690a2bb570103e58d12f9806e8bf21be</pre></td>
+ <td><a href="http://fast.dpdk.org/rel/dpdk-16.07.1.tar.xz">DPDK 16.07.1</a></td>
+ <td><a href="/doc/guides-16.07/rel_notes/release_16_07.html">2016 October 26</a></td>
+ <td><pre>28b3831cebfa94ca533418c17de25986</pre></td>
</tr>
<tr>
<td><a href="http://fast.dpdk.org/rel/dpdk-16.04.tar.xz">DPDK 16.04</a></td>
--
2.7.0
next prev parent reply other threads:[~2016-10-26 10:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-26 8:11 [dpdk-web] [PATCH] " Yuanhan Liu
2016-10-26 8:58 ` Van Haaren, Harry
2016-10-26 9:54 ` Thomas Monjalon
2016-10-26 10:01 ` Van Haaren, Harry
2016-10-26 9:48 ` [dpdk-web] [PATCH v2] " Thomas Monjalon
2016-10-26 10:13 ` Yuanhan Liu
2016-10-26 10:31 ` Thomas Monjalon [this message]
2016-10-26 11:08 ` [dpdk-web] [PATCH v3] " Van Haaren, Harry
2016-10-26 11:17 ` Thomas Monjalon
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=1477477896-18950-1-git-send-email-thomas.monjalon@6wind.com \
--to=thomas.monjalon@6wind.com \
--cc=web@dpdk.org \
--cc=yuanhan.liu@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).