* [PATCH] Documentation: shorter sentences on the front page
@ 2026-06-17 12:20 Valentin Gagarin
2026-06-17 13:57 ` Alyssa Ross
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Valentin Gagarin @ 2026-06-17 12:20 UTC (permalink / raw)
To: devel; +Cc: Valentin Gagarin
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
<h1>Spectrum — a step towards <em>usable</em> secure computing</h1>
<p>
-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.
<p>
@@ -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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: shorter sentences on the front page
2026-06-17 12:20 [PATCH] Documentation: shorter sentences on the front page Valentin Gagarin
@ 2026-06-17 13:57 ` Alyssa Ross
2026-06-17 19:21 ` Valentin Gagarin
2026-06-19 15:05 ` Alyssa Ross
2026-06-19 15:05 ` Alyssa Ross
2 siblings, 1 reply; 5+ messages in thread
From: Alyssa Ross @ 2026-06-17 13:57 UTC (permalink / raw)
To: Valentin Gagarin; +Cc: devel
[-- Attachment #1: Type: text/plain, Size: 1813 bytes --]
Valentin Gagarin <valentin@gagarin.work> writes:
> 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(-)
Reviewed-by: Alyssa Ross <hi@alyssa.is>
But also needs a Signed-off-by.
> 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
> <h1>Spectrum — a step towards <em>usable</em> secure computing</h1>
>
> <p>
> -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.
>
> <p>
> @@ -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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: shorter sentences on the front page
2026-06-17 13:57 ` Alyssa Ross
@ 2026-06-17 19:21 ` Valentin Gagarin
0 siblings, 0 replies; 5+ messages in thread
From: Valentin Gagarin @ 2026-06-17 19:21 UTC (permalink / raw)
To: Alyssa Ross; +Cc: devel
Signed-off-by: Valentin Gagarin <valentin@gagarin.work>
On 6/17/26 15:57, Alyssa Ross wrote:
> Valentin Gagarin <valentin@gagarin.work> writes:
>
>> 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(-)
>
> Reviewed-by: Alyssa Ross <hi@alyssa.is>
>
> But also needs a Signed-off-by.
>
>> 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
>> <h1>Spectrum — a step towards <em>usable</em> secure computing</h1>
>>
>> <p>
>> -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.
>>
>> <p>
>> @@ -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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: shorter sentences on the front page
2026-06-17 12:20 [PATCH] Documentation: shorter sentences on the front page Valentin Gagarin
2026-06-17 13:57 ` Alyssa Ross
@ 2026-06-19 15:05 ` Alyssa Ross
2026-06-19 15:05 ` Alyssa Ross
2 siblings, 0 replies; 5+ messages in thread
From: Alyssa Ross @ 2026-06-19 15:05 UTC (permalink / raw)
To: Valentin Gagarin; +Cc: devel
[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]
Valentin Gagarin <valentin@gagarin.work> writes:
> 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
> <h1>Spectrum — a step towards <em>usable</em> secure computing</h1>
>
> <p>
> -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
Oh, this line gets a bit long for it's surroundings. I'll just rewrap it.
(I believe most of these documents will be wrapped at 70 because that's
the Emacs default, but it doesn't necessarily have to stay that way.)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: shorter sentences on the front page
2026-06-17 12:20 [PATCH] Documentation: shorter sentences on the front page Valentin Gagarin
2026-06-17 13:57 ` Alyssa Ross
2026-06-19 15:05 ` Alyssa Ross
@ 2026-06-19 15:05 ` Alyssa Ross
2 siblings, 0 replies; 5+ messages in thread
From: Alyssa Ross @ 2026-06-19 15:05 UTC (permalink / raw)
To: Valentin Gagarin, devel; +Cc: Valentin Gagarin
This patch has been committed as 36ea9d85403a29f1e700f534020cc4592d78ee50,
which can be viewed online at
https://spectrum-os.org/git/spectrum/commit/?id=36ea9d85403a29f1e700f534020cc4592d78ee50.
This is an automated message. Send comments/questions/requests to:
Alyssa Ross <hi@alyssa.is>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-19 15:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 12:20 [PATCH] Documentation: shorter sentences on the front page Valentin Gagarin
2026-06-17 13:57 ` Alyssa Ross
2026-06-17 19:21 ` Valentin Gagarin
2026-06-19 15:05 ` Alyssa Ross
2026-06-19 15:05 ` Alyssa Ross
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).