From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <harry.van.haaren@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id CE27F58EC
 for <web@dpdk.org>; Wed, 26 Oct 2016 10:58:14 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga104.jf.intel.com with ESMTP; 26 Oct 2016 01:58:13 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.31,549,1473145200"; d="scan'208";a="1075924875"
Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59])
 by fmsmga002.fm.intel.com with ESMTP; 26 Oct 2016 01:58:13 -0700
Received: from irsmsx102.ger.corp.intel.com ([169.254.2.226]) by
 IRSMSX151.ger.corp.intel.com ([169.254.4.28]) with mapi id 14.03.0248.002;
 Wed, 26 Oct 2016 09:58:11 +0100
From: "Van Haaren, Harry" <harry.van.haaren@intel.com>
To: Yuanhan Liu <yuanhan.liu@linux.intel.com>, "web@dpdk.org" <web@dpdk.org>
Thread-Topic: [dpdk-web] [PATCH] release 16.07.1
Thread-Index: AQHSL2CFbXI6V6JZ4EKvWryWWjzdb6C6bHqg
Date: Wed, 26 Oct 2016 08:58:11 +0000
Message-ID: <E923DB57A917B54B9182A2E928D00FA6129ACBAB@IRSMSX102.ger.corp.intel.com>
References: <1477469498-19637-1-git-send-email-yuanhan.liu@linux.intel.com>
In-Reply-To: <1477469498-19637-1-git-send-email-yuanhan.liu@linux.intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDgyNzI2MDItNjhmOS00MzRjLTkwYzMtMTNlMzkxNDgwN2MzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkV6YXRTbVRyQytcL1Qwd2J1aGlSekRPUVpPWlZydXhaNVNaV0NmaTY1TDVnPSJ9
x-ctpclassification: CTP_IC
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-web] [PATCH] release 16.07.1
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 26 Oct 2016 08:58:15 -0000

Hi,

Looks ok, I have a few comments:

> -----Original Message-----
> Another note: there is a <p> decorator after the "latest stalbe
> release" icon, because in my local testing, it can't show 4
> icons in one row. Thus I splitted it them in two rows, each with
> 2 icons.

I'm ok with the split into 2x2 grid, centering the buttons makes the page l=
ook better IMO.
I can patch after this is applied.

> -			<td><a href=3D"http://fast.dpdk.org/rel/dpdk-16.07.tar.xz">DPDK 16.07=
</a></td>
> -			<td><a href=3D"/doc/guides/rel_notes/release_16_07.html">2016 July 28=
</a></td>

Looks like release notes date is being updated, but it still points to the =
same link?

> -			<td><pre>690a2bb570103e58d12f9806e8bf21be</pre></td>
> +			<td><a href=3D"http://fast.dpdk.org/rel/dpdk-16.07.1.tar.xz">DPDK 16.=
07.1</a></td>

It is not clear that this is the stable branch. Would it make more sense to=
 rename to "DPDK Stable 16.07.1" or similar to make it more obvious this re=
lease has backports/fixes?

If there's no concerns about naming or release-notes link, please apply pat=
ch as is and I'll push a new patch to center the buttons on the download pa=
ge.

Regards, -Harry