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 A1F5197BA; Wed, 17 Jun 2026 12:21:33 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id E571E97A1; Wed, 17 Jun 2026 12:21:30 +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-mta223.mxroute.com (mail-108-mta223.mxroute.com [136.175.108.223]) by atuin.qyliss.net (Postfix) with ESMTPS id A4478979A for ; Wed, 17 Jun 2026 12:21:29 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta223.mxroute.com (ZoneMTA) with ESMTPSA id 19ed5877e9d00067f7.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Wed, 17 Jun 2026 12:21:27 +0000 X-Zone-Loop: 47354e2d8372bc9391afdb0bcfa5d57b9c43d61faf42 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:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: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=VrCkq9FTX0ARf40FCLJhkHwiMLPaEO1C+cVtZhM2s2w=; b=uIucVvarMHkzd8f2cNNL2vI2f7 OzA90Z34JTXG3MLaSsXG7xqQUFvXIbesytZ0TwmSFpCi0uZT4u/xj3mFz03r8CK+60Bz4VMPxvoQb WtNZYuAXK/ze9Lmo2e4TDaMqCWGSx5Z6aFBo/ZyZxSHn5dtYTvMeaKM5mQTOTDhaB7OeuhrkwC9cD fZn3ZUIMu3HaUnbvAdB/GLibGmcnqHInu8fwlfp+4nAZHQVDvuf6caqYS9wS5CSE05b5V/pHXXFHe LCcPI4FPoLohUGiPzUlU5+VVEFmwUrsH+/o54AeX2VwAK9DwWyCGqa+TKJcKgwIu65J8FdBgG7yDf Va4YRgnw==; From: Valentin Gagarin To: devel@spectrum-os.org Subject: [PATCH] Documentation: shorter sentences on the front page Date: Wed, 17 Jun 2026 14:20:47 +0200 Message-ID: <20260617122059.96917-1-valentin@gagarin.work> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Authenticated-Id: valentin@gagarin.work Message-ID-Hash: HTPEKY4F5HTLN2OLYL6IX4JBGWOD7JCW X-Message-ID-Hash: HTPEKY4F5HTLN2OLYL6IX4JBGWOD7JCW 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: This change focuses each sentence exclusively on one central aspect of the project's value proposition. The hope behind this is that it will catch on a bit better that way. --- Documentation/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/index.html b/Documentation/index.html index 6d6faf7..9777c15 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -16,9 +16,9 @@ nav_order: 0

Spectrum — a step towards usable secure computing

-Spectrum is a project that aims to create a computer operating system, -based on the principle of security by compartmentalization, that has a -lower barrier to entry and is easier to use and maintain than other +Spectrum is a project to create a computer operating system, +based on the principle of security by compartmentalization. +It aims to have a lower barrier to entry and to be easier to use and maintain than other such systems.

@@ -32,7 +32,7 @@ Spectrum is an upstream-first project. Wherever possible, we aim to participate in cross-project collaboration to move the entire free desktop ecosystem forward, rather than designing Spectrum-specific solutions. This reduces the amount of software that Spectrum as a -small project is solely responsible for maintaining, and it derisks +small project is solely responsible for maintaining. It also derisks the project — even if Spectrum does not achieve all its goals, our efforts will have resulted in improvements across the board of free desktop systems. -- 2.54.0