From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 3D6764562B for ; Wed, 8 Feb 2023 15:52:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3B78368BED5; Wed, 8 Feb 2023 17:52:04 +0200 (EET) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6489C68BD48 for ; Wed, 8 Feb 2023 17:52:03 +0200 (EET) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout01.mail.de (Postfix) with ESMTP id F2243A0765 for ; Wed, 8 Feb 2023 16:52:02 +0100 (CET) Received: from smtp03.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix01.mail.de (Postfix) with ESMTP id DAC7B802BB for ; Wed, 8 Feb 2023 16:52:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1675871522; bh=USwFvpjIstAf8S2Wp5JKqQXdjKCDS2PYDLvB0kcJeUA=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=x/aczuGpOzyUji2e0qqfpAAFNG/HrOBpiJCAjOvVbtebwIATlrbQN7Jn+hv+Kcvc1 XEG04lDKDgv8oeXDzNc3iAdAsom/2vU47NrMsUEoet4U+MwxMlXLJL8Npp5NDSvn4U X2tmYJ6P98nE7tR806c3z1o0Bsfm8jfZooSTzzUE7yXFE1DxbeEpt8D1NCLVep9wlC NRafDDOFIjijLwrWCBoRd9qa0W6Bnefn3IcOk0S1QA7Rx49OJgGSXhgr517aUUGi/i 9/RqT1T9vn5KfMkCbTBuntjIeIRzTmSk1B1QUsr6x+k9Bu8qyotPy3nPojMEdaZcYl 2/EKIZm1dBHlw== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp03.mail.de (Postfix) with ESMTPSA id A09A3A03A7 for ; Wed, 8 Feb 2023 16:52:02 +0100 (CET) Message-ID: <2e42bad0-5c38-c2e1-731e-ecc9e95b6ab3@mail.de> Date: Wed, 8 Feb 2023 16:52:01 +0100 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230208154549.42075-1-thilo.borgmann@mail.de> From: Thilo Borgmann In-Reply-To: <20230208154549.42075-1-thilo.borgmann@mail.de> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1067 X-purgate-ID: 154282::1675871522-71FFB647-D47A5BB9/0/0 Subject: Re: [FFmpeg-devel] [PATCH] doc: Merge doc/dev_community/* and Code of Conduct into a seperate file 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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 08.02.23 um 16:45 schrieb Thilo Borgmann: > Remove doc/dev_communit markup files completely as they are at the wrong place. > Create a new community page, merging all of doc/dev_community and subsection Code of Conduct into a common place. > The corresponding patch to ffmpeg-web puts the Organisation & Code of Conduct into a seperate community chapter on the FFmpeg website. > --- > doc/Makefile | 1 + > doc/community.texi | 169 ++++++++++++++++++++++++ > doc/dev_community/community.md | 83 ------------ > doc/dev_community/resolution_process.md | 91 ------------- > doc/developer.texi | 29 ---- > doc/mailing-list-faq.texi | 2 +- > 6 files changed, 171 insertions(+), 204 deletions(-) > create mode 100644 doc/community.texi > delete mode 100644 doc/dev_community/community.md > delete mode 100644 doc/dev_community/resolution_process.md Pls ignore this, a patchset replacing this had been submitted to -devel. -Thilo _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".