From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id 78C7B8E58
 for <web@dpdk.org>; Thu, 10 Dec 2015 16:10:43 +0100 (CET)
Received: by wmww144 with SMTP id w144so28791812wmw.0
 for <web@dpdk.org>; Thu, 10 Dec 2015 07:10:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:organization:user-agent
 :mime-version:content-transfer-encoding:content-type;
 bh=SOZlKVt5uvu9y0PwUGco1WyJahIIe/ZO3+b44xVL0Uk=;
 b=r4oT+FP7wL2+JQO/0G5RQ9aSdK+HSDvjfGAqQoagjbCu1J7TpHNSJuFKsAWfirFB7Y
 uCXiJHGKYA8puyzHvBYlZXeGeErDVAq5S4iEx1w80SyWaVQVnz9itmte+8THvZ2c0n85
 ZngJrZPjmsfsiyDN6cV1ZD9lv7KspZBJHhskShVdzJvOPhNfLAb2LJ5TGpirX0UjKWcQ
 Y0m9cmtmHqceM3vzmLimEpfVomYp483uYhhOZlKiNVZgEHuJ+dWJKF9tQ+U2jOCtBZ+V
 8NqGnfIWv/faTOCl/ejGHz2POuD+8CIVjOC3kSE/t7JOE34WR9bQTG4oE2JsvD9a7PSq
 WdVg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:organization
 :user-agent:mime-version:content-transfer-encoding:content-type;
 bh=SOZlKVt5uvu9y0PwUGco1WyJahIIe/ZO3+b44xVL0Uk=;
 b=VNY757yaGfjLKWxYadNkyh0hHg9LgMjuQ9Jlk6sDq167pbRvJvhdyB1pSAEW7Y3601
 U+/KWDJ1ggg4T+/XtOW61zobqz5iguJVtwkRPOmT7/T5aGuxYV/anc6VtG1VOXAgpTK4
 4BEPiBqjk/NY1Gwa5iBE5yMrVSpI695jTNIvKJiSOVE3Vuz/MSychsw+0IW25EDBCsh+
 3jnMY9mjnye7ppbDbeJMjEZyhOoPh0O092K9ETbpwO7fVaqNDdmAH0ifLlpQvioj6xaS
 A7nvcb4S7PLYLQIy3cItGmTGeB1JmRPGJkP/LHDlY9AjKw+x8weXFZ1CNXvZv7FVSkPJ
 ygxA==
X-Gm-Message-State: ALoCoQnMPO8xF6A3KYm0HlFEPG2Gv88jkD9hUykmZ9dJPmRexIsZ61VR4Wkf5kwdQbF+x/zMthFGP2/5qsYAeNCDVmFmaiH5hA==
X-Received: by 10.28.215.211 with SMTP id o202mr40149026wmg.85.1449760243246; 
 Thu, 10 Dec 2015 07:10:43 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id cl2sm12792899wjc.33.2015.12.10.07.10.42
 for <web@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 10 Dec 2015 07:10:42 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Date: Thu, 10 Dec 2015 16:09:26 +0100
Message-ID: <1587891.RAta3uaByj@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: [dpdk-web] dpdk.org is managed with git
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: Thu, 10 Dec 2015 15:10:43 -0000

The DPDK website is made of static HTML files.
This choice makes it fast to load, easy to customize and
easy to manage with git.

This new mailing list aims to host the discussions related to
the website and collect some patches to update it.
Welcome web contributors!