From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id 5A1079A6; Fri, 10 Jul 2026 15:58:22 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id AA7ED7C9; Fri, 10 Jul 2026 15:58:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: X-Spam-Status: No, score=0.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_MISSING,FROM_SUSPICIOUS_NTLD,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,T_PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=4.0.1 Received: from mail-108-mta158.mxroute.com (mail-108-mta158.mxroute.com [136.175.108.158]) by atuin.qyliss.net (Postfix) with ESMTPS id 0A1947C5 for ; Fri, 10 Jul 2026 15:58:17 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta158.mxroute.com (ZoneMTA) with ESMTPSA id 19f4cc02fee00067f7.002 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Fri, 10 Jul 2026 15:58:11 +0000 X-Zone-Loop: d2928a46c456948aaa6d3ce66fca2fddd115396f02f3 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gagarin.work; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=lto43Go3tiKgT9za5cMPuvlQsIpW8DZgUdUC5vjKUn0=; b=rEK/6AsrG9NoSWF57r8VGvosl3 uMiS82AVzgkQobZFa89UfenbMjqmWgI69z5YxR69IlaBicXUzX7ZrjlLlnmhJLPb1CkquJ9xruBdw l9ZGuhS4oO7319LMrEYV0MqAAx9tnwmEzKjM2Ai0o7r7X4IXhU/IkXMDFEHq+MV2GhGxBNl1kNaJn kli+5UGbS6TRG8q5qE2Yp9qpzzLIizv1ny0/X4kvfj+c8GhJvgfc7JJDRC7CuYFXi+XsNyHipFlYX mElYXBHRMW80V7rPeZ2gqzLdRTBj/7f+mmgr/G+FGkIjJ+v3Nk9JwjDuA+MLNl7WR77HWfP2ELftp A4+D62Pw==; Message-ID: <10dbb06b-0e8b-4035-b22f-5738cb818522@gagarin.work> Date: Fri, 10 Jul 2026 17:58:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] Documentation: remove redundant contributing page To: Alyssa Ross References: <20260707085833.161089-1-valentin@gagarin.work> <87o6gf9cex.fsf@alyssa.is> Content-Language: en-US From: Valentin Gagarin In-Reply-To: <87o6gf9cex.fsf@alyssa.is> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Id: valentin@gagarin.work Message-ID-Hash: 37RZSXGL5HMGPDPW2Y5GUKHZGDNG4TP4 X-Message-ID-Hash: 37RZSXGL5HMGPDPW2Y5GUKHZGDNG4TP4 X-MailFrom: valentin@gagarin.work X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-devel.spectrum-os.org-0; header-match-devel.spectrum-os.org-1; header-match-devel.spectrum-os.org-2; header-match-devel.spectrum-os.org-3; header-match-devel.spectrum-os.org-4; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: devel@spectrum-os.org X-Mailman-Version: 3.3.10 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: > I'd prefer to handle the redirects in nginx config if that's okay with > you, so it's a proper server-side redirect. The plugin generates a `_site/redirects.json` file that you can already feed to the web server. It's already enough to have to keep track of those redirects manually at all. You shouldn't have another layer of manual work on top. > Are we adopting FileCopyrightText then License-Identifier as the > official style, then? I'll do it across the board if so — if it's > important enough to rearrange, we should be doing it consistently. I think we should, but we could just do it lazily, when we touch those parts. But if that produces too much diff noise, feel free not to pick the reordering and do a separate bulk change. > >> -
  • Contributing to Spectrum >> +
  • Contributing to Spectrum > > doc/contributing is nicer, no? I don't have an opinion there, but if you want that, it should be `doc/contributing/` to avoid the permanent redirect on first access.