[dpdk-dev] [PATCH v2] release 16.07.1

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Oct 26 11:46:28 CEST 2016


From: Yuanhan Liu <yuanhan.liu at linux.intel.com>

A quick download button is added for the latest stable release.

Signed-off-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
v2:
- buttons on one row
- md5 of tarball
---
 content.css   |  4 ++--
 download.html | 10 +++++++---
 rel.html      |  6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/content.css b/content.css
index 4bd7240..4b469bd 100644
--- a/content.css
+++ b/content.css
@@ -105,11 +105,11 @@ section .button:hover {
 }
 section#download .button,
 section#rel .button {
-	width: 26%;
+	width: 18%;
 }
 section#download .button + .button,
 section#rel .button + .button {
-	margin-left: 11%;
+	margin-left: 9.3%;
 }
 section#events .button {
 	padding: 1em 3em;
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..ffdc513 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/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



More information about the dev mailing list