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 3D5CD96D2; Wed, 17 Jun 2026 11:41:28 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id C6FA796BD; Wed, 17 Jun 2026 11:41:25 +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=2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_MISSING,FROM_SUSPICIOUS_NTLD, FROM_SUSPICIOUS_NTLD_FP,SPF_HELO_NONE,T_PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=4.0.1 Received: from mail-108-mta94.mxroute.com (mail-108-mta94.mxroute.com [136.175.108.94]) by atuin.qyliss.net (Postfix) with ESMTPS id 39DED96BC for ; Wed, 17 Jun 2026 11:41:20 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta94.mxroute.com (ZoneMTA) with ESMTPSA id 19ed562a8ee00067f7.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Wed, 17 Jun 2026 11:41:13 +0000 X-Zone-Loop: 49505f84223a9095ad055df2023749e88916aba7bfe0 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:MIME-Version:Message-ID:Date :Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8PXyWRWuoZvf1gRQB4bHHf62nS9hw8NTuVnmlTvGbYc=; b=VBj4RzX9j//2S60VKby/WF0fVX xjHm3h94K/LGbuVZpNbJVVA2CbLTFytcoYlqQ+tuwNL4y2eDex3T3e4CMkpcU/L9XwrnDrEb8wu3f v3WgYChVP5CtzbZEbj5avtqcpDw2cE0E108PFhV9Q7zmPb5LVfJa+JbMxg1kjHLEchEVCqteRU1xl ZXZ3sx2ip6YRsZiwEdy9B5VOXkS9yeyPRyk64Qp6kehqBlgwz0OaW+GPTjqfphGTwLI3ZkrKyXDht kWKbZXoIQyx+gC8uCu9MPIfmQe09rf61Z2n6ahMa5i4sVmpekVXQQwCO52dzD8ZamDcvRNLNTr/MX RL7i8Jcg==; From: Valentin Gagarin To: devel@spectrum-os.org Subject: [PATCH] Documentation: more section headings on the front page Date: Wed, 17 Jun 2026 13:40:05 +0200 Message-ID: <20260617114005.91423-1-valentin@gagarin.work> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: valentin@gagarin.work Message-ID-Hash: KVWPTZN7VFZH7H2OTE275QTCBEZL3TKQ X-Message-ID-Hash: KVWPTZN7VFZH7H2OTE275QTCBEZL3TKQ 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: Valentin Gagarin 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: The text covers different aspects, which appeared lumped together on one long page. I suspect many quick readers would bounce off that or inadvertently skip parts that may actually be interesting for them. --- Documentation/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/index.html b/Documentation/index.html index 6d6faf7..acfc33b 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -27,6 +27,8 @@ remaining isolated, meaning that the system can be backed up and managed as a whole, rather than mixed up in several dozen virtual machines. +

Design philosophy

+

Spectrum is an upstream-first project. Wherever possible, we aim to participate in cross-project collaboration to move the entire free @@ -43,6 +45,8 @@ are interested in participating, we'd love to have you. +

Funding

+

Spectrum is mostly funded through individual donations on GitHub Sponsors -- 2.54.0