From 7014c25aabc669737fa75985ef1f4fbdfa740a6f Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 28 Jul 2026 22:21:50 +0800 Subject: [PATCH 1/3] feat: more authoritative partner + funder descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Substantive copy in place of placeholder text: - Mozilla partner: chose RNP as Thunderbird's cryptographic core; Cure53 audit under Secure Open Source program. - g10 Code: founded by Werner Koch, GnuPG principal author; the canonical OpenPGP implementation for three decades. - Intevation: co-developer of Gpg4win, official Windows GnuPG distribution, in continuous production at German federal government since 2006. - NLnet: 1989 philanthropic foundation; built KDE, GNOME, GnuTLS, WireGuard, Matrix — and RNP's bedrock. - NGI Zero PET: EU flagship privacy/trust funding instrument. - Mozilla MOSS: dual-track (Foundational Technology + Secure Open Source) award recipient. - Ribose: creator, primary steward, LibrePGP architects. --- src/components/Sponsors.astro | 7 ++++--- src/pages/about.astro | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/Sponsors.astro b/src/components/Sponsors.astro index f0b7129..062eca1 100644 --- a/src/components/Sponsors.astro +++ b/src/components/Sponsors.astro @@ -15,7 +15,8 @@ const funders = [ logo: '/assets/sponsors/nlnet.svg', logoDark: '/assets/sponsors/nlnet-white.svg', logoClass: 'h-9 w-auto', - blurb: 'Privacy & trust enhancing technology grant.', + blurb: + 'Founded in 1989, NLnet is one of the world’s oldest philanthropic foundations for free and open internet infrastructure. Their grants have built KDE, GNOME, GnuTLS, WireGuard, Matrix — and the bedrock on which RNP stands.', }, { name: 'NGI Zero PET', @@ -24,7 +25,7 @@ const funders = [ logoDark: '/assets/sponsors/ngi-zero-pet.svg', logoClass: 'h-7 w-auto', blurb: - 'Next Generation Internet — Privacy & Trust Enhancing Technologies. Funded through the European Commission.', + 'The European Commission’s flagship Next Generation Internet initiative — the Privacy & Trust Enhancing Technologies stream funding privacy-preserving open-source infrastructure across Europe.', }, { name: 'Mozilla', @@ -33,7 +34,7 @@ const funders = [ logoDark: '/assets/sponsors/mozilla-white.svg', logoClass: 'h-7 w-auto', blurb: - 'Mozilla Open Source Support (MOSS) — Foundational Technology & Secure Open Source funds.', + 'Recipient of Mozilla Open Source Support (MOSS) awards under both the Foundational Technology track (software Mozilla relies on) and the Secure Open Source track (security hardening of critical cryptography).', }, ]; diff --git a/src/pages/about.astro b/src/pages/about.astro index d906ccd..a0d9efb 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -89,7 +89,7 @@ const standards = [ const partners = [ { name: 'Mozilla', - desc: 'RNP powers end-to-end email encryption in Thunderbird.', + desc: 'Mozilla chose RNP as the cryptographic core of Thunderbird — the world’s most widely deployed open-source mail client — powering end-to-end encryption for tens of millions of users, independently audited by Cure53 under Mozilla’s Secure Open Source program.', href: 'https://www.mozilla.org/', logo: '/assets/sponsors/mozilla.svg', logoDark: '/assets/sponsors/mozilla-white.svg', @@ -97,7 +97,7 @@ const partners = [ }, { name: 'g10 Code', - desc: 'Developers of GnuPG.', + desc: 'Founded by Werner Koch, principal author of GnuPG — the canonical OpenPGP implementation underpinning secure communication for three decades. g10 Code maintains and advances the cryptographic backbone trusted by Linux distributions, governments, and enterprises worldwide.', href: 'https://g10code.com', logo: '/assets/sponsors/g10-logo.svg', logoDark: '/assets/sponsors/g10-logo.svg', @@ -105,7 +105,7 @@ const partners = [ }, { name: 'Intevation', - desc: 'Developers of Gpg4win.', + desc: 'Co-developer and maintainer of Gpg4win, the official Windows distribution of GnuPG — in continuous production across European public administration and the German federal government since 2006.', href: 'https://intevation.de', logo: '/assets/sponsors/intevation.svg', logoDark: '/assets/sponsors/intevation-white.svg', @@ -116,7 +116,7 @@ const partners = [ const funders = [ { name: 'Ribose', - desc: 'Creator and primary maintainer of RNP.', + desc: 'Hong Kong-based creator and primary steward of RNP, architects of the LibrePGP specification, and home institution of the project since inception.', href: 'https://www.ribose.com', logo: '/assets/sponsors/ribose.svg', logoDark: '/assets/sponsors/ribose-white.svg', From 3ecfa0670010b452f5023def818f86bd77066aa8 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 28 Jul 2026 22:24:31 +0800 Subject: [PATCH 2/3] docs: drop "Hong Kong-based" from Ribose description --- src/pages/about.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index a0d9efb..bdfe0b2 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -116,7 +116,7 @@ const partners = [ const funders = [ { name: 'Ribose', - desc: 'Hong Kong-based creator and primary steward of RNP, architects of the LibrePGP specification, and home institution of the project since inception.', + desc: 'Creator and primary steward of RNP, architects of the LibrePGP specification, and home institution of the project since inception.', href: 'https://www.ribose.com', logo: '/assets/sponsors/ribose.svg', logoDark: '/assets/sponsors/ribose-white.svg', From a854be7c60cbdbb325daf274224cf35a77ef9892 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 28 Jul 2026 22:25:04 +0800 Subject: [PATCH 3/3] docs: reflect three-way LibrePGP partnership (g10 Code, Intevation, Ribose) Update g10 Code, Intevation, and Ribose descriptions so each names the other two as co-architects of the LibrePGP specification. --- src/pages/about.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index bdfe0b2..305d29a 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -97,7 +97,7 @@ const partners = [ }, { name: 'g10 Code', - desc: 'Founded by Werner Koch, principal author of GnuPG — the canonical OpenPGP implementation underpinning secure communication for three decades. g10 Code maintains and advances the cryptographic backbone trusted by Linux distributions, governments, and enterprises worldwide.', + desc: 'Founded by Werner Koch, principal author of GnuPG — the canonical OpenPGP implementation underpinning secure communication for three decades. Co-architect of the LibrePGP specification alongside Ribose and Intevation; maintains the cryptographic backbone trusted by Linux distributions, governments, and enterprises worldwide.', href: 'https://g10code.com', logo: '/assets/sponsors/g10-logo.svg', logoDark: '/assets/sponsors/g10-logo.svg', @@ -105,7 +105,7 @@ const partners = [ }, { name: 'Intevation', - desc: 'Co-developer and maintainer of Gpg4win, the official Windows distribution of GnuPG — in continuous production across European public administration and the German federal government since 2006.', + desc: 'Co-developer and maintainer of Gpg4win, the official Windows distribution of GnuPG — in continuous production across European public administration and the German federal government since 2006. Founding partner of the LibrePGP specification alongside Ribose and g10 Code.', href: 'https://intevation.de', logo: '/assets/sponsors/intevation.svg', logoDark: '/assets/sponsors/intevation-white.svg', @@ -116,7 +116,7 @@ const partners = [ const funders = [ { name: 'Ribose', - desc: 'Creator and primary steward of RNP, architects of the LibrePGP specification, and home institution of the project since inception.', + desc: 'Creator and primary steward of RNP. Co-architect of the LibrePGP specification alongside g10 Code and Intevation, and home institution of the project since inception.', href: 'https://www.ribose.com', logo: '/assets/sponsors/ribose.svg', logoDark: '/assets/sponsors/ribose-white.svg',