From patchwork Wed Feb 24 04:06:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zane van Iperen X-Patchwork-Id: 25936 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 6DAED44B6B1 for ; Wed, 24 Feb 2021 06:07:15 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 30EBE68A27A; Wed, 24 Feb 2021 06:07:15 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 18768687F26 for ; Wed, 24 Feb 2021 06:07:09 +0200 (EET) To: ffmpeg-devel@ffmpeg.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1614139625; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=VTWFKHG4n+LgYxs86qq7u9k2FAisbDaBTPGrVIchgnY=; b=yb+73VdsNe3ykl8yT75cao5ZAeSxX6+MSgrJHS+LVy9bDKVAloL620iDajJD3EcyjRRwr6 L8rSsK54veo00i9a/zaf9ebLNKeJxCWVLx5/5M1rlECEMibZoIeYGWcFchlq1Fuj5aHTwo y2pZBlQlF0IEDBFfEKgHBt6gQHdQ8/4COMRjCvlkUQrN2OXzLysVIVRlLc122+ciIVFsYo 6oWsh55jPsFtc8qItOa+2yn0XPJXwFPygiK/6hXajHW8zva9Ap58CbyOoYtCIPF2LJxc1j lp0HCy/vafr69+n6Rwp/SXTSzKVjkKAD3+XfnM4ZNhsFTkIftHE1wuD/NyQ5GQ== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zane van Iperen Message-ID: Date: Wed, 24 Feb 2021 14:06:57 +1000 MIME-Version: 1.0 Content-Language: en-US X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: caprica@zanevaniperen.com Subject: [FFmpeg-devel] [FFmpeg-web][PATCH] web/download: add signing key and verification instructions X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" As per discussion at [1]. Patches attached. Patch 1/3 adds /node_modules/ to .gitignore Patch 2/3 adds the actual key and verification instructions Patch 3/3 adds a prominent download link for the public key. This might be bit obnoxious, but it was suggested in the original discussion. [1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2021-February/276752.html Subject: [PATCH 1/3] gitignore: add /node_modules/ Signed-off-by: Zane van Iperen --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b215828..60a2b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /htdocs/components /htdocs/style.less /htdocs/fonts/*.woff2 +/node_modules/