From 267a8a47e5f0b66ca7c9c91ef6232e10ca187a11 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 19 May 2026 12:20:31 -0500 Subject: [PATCH] feat: Redirect old permalinks to new ones --- static/_redirects => _redirects | 127 ++++++++++++++++++ content/_index.md | 2 + content/about/_index.md | 4 + content/about/criteria/index.md | 2 + content/about/donate/index.md | 2 + .../about/donation-acceptance-policy/index.md | 2 + content/about/executive-policy/index.md | 2 + content/about/jobs/_index.md | 8 ++ content/about/notices/index.md | 2 + content/about/privacytools/index.md | 2 + content/about/services/index.md | 2 + content/about/statistics/index.md | 2 + content/activism/_index.md | 2 + content/activism/legal/dpa-directory/index.md | 3 +- content/activism/toolbox/_index.md | 2 + .../index.md | 2 + .../tip-be-mindful-of-accessibility/index.md | 2 + .../tip-beware-of-privacy-snake-oil/index.md | 2 + .../index.md | 2 + .../index.md | 2 + .../tip-engage-boosts-and-contribute/index.md | 2 + .../index.md | 2 + .../index.md | 2 + .../index.md | 2 + .../index.md | 2 + .../tip-know-your-privacy-laws/index.md | 2 + .../index.md | 2 + .../toolbox/tip-lift-your-allies-up/index.md | 2 + .../toolbox/tip-make-it-cute/index.md | 2 + .../index.md | 2 + .../toolbox/tip-protect-your-allies/index.md | 2 + .../tip-refuse-to-participate/index.md | 2 + .../tip-report-privacy-violations/index.md | 2 + .../toolbox/tip-small-actions-matter/index.md | 2 + .../tip-start-alliances-not-wars/index.md | 2 + .../tip-stay-true-to-your-principles/index.md | 2 + .../index.md | 2 + .../toolbox/tip-take-time-to-rest/index.md | 2 + .../index.md | 2 + .../toolbox/tip-welcome-beginners/index.md | 2 + content/privacy.md | 2 + content/tools/_index.md | 2 + .../advanced/alternative-networks/index.md | 2 + .../tools/advanced/device-integrity/index.md | 3 + content/tools/hardware/mobile-phones/index.md | 2 + content/tools/hardware/security-keys/index.md | 3 + content/tools/os/android/_index.md | 2 + .../tools/os/android/distributions/index.md | 3 + .../tools/os/android/general-apps/index.md | 3 + .../tools/os/android/obtaining-apps/index.md | 3 + content/tools/os/desktop/index.md | 3 + content/tools/os/router-firmware/index.md | 3 + content/tools/self-hosting/_index.md | 3 + .../tools/self-hosting/dns-filtering/index.md | 2 + .../tools/self-hosting/email-servers/index.md | 3 + .../self-hosting/file-management/index.md | 3 + content/tools/services/calendar/index.md | 2 + content/tools/services/cloud/index.md | 3 + .../services/data-broker-removals/index.md | 3 + content/tools/services/dns/index.md | 3 + .../tools/services/email-aliasing/index.md | 3 + content/tools/services/email/index.md | 3 + .../services/financial-services/index.md | 3 + content/tools/services/messengers/index.md | 3 + content/tools/services/photo-backups/index.md | 3 + .../tools/services/search-engines/index.md | 3 + content/tools/services/vpn/index.md | 3 + content/tools/software/ai-chat/index.md | 2 + .../software/browser-extensions/index.md | 3 + .../tools/software/cryptocurrency/index.md | 3 + .../tools/software/data-redaction/index.md | 3 + .../tools/software/desktop-browsers/index.md | 3 + .../software/document-collaboration/index.md | 3 + content/tools/software/email-clients/index.md | 3 + content/tools/software/encryption/index.md | 3 + content/tools/software/file-sharing/index.md | 3 + content/tools/software/frontends/index.md | 3 + .../software/health-and-wellness/index.md | 3 + .../tools/software/language-tools/index.md | 3 + content/tools/software/maps/index.md | 3 + .../tools/software/mobile-browsers/index.md | 3 + .../multi-factor-authentication/index.md | 3 + .../tools/software/news-aggregators/index.md | 3 + content/tools/software/notebooks/index.md | 3 + content/tools/software/office-suites/index.md | 3 + content/tools/software/passwords/index.md | 3 + content/tools/software/pastebins/index.md | 3 + .../tools/software/social-networks/index.md | 3 + content/tools/software/tor/index.md | 3 + .../advanced/communication-networks/index.md | 3 + content/wiki/advanced/dns-overview/index.md | 2 + content/wiki/advanced/payments/index.md | 3 + content/wiki/advanced/tor-overview/index.md | 3 + content/wiki/basics/account-creation/index.md | 3 + content/wiki/basics/account-deletion/index.md | 3 + .../basics/common-misconceptions/index.md | 3 + content/wiki/basics/common-threats/index.md | 3 + content/wiki/basics/email-security/index.md | 3 + content/wiki/basics/hardware/index.md | 3 + .../multi-factor-authentication/index.md | 3 + .../wiki/basics/passwords-overview/index.md | 3 + content/wiki/basics/threat-modeling/index.md | 3 + content/wiki/basics/vpn-overview/index.md | 3 + .../wiki/basics/why-privacy-matters/index.md | 2 + content/wiki/os/_index.md | 3 + content/wiki/os/android/index.md | 2 + content/wiki/os/ios/index.md | 3 + content/wiki/os/linux/index.md | 3 + content/wiki/os/macos/index.md | 3 + content/wiki/os/qubes/index.md | 3 + content/wiki/os/windows/_index.md | 3 + .../wiki/os/windows/group-policies/index.md | 3 + 112 files changed, 418 insertions(+), 1 deletion(-) rename static/_redirects => _redirects (50%) diff --git a/static/_redirects b/_redirects similarity index 50% rename from static/_redirects rename to _redirects index e905de41..31df1019 100644 --- a/static/_redirects +++ b/_redirects @@ -1,124 +1,251 @@ +# Redirects from legacy MkDocs /en/ URLs to the Hugo site structure. +# Generated by scripts/generate_redirects.py — re-run after sitemap or content changes. + /en/ https://en.privacyguides.org/ 301 +/ https://en.privacyguides.org/ 301 /en/CODE_OF_CONDUCT/ https://github.com/privacyguides/privacyguides.org/blob/main/.github/CODE_OF_CONDUCT.md 301 +/CODE_OF_CONDUCT/ https://github.com/privacyguides/privacyguides.org/blob/main/.github/CODE_OF_CONDUCT.md 301 /en/about/ https://en.privacyguides.org/about/ 301 +/about/ https://en.privacyguides.org/about/ 301 /en/about/contributors/ https://en.privacyguides.org/about/ 301 +/about/contributors/ https://en.privacyguides.org/about/ 301 /en/about/criteria/ https://en.privacyguides.org/about/criteria/ 301 +/about/criteria/ https://en.privacyguides.org/about/criteria/ 301 /en/about/donate/ https://en.privacyguides.org/about/donate/ 301 +/about/donate/ https://en.privacyguides.org/about/donate/ 301 /en/about/donation-acceptance-policy/ https://en.privacyguides.org/about/donation-acceptance-policy/ 301 +/about/donation-acceptance-policy/ https://en.privacyguides.org/about/donation-acceptance-policy/ 301 /en/about/executive-policy/ https://en.privacyguides.org/about/executive-policy/ 301 +/about/executive-policy/ https://en.privacyguides.org/about/executive-policy/ 301 /en/about/jobs/ https://en.privacyguides.org/about/jobs/ 301 +/about/jobs/ https://en.privacyguides.org/about/jobs/ 301 /en/about/jobs/content-creator/ https://en.privacyguides.org/about/jobs/ 301 +/about/jobs/content-creator/ https://en.privacyguides.org/about/jobs/ 301 /en/about/jobs/intern-news/ https://en.privacyguides.org/about/jobs/ 301 +/about/jobs/intern-news/ https://en.privacyguides.org/about/jobs/ 301 /en/about/jobs/journalist/ https://en.privacyguides.org/about/jobs/ 301 +/about/jobs/journalist/ https://en.privacyguides.org/about/jobs/ 301 /en/about/notices/ https://en.privacyguides.org/about/notices/ 301 +/about/notices/ https://en.privacyguides.org/about/notices/ 301 /en/about/privacytools/ https://en.privacyguides.org/about/privacytools/ 301 +/about/privacytools/ https://en.privacyguides.org/about/privacytools/ 301 /en/about/services/ https://en.privacyguides.org/about/services/ 301 +/about/services/ https://en.privacyguides.org/about/services/ 301 /en/about/statistics/ https://en.privacyguides.org/about/statistics/ 301 +/about/statistics/ https://en.privacyguides.org/about/statistics/ 301 /en/activism/ https://en.privacyguides.org/activism/ 301 +/activism/ https://en.privacyguides.org/activism/ 301 /en/activism/legal/dpa-directory/ https://en.privacyguides.org/activism/legal/dpa-directory/ 301 +/activism/legal/dpa-directory/ https://en.privacyguides.org/activism/legal/dpa-directory/ 301 /en/activism/toolbox/ https://en.privacyguides.org/activism/toolbox/ 301 +/activism/toolbox/ https://en.privacyguides.org/activism/toolbox/ 301 /en/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/ https://en.privacyguides.org/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/ 301 +/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/ https://en.privacyguides.org/activism/toolbox/tip-be-kind-to-people-but-be-relentless-with-institutions/ 301 /en/activism/toolbox/tip-be-mindful-of-accessibility/ https://en.privacyguides.org/activism/toolbox/tip-be-mindful-of-accessibility/ 301 +/activism/toolbox/tip-be-mindful-of-accessibility/ https://en.privacyguides.org/activism/toolbox/tip-be-mindful-of-accessibility/ 301 /en/activism/toolbox/tip-beware-of-privacy-snake-oil/ https://en.privacyguides.org/activism/toolbox/tip-beware-of-privacy-snake-oil/ 301 +/activism/toolbox/tip-beware-of-privacy-snake-oil/ https://en.privacyguides.org/activism/toolbox/tip-beware-of-privacy-snake-oil/ 301 /en/activism/toolbox/tip-consider-everyones-unique-situation/ https://en.privacyguides.org/activism/toolbox/tip-consider-everyones-unique-situation/ 301 +/activism/toolbox/tip-consider-everyones-unique-situation/ https://en.privacyguides.org/activism/toolbox/tip-consider-everyones-unique-situation/ 301 /en/activism/toolbox/tip-dont-stop-at-individual-solutions/ https://en.privacyguides.org/activism/toolbox/tip-dont-stop-at-individual-solutions/ 301 +/activism/toolbox/tip-dont-stop-at-individual-solutions/ https://en.privacyguides.org/activism/toolbox/tip-dont-stop-at-individual-solutions/ 301 /en/activism/toolbox/tip-engage-boosts-and-contribute/ https://en.privacyguides.org/activism/toolbox/tip-engage-boosts-and-contribute/ 301 +/activism/toolbox/tip-engage-boosts-and-contribute/ https://en.privacyguides.org/activism/toolbox/tip-engage-boosts-and-contribute/ 301 /en/activism/toolbox/tip-give-credit-where-credit-is-due/ https://en.privacyguides.org/activism/toolbox/tip-give-credit-where-credit-is-due/ 301 +/activism/toolbox/tip-give-credit-where-credit-is-due/ https://en.privacyguides.org/activism/toolbox/tip-give-credit-where-credit-is-due/ 301 /en/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/ https://en.privacyguides.org/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/ 301 +/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/ https://en.privacyguides.org/activism/toolbox/tip-improve-your-social-media-and-build-resilient-communities/ 301 /en/activism/toolbox/tip-keep-in-mind-the-whole-landscape/ https://en.privacyguides.org/activism/toolbox/tip-keep-in-mind-the-whole-landscape/ 301 +/activism/toolbox/tip-keep-in-mind-the-whole-landscape/ https://en.privacyguides.org/activism/toolbox/tip-keep-in-mind-the-whole-landscape/ 301 /en/activism/toolbox/tip-keep-your-posts-and-community-inclusive/ https://en.privacyguides.org/activism/toolbox/tip-keep-your-posts-and-community-inclusive/ 301 +/activism/toolbox/tip-keep-your-posts-and-community-inclusive/ https://en.privacyguides.org/activism/toolbox/tip-keep-your-posts-and-community-inclusive/ 301 /en/activism/toolbox/tip-know-your-privacy-laws/ https://en.privacyguides.org/activism/toolbox/tip-know-your-privacy-laws/ 301 +/activism/toolbox/tip-know-your-privacy-laws/ https://en.privacyguides.org/activism/toolbox/tip-know-your-privacy-laws/ 301 /en/activism/toolbox/tip-level-up-assemble-and-organize/ https://en.privacyguides.org/activism/toolbox/tip-level-up-assemble-and-organize/ 301 +/activism/toolbox/tip-level-up-assemble-and-organize/ https://en.privacyguides.org/activism/toolbox/tip-level-up-assemble-and-organize/ 301 /en/activism/toolbox/tip-lift-your-allies-up/ https://en.privacyguides.org/activism/toolbox/tip-lift-your-allies-up/ 301 +/activism/toolbox/tip-lift-your-allies-up/ https://en.privacyguides.org/activism/toolbox/tip-lift-your-allies-up/ 301 /en/activism/toolbox/tip-make-it-cute/ https://en.privacyguides.org/activism/toolbox/tip-make-it-cute/ 301 +/activism/toolbox/tip-make-it-cute/ https://en.privacyguides.org/activism/toolbox/tip-make-it-cute/ 301 /en/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/ https://en.privacyguides.org/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/ 301 +/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/ https://en.privacyguides.org/activism/toolbox/tip-migrate-outside-the-surveillance-ecosystem/ 301 /en/activism/toolbox/tip-protect-your-allies/ https://en.privacyguides.org/activism/toolbox/tip-protect-your-allies/ 301 +/activism/toolbox/tip-protect-your-allies/ https://en.privacyguides.org/activism/toolbox/tip-protect-your-allies/ 301 /en/activism/toolbox/tip-refuse-to-participate/ https://en.privacyguides.org/activism/toolbox/tip-refuse-to-participate/ 301 +/activism/toolbox/tip-refuse-to-participate/ https://en.privacyguides.org/activism/toolbox/tip-refuse-to-participate/ 301 /en/activism/toolbox/tip-report-privacy-violations/ https://en.privacyguides.org/activism/toolbox/tip-report-privacy-violations/ 301 +/activism/toolbox/tip-report-privacy-violations/ https://en.privacyguides.org/activism/toolbox/tip-report-privacy-violations/ 301 /en/activism/toolbox/tip-small-actions-matter/ https://en.privacyguides.org/activism/toolbox/tip-small-actions-matter/ 301 +/activism/toolbox/tip-small-actions-matter/ https://en.privacyguides.org/activism/toolbox/tip-small-actions-matter/ 301 /en/activism/toolbox/tip-start-alliances-not-wars/ https://en.privacyguides.org/activism/toolbox/tip-start-alliances-not-wars/ 301 +/activism/toolbox/tip-start-alliances-not-wars/ https://en.privacyguides.org/activism/toolbox/tip-start-alliances-not-wars/ 301 /en/activism/toolbox/tip-stay-true-to-your-principles/ https://en.privacyguides.org/activism/toolbox/tip-stay-true-to-your-principles/ 301 +/activism/toolbox/tip-stay-true-to-your-principles/ https://en.privacyguides.org/activism/toolbox/tip-stay-true-to-your-principles/ 301 /en/activism/toolbox/tip-support-your-privacy-comrades/ https://en.privacyguides.org/activism/toolbox/tip-support-your-privacy-comrades/ 301 +/activism/toolbox/tip-support-your-privacy-comrades/ https://en.privacyguides.org/activism/toolbox/tip-support-your-privacy-comrades/ 301 /en/activism/toolbox/tip-take-time-to-rest/ https://en.privacyguides.org/activism/toolbox/tip-take-time-to-rest/ 301 +/activism/toolbox/tip-take-time-to-rest/ https://en.privacyguides.org/activism/toolbox/tip-take-time-to-rest/ 301 /en/activism/toolbox/tip-value-allies-with-complementary-expertise/ https://en.privacyguides.org/activism/toolbox/tip-value-allies-with-complementary-expertise/ 301 +/activism/toolbox/tip-value-allies-with-complementary-expertise/ https://en.privacyguides.org/activism/toolbox/tip-value-allies-with-complementary-expertise/ 301 /en/activism/toolbox/tip-welcome-beginners/ https://en.privacyguides.org/activism/toolbox/tip-welcome-beginners/ 301 +/activism/toolbox/tip-welcome-beginners/ https://en.privacyguides.org/activism/toolbox/tip-welcome-beginners/ 301 /en/advanced/communication-network-types/ https://en.privacyguides.org/wiki/advanced/communication-networks/ 301 +/advanced/communication-network-types/ https://en.privacyguides.org/wiki/advanced/communication-networks/ 301 /en/advanced/dns-overview/ https://en.privacyguides.org/wiki/advanced/dns-overview/ 301 +/advanced/dns-overview/ https://en.privacyguides.org/wiki/advanced/dns-overview/ 301 /en/advanced/payments/ https://en.privacyguides.org/wiki/advanced/payments/ 301 +/advanced/payments/ https://en.privacyguides.org/wiki/advanced/payments/ 301 /en/advanced/tor-overview/ https://en.privacyguides.org/wiki/advanced/tor-overview/ 301 +/advanced/tor-overview/ https://en.privacyguides.org/wiki/advanced/tor-overview/ 301 /en/ai-chat/ https://en.privacyguides.org/tools/software/ai-chat/ 301 +/ai-chat/ https://en.privacyguides.org/tools/software/ai-chat/ 301 /en/alternative-networks/ https://en.privacyguides.org/tools/advanced/alternative-networks/ 301 +/alternative-networks/ https://en.privacyguides.org/tools/advanced/alternative-networks/ 301 /en/android/ https://en.privacyguides.org/tools/os/android/ 301 +/android/ https://en.privacyguides.org/tools/os/android/ 301 /en/android/distributions/ https://en.privacyguides.org/tools/os/android/distributions/ 301 +/android/distributions/ https://en.privacyguides.org/tools/os/android/distributions/ 301 /en/android/general-apps/ https://en.privacyguides.org/tools/os/android/general-apps/ 301 +/android/general-apps/ https://en.privacyguides.org/tools/os/android/general-apps/ 301 /en/android/obtaining-apps/ https://en.privacyguides.org/tools/os/android/obtaining-apps/ 301 +/android/obtaining-apps/ https://en.privacyguides.org/tools/os/android/obtaining-apps/ 301 /en/basics/account-creation/ https://en.privacyguides.org/wiki/basics/account-creation/ 301 +/basics/account-creation/ https://en.privacyguides.org/wiki/basics/account-creation/ 301 /en/basics/account-deletion/ https://en.privacyguides.org/wiki/basics/account-deletion/ 301 +/basics/account-deletion/ https://en.privacyguides.org/wiki/basics/account-deletion/ 301 /en/basics/common-misconceptions/ https://en.privacyguides.org/wiki/basics/common-misconceptions/ 301 +/basics/common-misconceptions/ https://en.privacyguides.org/wiki/basics/common-misconceptions/ 301 /en/basics/common-threats/ https://en.privacyguides.org/wiki/basics/common-threats/ 301 +/basics/common-threats/ https://en.privacyguides.org/wiki/basics/common-threats/ 301 /en/basics/email-security/ https://en.privacyguides.org/wiki/basics/email-security/ 301 +/basics/email-security/ https://en.privacyguides.org/wiki/basics/email-security/ 301 /en/basics/hardware/ https://en.privacyguides.org/wiki/basics/hardware/ 301 +/basics/hardware/ https://en.privacyguides.org/wiki/basics/hardware/ 301 /en/basics/multi-factor-authentication/ https://en.privacyguides.org/wiki/basics/multi-factor-authentication/ 301 +/basics/multi-factor-authentication/ https://en.privacyguides.org/wiki/basics/multi-factor-authentication/ 301 /en/basics/passwords-overview/ https://en.privacyguides.org/wiki/basics/passwords-overview/ 301 +/basics/passwords-overview/ https://en.privacyguides.org/wiki/basics/passwords-overview/ 301 /en/basics/threat-modeling/ https://en.privacyguides.org/wiki/basics/threat-modeling/ 301 +/basics/threat-modeling/ https://en.privacyguides.org/wiki/basics/threat-modeling/ 301 /en/basics/vpn-overview/ https://en.privacyguides.org/wiki/basics/vpn-overview/ 301 +/basics/vpn-overview/ https://en.privacyguides.org/wiki/basics/vpn-overview/ 301 /en/basics/why-privacy-matters/ https://en.privacyguides.org/wiki/basics/why-privacy-matters/ 301 +/basics/why-privacy-matters/ https://en.privacyguides.org/wiki/basics/why-privacy-matters/ 301 /en/browser-extensions/ https://en.privacyguides.org/tools/software/browser-extensions/ 301 +/browser-extensions/ https://en.privacyguides.org/tools/software/browser-extensions/ 301 /en/calendar/ https://en.privacyguides.org/tools/services/calendar/ 301 +/calendar/ https://en.privacyguides.org/tools/services/calendar/ 301 /en/cloud/ https://en.privacyguides.org/tools/services/cloud/ 301 +/cloud/ https://en.privacyguides.org/tools/services/cloud/ 301 /en/cryptocurrency/ https://en.privacyguides.org/tools/software/cryptocurrency/ 301 +/cryptocurrency/ https://en.privacyguides.org/tools/software/cryptocurrency/ 301 /en/data-broker-removals/ https://en.privacyguides.org/tools/services/data-broker-removals/ 301 +/data-broker-removals/ https://en.privacyguides.org/tools/services/data-broker-removals/ 301 /en/data-redaction/ https://en.privacyguides.org/tools/software/data-redaction/ 301 +/data-redaction/ https://en.privacyguides.org/tools/software/data-redaction/ 301 /en/desktop-browsers/ https://en.privacyguides.org/tools/software/desktop-browsers/ 301 +/desktop-browsers/ https://en.privacyguides.org/tools/software/desktop-browsers/ 301 /en/desktop/ https://en.privacyguides.org/tools/os/desktop/ 301 +/desktop/ https://en.privacyguides.org/tools/os/desktop/ 301 /en/device-integrity/ https://en.privacyguides.org/tools/advanced/device-integrity/ 301 +/device-integrity/ https://en.privacyguides.org/tools/advanced/device-integrity/ 301 /en/dns/ https://en.privacyguides.org/tools/services/dns/ 301 +/dns/ https://en.privacyguides.org/tools/services/dns/ 301 /en/document-collaboration/ https://en.privacyguides.org/tools/software/document-collaboration/ 301 +/document-collaboration/ https://en.privacyguides.org/tools/software/document-collaboration/ 301 /en/email-aliasing/ https://en.privacyguides.org/tools/services/email-aliasing/ 301 +/email-aliasing/ https://en.privacyguides.org/tools/services/email-aliasing/ 301 /en/email-clients/ https://en.privacyguides.org/tools/software/email-clients/ 301 +/email-clients/ https://en.privacyguides.org/tools/software/email-clients/ 301 /en/email/ https://en.privacyguides.org/tools/services/email/ 301 +/email/ https://en.privacyguides.org/tools/services/email/ 301 /en/encryption/ https://en.privacyguides.org/tools/software/encryption/ 301 +/encryption/ https://en.privacyguides.org/tools/software/encryption/ 301 /en/file-sharing/ https://en.privacyguides.org/tools/software/file-sharing/ 301 +/file-sharing/ https://en.privacyguides.org/tools/software/file-sharing/ 301 /en/financial-services/ https://en.privacyguides.org/tools/services/financial-services/ 301 +/financial-services/ https://en.privacyguides.org/tools/services/financial-services/ 301 /en/frontends/ https://en.privacyguides.org/tools/software/frontends/ 301 +/frontends/ https://en.privacyguides.org/tools/software/frontends/ 301 /en/health-and-wellness/ https://en.privacyguides.org/tools/software/health-and-wellness/ 301 +/health-and-wellness/ https://en.privacyguides.org/tools/software/health-and-wellness/ 301 /en/language-tools/ https://en.privacyguides.org/tools/software/language-tools/ 301 +/language-tools/ https://en.privacyguides.org/tools/software/language-tools/ 301 /en/maps/ https://en.privacyguides.org/tools/software/maps/ 301 +/maps/ https://en.privacyguides.org/tools/software/maps/ 301 /en/meta/admonitions/ https://github.com/privacyguides/privacyguides.org 301 +/meta/admonitions/ https://github.com/privacyguides/privacyguides.org 301 /en/meta/brand/ https://github.com/privacyguides/brand 301 +/meta/brand/ https://github.com/privacyguides/brand 301 /en/meta/commit-messages/ https://github.com/privacyguides/privacyguides.org 301 +/meta/commit-messages/ https://github.com/privacyguides/privacyguides.org 301 /en/meta/git-recommendations/ https://github.com/privacyguides/privacyguides.org 301 +/meta/git-recommendations/ https://github.com/privacyguides/privacyguides.org 301 /en/meta/pr-comments/ https://github.com/privacyguides/privacyguides.org 301 +/meta/pr-comments/ https://github.com/privacyguides/privacyguides.org 301 /en/meta/translations/ https://crowdin.com/project/privacyguides 301 +/meta/translations/ https://crowdin.com/project/privacyguides 301 /en/meta/uploading-images/ https://github.com/privacyguides/privacyguides.org 301 +/meta/uploading-images/ https://github.com/privacyguides/privacyguides.org 301 /en/meta/writing-style/ https://github.com/privacyguides/privacyguides.org 301 +/meta/writing-style/ https://github.com/privacyguides/privacyguides.org 301 /en/mobile-browsers/ https://en.privacyguides.org/tools/software/mobile-browsers/ 301 +/mobile-browsers/ https://en.privacyguides.org/tools/software/mobile-browsers/ 301 /en/mobile-phones/ https://en.privacyguides.org/tools/hardware/mobile-phones/ 301 +/mobile-phones/ https://en.privacyguides.org/tools/hardware/mobile-phones/ 301 /en/multi-factor-authentication/ https://en.privacyguides.org/tools/software/multi-factor-authentication/ 301 +/multi-factor-authentication/ https://en.privacyguides.org/tools/software/multi-factor-authentication/ 301 /en/news-aggregators/ https://en.privacyguides.org/tools/software/news-aggregators/ 301 +/news-aggregators/ https://en.privacyguides.org/tools/software/news-aggregators/ 301 /en/notebooks/ https://en.privacyguides.org/tools/software/notebooks/ 301 +/notebooks/ https://en.privacyguides.org/tools/software/notebooks/ 301 /en/office-suites/ https://en.privacyguides.org/tools/software/office-suites/ 301 +/office-suites/ https://en.privacyguides.org/tools/software/office-suites/ 301 /en/os/ https://en.privacyguides.org/wiki/os/ 301 +/os/ https://en.privacyguides.org/wiki/os/ 301 /en/os/android-overview/ https://en.privacyguides.org/wiki/os/android/ 301 +/os/android-overview/ https://en.privacyguides.org/wiki/os/android/ 301 /en/os/ios-overview/ https://en.privacyguides.org/wiki/os/ios/ 301 +/os/ios-overview/ https://en.privacyguides.org/wiki/os/ios/ 301 /en/os/linux-overview/ https://en.privacyguides.org/wiki/os/linux/ 301 +/os/linux-overview/ https://en.privacyguides.org/wiki/os/linux/ 301 /en/os/macos-overview/ https://en.privacyguides.org/wiki/os/macos/ 301 +/os/macos-overview/ https://en.privacyguides.org/wiki/os/macos/ 301 /en/os/qubes-overview/ https://en.privacyguides.org/wiki/os/qubes/ 301 +/os/qubes-overview/ https://en.privacyguides.org/wiki/os/qubes/ 301 /en/os/windows/ https://en.privacyguides.org/wiki/os/windows/ 301 +/os/windows/ https://en.privacyguides.org/wiki/os/windows/ 301 /en/os/windows/group-policies/ https://en.privacyguides.org/wiki/os/windows/group-policies/ 301 +/os/windows/group-policies/ https://en.privacyguides.org/wiki/os/windows/group-policies/ 301 /en/passwords/ https://en.privacyguides.org/tools/software/passwords/ 301 +/passwords/ https://en.privacyguides.org/tools/software/passwords/ 301 /en/pastebins/ https://en.privacyguides.org/tools/software/pastebins/ 301 +/pastebins/ https://en.privacyguides.org/tools/software/pastebins/ 301 /en/photo-management/ https://en.privacyguides.org/tools/services/photo-backups/ 301 +/photo-management/ https://en.privacyguides.org/tools/services/photo-backups/ 301 /en/privacy/ https://en.privacyguides.org/privacy/ 301 +/privacy/ https://en.privacyguides.org/privacy/ 301 /en/real-time-communication/ https://en.privacyguides.org/tools/services/messengers/ 301 +/real-time-communication/ https://en.privacyguides.org/tools/services/messengers/ 301 /en/router/ https://en.privacyguides.org/tools/os/router-firmware/ 301 +/router/ https://en.privacyguides.org/tools/os/router-firmware/ 301 /en/search-engines/ https://en.privacyguides.org/tools/services/search-engines/ 301 +/search-engines/ https://en.privacyguides.org/tools/services/search-engines/ 301 /en/security-keys/ https://en.privacyguides.org/tools/hardware/security-keys/ 301 +/security-keys/ https://en.privacyguides.org/tools/hardware/security-keys/ 301 /en/self-hosting/ https://en.privacyguides.org/tools/self-hosting/ 301 +/self-hosting/ https://en.privacyguides.org/tools/self-hosting/ 301 /en/self-hosting/dns-filtering/ https://en.privacyguides.org/tools/self-hosting/dns-filtering/ 301 +/self-hosting/dns-filtering/ https://en.privacyguides.org/tools/self-hosting/dns-filtering/ 301 /en/self-hosting/email-servers/ https://en.privacyguides.org/tools/self-hosting/email-servers/ 301 +/self-hosting/email-servers/ https://en.privacyguides.org/tools/self-hosting/email-servers/ 301 /en/self-hosting/file-management/ https://en.privacyguides.org/tools/self-hosting/file-management/ 301 +/self-hosting/file-management/ https://en.privacyguides.org/tools/self-hosting/file-management/ 301 /en/social-networks/ https://en.privacyguides.org/tools/software/social-networks/ 301 +/social-networks/ https://en.privacyguides.org/tools/software/social-networks/ 301 /en/tools/ https://en.privacyguides.org/tools/ 301 +/tools/ https://en.privacyguides.org/tools/ 301 /en/tor/ https://en.privacyguides.org/tools/software/tor/ 301 +/tor/ https://en.privacyguides.org/tools/software/tor/ 301 /en/vpn/ https://en.privacyguides.org/tools/services/vpn/ 301 +/vpn/ https://en.privacyguides.org/tools/services/vpn/ 301 diff --git a/content/_index.md b/content/_index.md index 909e7d36..38e70f60 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,8 @@ --- title: Privacy Guides layout: pg-home +aliases: +- /en ---
diff --git a/content/about/_index.md b/content/about/_index.md index 6e06928f..a5be57e7 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -4,6 +4,10 @@ description: Privacy Guides is a socially motivated website that provides inform breadcrumbs: false cascade: type: docs +aliases: +- /about/contributors +- /en/about +- /en/about/contributors --- ![Privacy Guides logo](./pg-yellow.svg) { .pg:image:right } diff --git a/content/about/criteria/index.md b/content/about/criteria/index.md index 368065c1..1200901d 100644 --- a/content/about/criteria/index.md +++ b/content/about/criteria/index.md @@ -1,6 +1,8 @@ --- title: General Criteria description: A list of general priorities we consider for all submissions to Privacy Guides. +aliases: +- /en/about/criteria --- Below are some general priorities we consider for all submissions to Privacy Guides. Each category will have additional requirements for inclusion. diff --git a/content/about/donate/index.md b/content/about/donate/index.md index ab42c18d..883797e6 100644 --- a/content/about/donate/index.md +++ b/content/about/donate/index.md @@ -1,6 +1,8 @@ --- title: Donate description: The charitable mission of Privacy Guides relies on contributions from visitors like yourself. Anything you can do to support the project is hugely appreciated. +aliases: +- /en/about/donate ---