From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id D8F255922
 for <web@dpdk.org>; Tue, 24 May 2016 00:28:08 +0200 (CEST)
Received: by mail-wm0-f47.google.com with SMTP id n129so101180118wmn.1
 for <web@dpdk.org>; Mon, 23 May 2016 15:28:08 -0700 (PDT)
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;
 bh=e0Jv4TtwKrsG/2BZC1E3xpm8N7D+c+vS2CHKLh95Pe8=;
 b=oGjgs+ym/8e4DIBEHKwPpZ3tWq1K0U3N9Eb3v/b9RqnAOeEQTMBksBA0Eg1x8UA2IJ
 DTxlEAYHyxf94hD6gbGOhhjwau4Dhot5WoaSqK8qt7BAHol7KtFemlHCJWCK4nqlpjAJ
 w6d7kw2WEUAfrK2ShL4Q5bgp5bTmZvP8LqY4jsGGF4YLfIQGYY401wI52DAe3MiYOA7R
 MwOXzPGbePj0ibUPLHdIiBEUyhvoWHPqJX6CrBHOvYwFTuDRkeOwJai0jQ9Gr5fxK4mT
 NdBb0G2P0ctD57xPpCamujoHnjMlJmuUttwOB50JM3JHK6dNLfJLEtKo4p6TrfhJWCPd
 Cs0A==
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;
 bh=e0Jv4TtwKrsG/2BZC1E3xpm8N7D+c+vS2CHKLh95Pe8=;
 b=UqQ6Iwq8dj3de0jUsKu9pPg1zHxxDJXhGUAmxLSNZQ/zNglwSqRbEGldyA3XOD8mA2
 S2atoBhRRktcAvC6JgrkNT1ypJ0SQPyu9PBtJywci3K9CVdW9plc8Zdc7e7MFVeWC5o4
 U9G/h0l/9dpDrCUY59x7//euk8ZR7vFHmycMYotHF0NAYrWBkAkkWoGTszu1qSXGgUpv
 3/iW5I2TtcGkwwZq5AdMQI14V+D8/lanh8UL75eMzZqTcoRJ1HQukUgttKFHEa4oLtat
 rjhsYwttTxyZbRJTDZv7VLCblC1bhHXF4ASeyW+A2V5iBkgOQCXi2Lnh6T5Pq7rO5Eqq
 fXcA==
X-Gm-Message-State: ALyK8tKMocGtAw6c81aPaQ+NA0O061FXOMEyliJLSOL84VEiE4uKuor6RZ7n6lA7qp0uVwIZ
X-Received: by 10.194.157.36 with SMTP id wj4mr901168wjb.139.1464042488585;
 Mon, 23 May 2016 15:28:08 -0700 (PDT)
Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id jr8sm37501341wjb.15.2016.05.23.15.28.07
 for <web@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 23 May 2016 15:28:07 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Date: Tue, 24 May 2016 00:28:01 +0200
Message-Id: <1464042483-6954-1-git-send-email-thomas.monjalon@6wind.com>
X-Mailer: git-send-email 2.7.0
Subject: [dpdk-web] [PATCH 0/2] Host tarballs on Fastly CDN
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: Mon, 23 May 2016 22:28:09 -0000

Thanks to the help from Fastly (https://www.fastly.com/open-source),
there is now a CDN for dpdk.org.
It is simply a distributed varnish cache with an API and a nice dashboard.

In order to ease understanding of cache behaviour, only the big files
(mainly release tarballs) are cached.
The new domain fast.dpdk.org, hosted by Fastly, mirrors the domain
static.dpdk.org which keeps the same tree as dpdk.org but only for
big static files. There is no HTML file on these domains.
So the domain static.dpdk.org acts as gateway between the full website
origin and the distributed static files. There is no benefit of directly
using static.dpdk.org from your browser, except for website troubleshooting.

Thomas Monjalon (2):
  redirect big static files to the CDN
  add releases page

 about.html        |  4 +--
 content.css       | 23 +++++++++++++++
 doc.html          |  2 +-
 doc/archives.html |  8 ++---
 download.html     |  6 ++--
 rel.html          | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 120 insertions(+), 10 deletions(-)
 create mode 100644 rel.html

-- 
2.7.0