Return-Path: X-Original-To: apmail-perl-dev-archive@www.apache.org Delivered-To: apmail-perl-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E194410C7C for ; Thu, 2 Jan 2014 01:10:11 +0000 (UTC) Received: (qmail 78423 invoked by uid 500); 2 Jan 2014 01:10:11 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 78400 invoked by uid 500); 2 Jan 2014 01:10:11 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 78393 invoked by uid 99); 2 Jan 2014 01:10:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 01:10:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-wi0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 01:10:06 +0000 Received: by mail-wi0-f180.google.com with SMTP id hm19so13521205wib.7 for ; Wed, 01 Jan 2014 17:09:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=I5SrPmEtrtqWEawd05t9Q5cYdzTxr28qbjVkqPJph2Y=; b=cMVFj5bXoy7zT4Eox9eQ29ZxXBsk9ZPUNJ8KV5itN268ArJWRkm3PROnbuTRB99cLw 1f2KGolbijJ848XpLZRteXUUxoCpbG0SNjcviN4UPo7WuT2N7oO5LrHwEGvnrwFPlk6r OR7ASHdaJYMnTb5uyCNbpjHnrJr+kbOHs4fyJWAC5novY8s5bcdYOLB7WZKsxvUJ/NxA eq2vDWl41xc1dIvg+k7OKmPrt+UF5qsX47ihSuJm79hwvPjP6C7Vj1IbepgHPdflF1wk fMzXOd6MV0maySuZPAPEg9h0u2RsmWDo5TwIiQgQEjUT21qj48iMezOE9Q3YLtZFXfHx DMtg== MIME-Version: 1.0 X-Received: by 10.194.78.179 with SMTP id c19mr2627159wjx.84.1388624984596; Wed, 01 Jan 2014 17:09:44 -0800 (PST) Received: by 10.194.24.99 with HTTP; Wed, 1 Jan 2014 17:09:44 -0800 (PST) Date: Thu, 2 Jan 2014 01:09:44 +0000 Message-ID: Subject: Broken download page From: sebb To: dev@perl.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The download page [1] is currently completely broken The heading still refers to mod_perl 2.0: Version 2.0.7 - June 5, 2012 whereas the latest version is 2.0.8. The links all use -current- in the names and anyway point to perl.apache.org/dist, which is not allowed for ASF releases - they must use the mirror system. The page must include a link to the KEYS file, and links to the hashes and sigs Have a look at the httpd download pages for examples of how it can be presented. The Browse links should point to an SVN tag; it is not appropriate to host the exploded source tree on the ASF mirror system. [1] http://perl.apache.org/download/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org