From dev-return-2286-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Mon Jul 23 21:56:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3CD6F180647 for ; Mon, 23 Jul 2018 21:56:19 +0200 (CEST) Received: (qmail 88620 invoked by uid 500); 23 Jul 2018 19:56:18 -0000 Mailing-List: contact dev-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list dev@openwhisk.apache.org Received: (qmail 88609 invoked by uid 99); 23 Jul 2018 19:56:18 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2018 19:56:18 +0000 Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 3D7EAD19 for ; Mon, 23 Jul 2018 19:56:17 +0000 (UTC) Received: by mail-lj1-f170.google.com with SMTP id l15-v6so1576537lji.6 for ; Mon, 23 Jul 2018 12:56:17 -0700 (PDT) X-Gm-Message-State: AOUpUlFOg+KGHqg9quW75KQ63ba1b+H92QlB+TGMLHlnyXX3zqhqTy7x 9bHAIX+9Uu4U87CMrsxQpZsPPSSiTOm8zrWxj5Q= X-Google-Smtp-Source: AAOMgpczNwQFocRFnc2ddhC8Rky6c9C+CYmBpR/ORy5YAZFjtoov+GcuMy04l4G3YQBU5hp63befH4myAqCDuu6GTyM= X-Received: by 2002:a2e:94d5:: with SMTP id r21-v6mr9686440ljh.126.1532375776060; Mon, 23 Jul 2018 12:56:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bertrand Delacretaz Date: Mon, 23 Jul 2018 19:56:04 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: New Downloads page for our project website To: dev@openwhisk.apache.org Content-Type: text/plain; charset="UTF-8" Hi Matt, On Mon, Jul 23, 2018 at 4:58 PM Matt Rutkowski wrote: ... > http://openwhisk.apache.org/downloads.html > It was quick and basic, but is in line with what is shown for other Apache projects; feel free to comment. .. Thanks for setting up that page! Direct links to /dist should not be published however, downloads need to go via the Apache mirroring system to avoid overburdening our servers. A quick way to do that is to replace a link like https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz with http://www.apache.org/dyn/closer.cgi?action=download&filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz Using the relative path of the file under /dist If desired, a nicer download page with menus to select mirrors can be setup as per http://www.apache.org/dev/release-download-pages.html which points to the httpd download page as an example. -Bertrand