From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 1AFF32935 for ; Wed, 26 Oct 2016 12:31:40 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id e69so18875714wmg.0 for ; Wed, 26 Oct 2016 03:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=BlnGuoGlNEEtCUTaMUc3hN/Opur1Im3RTnlLLl9RaA4=; b=nLVPiXioLoHk895bepdq3aps/BUaBf3AaH4lL7xnrYh+CtFyXHnpSc0aea61fvbNTR hvV4/hQhvDNP+0pq58GxVvlgzrmCjCuDIdxRjtukmtqxE6Rkolayg0UhYZHH3GMo1Pil x4O7uX1zE1wr8Ex2WOl+favRdZFJwU12ovV3p3QnujHggQyejQLg6bX0i//G8yxNeTUC daeo596fFi6QqldtYMeHvyBirUgMba/8nO9pU0GxozzWHaNgt+6FZKP0W7Tord01EIsY 5NVWzcSVRBYO39TTET58fHf0cw4IQ2Eu6x6rQW8Pgau6CyPlPO8ty5vZCoLS7RwUV6TE XyZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=BlnGuoGlNEEtCUTaMUc3hN/Opur1Im3RTnlLLl9RaA4=; b=EC/1SjCEOOnAgM/yGdW3Dd98HOoJxZdkznlk5zjtqrt2hcs3fhqUAKCgYEYYbV9JEp hNLiLPt+pJUcyoqFO66Hfk3+sPj+d866O4+lrIxc3mQtpL6eb049XdyoTql41lOC77G8 inAjGeQAbgGaub3m5yYCKv8My/lMLVarz9L4Sb1Wk7k7IeZn4QvHO2YM5tTOjQDv808x zla12vsTAz0r4i+RvDUt3N7RQvgcsmfeuiTXqeObCUhHZvf/qocr/jQ/avid9/nPYmrk VQH61YvLg7r2w3I6Vt6HPLNjZ64HEMKgk3ak0T+R0kizihmgO5U0C2McAROVCKXlEHQH ENKw== X-Gm-Message-State: ABUngvdFNOiPfZpwHWfhy3HHd6RehSnLU40hi/4YlHwWixfgGAPIkWbJvMxHjoumVa/ZeX+v X-Received: by 10.28.185.137 with SMTP id j131mr1963918wmf.73.1477477899797; Wed, 26 Oct 2016 03:31:39 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id w203sm8758888wmw.16.2016.10.26.03.31.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 03:31:38 -0700 (PDT) From: Thomas Monjalon To: Yuanhan Liu Date: Wed, 26 Oct 2016 12:31:36 +0200 Message-Id: <1477477896-18950-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1477475280-18693-1-git-send-email-thomas.monjalon@6wind.com> References: <1477475280-18693-1-git-send-email-thomas.monjalon@6wind.com> Cc: web@dpdk.org Subject: [dpdk-web] [PATCH v3] release 16.07.1 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 10:31:40 -0000 From: Yuanhan Liu 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 Signed-off-by: Thomas Monjalon Acked-by: Harry van Haaren --- 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 @@

Download

archive - Latest Version: 16.07 + Latest Major
16.07 +
+ archive + Latest Stable
16.07.1
view_list - Other Versions +
Other Versions
access_time - Quick Start Instructions +
Quick Start