From patchwork Mon May 1 00:40:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 41428 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a05:6a20:dca6:b0:f3:34fa:f187 with SMTP id ky38csp2870176pzb; Sun, 30 Apr 2023 17:40:59 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ4jvRI+qrbWhvQ8nIgVZ9O9yKR33vJsoZX5lmbgne8QyCa+/n1KgqtoLMDsIBbI03p8Bt/4 X-Received: by 2002:a17:906:5d0b:b0:95e:d468:c35f with SMTP id g11-20020a1709065d0b00b0095ed468c35fmr10480305ejt.57.1682901659452; Sun, 30 Apr 2023 17:40:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1682901659; cv=none; d=google.com; s=arc-20160816; b=nyf/n9WcjS7rlHaLlHhLq+1jqMKZQzs8eaR1X/9mRw0UuHD/Trh/rKZlbcFfJZq4GB tz1CdQjZzbWJUE0dvdILkSe3gmvK99KDSN1g29ohb6VSZHFKk0uCebNJ96E18Yw0yaER KKaR3+AOmRJQKjN5vbhTXG7CnGEMSPECirZpebylZ+VHNE5usjDoBN7tiLZc4jQoyDcM DS4DfWSf65usZFPFFV5wCzR+sWbk2Y0CxHXwLNaVCRYx2bptirp1UuA0M4pP7B82xkJ6 Fjp4CJwAmNuIb+xy1rRzjQmNQCXR7R5wUCOm3ufOiFqHCxooglKHeGr0PR9lphW4yTAy P0ew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to; bh=pQfwNf6o9Oh81o7NDNRAVHHZ8HeF4XyR7JbyjZpSgMs=; b=iOGdZjr414AuQXm813vnpkXz6y6du3IejraIyZAQvtEjliEUkQDDrSD0YJwTNXhX4z UOS3hUwthZFdtF8Uf7lvD4sBIRJfIp94X44CrcsWAhMqG8oqcKTqRFV8Ue/e0LSBcUZ0 kd+o5NZ7PSvmWbYMP/icdH2t/rRZbOsSJ1FAMunaoWnVATE36W7AH0ALa5OjMo+uFZQs xYE1POmsFQvgmFVUnjbLxtag4eXln/icE1cMaY9UZXNg8w/It9W9qEhRC6mpA+t255jl Wjo84paAc3vN3ErziXUKlctJvDnUihU8YyjsUZW/PKYQWftijpPwlNtsB1do3/wMbELQ KD7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id gq17-20020a170906e25100b009532efdf856si18088410ejb.738.2023.04.30.17.40.54; Sun, 30 Apr 2023 17:40:59 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 41C8F68C057; Mon, 1 May 2023 03:40:51 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 06A0968BF93 for ; Mon, 1 May 2023 03:40:43 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 26AE3240002 for ; Mon, 1 May 2023 00:40:42 +0000 (UTC) From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Mon, 1 May 2023 02:40:42 +0200 Message-Id: <20230501004042.25368-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 Subject: [FFmpeg-devel] [PATCH] [RFC] web/donations: Remove ffis X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: X+cQOfu69+xU There are some problems with the ffis webpage "Unable to connect to SQL server" I tried to report this but it seems my email was not achieving that. It may be safer to remove the link to ffis until we understand what exactly is going on on the ffis side. Suggested-by: Kieran Signed-off-by: Michael Niedermayer --- src/donations | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/donations b/src/donations index 2178f25..14cb9e8 100644 --- a/src/donations +++ b/src/donations @@ -47,21 +47,6 @@

-
-
-

Bank Transfer IBAN

-

Not for USA and Canada



- -

- - Don't forget to specify that your donation is for FFmpeg! -

-
-