mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-08 15:27:57 +00:00
style!: Make minor changes across recommendation pages for consistency (#2972)
- Grammar, Style, and Wording Changes
- Remove commas where pauses or breaks in reading may not be needed
- Reduce instances of comma splices by replacing commas with
semicolons or em dashes where appropriate
- Spell out abbreviations like E2EE for the first instance of the term
on the page, then use the abbreviation for the subsequent instances
- Add line breaks in card descriptions for a cleaner look,
particularly for mentions of an accompanying blog review of a tool
- Move more technical information from recommendation blurb to the
description under the card
- Format quotations from audits as block quotes
- Standardize syntax for tooltips
- Arrange download links according to the widely used order
- Mobile app stores > alternative distribution methods (e.g.,
GitHub) > developer-owned or -operated F-Droid repositories >>
desktop platforms > Flathub >> browsers >> web
- Shorten Chrome extension links
- Standardize icon for web download links
- For "Repository" buttons, embed direct links to project's Readme to
differentiate them from "Source Code" links
- Other Changes
- Add GitHub releases link for IVPN
- Mention CryptPad's official public instance and add link to list of
public instances
- Replace current link to Miniflux docs with a direct link to the end
user docs
- Update version of Newsboat documentation link
- Update and reword guidance on finding YouTube channel code for RSS feed
- Remove F-Droid download link for Stingle since it is not owned by
the developer or dev team
Signed-off-by: Jonah Aragon <jonah@privacyguides.org>
Signed-off-by: fria <fria@privacyguides.org>
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
12
docs/dns.md
12
docs/dns.md
@@ -111,7 +111,7 @@ These DNS filtering solutions offer a web dashboard where you can customize the
|
||||
|
||||
[:octicons-home-16: Homepage](https://controld.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://controld.com/privacy){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://docs.controld.com/docs/getting-started){ .card-link title=Documentation}
|
||||
[:octicons-info-16:](https://docs.controld.com/docs/getting-started){ .card-link title="Documentation" }
|
||||
[:octicons-code-16:](https://github.com/Control-D-Inc/ctrld){ .card-link title="Source Code" }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
@@ -138,7 +138,7 @@ These DNS filtering solutions offer a web dashboard where you can customize the
|
||||
|
||||
[:octicons-home-16: Homepage](https://nextdns.io){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://nextdns.io/privacy){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://help.nextdns.io){ .card-link title=Documentation}
|
||||
[:octicons-info-16:](https://help.nextdns.io){ .card-link title="Documentation" }
|
||||
[:octicons-code-16:](https://github.com/nextdns/nextdns){ .card-link title="Source Code" }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
@@ -175,7 +175,7 @@ Encrypted DNS proxy software provides a local proxy for the [unencrypted DNS](ad
|
||||
|
||||
[:octicons-home-16: Homepage](https://rethinkdns.com){ .md-button .md-button--primary }
|
||||
[:octicons-eye-16:](https://rethinkdns.com/privacy){ .card-link title="Privacy Policy" }
|
||||
[:octicons-info-16:](https://docs.rethinkdns.com){ .card-link title=Documentation}
|
||||
[:octicons-info-16:](https://docs.rethinkdns.com){ .card-link title="Documentation" }
|
||||
[:octicons-code-16:](https://github.com/celzero/rethink-app){ .card-link title="Source Code" }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
@@ -198,10 +198,10 @@ While RethinkDNS takes up the Android VPN slot, you can still use a VPN or Orbot
|
||||
|
||||
**DNSCrypt-Proxy** is a DNS proxy with support for [DNSCrypt](advanced/dns-overview.md#dnscrypt), [DoH](advanced/dns-overview.md#dns-over-https-doh), and [Anonymized DNS](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS).
|
||||
|
||||
[:octicons-repo-16: Repository](https://github.com/DNSCrypt/dnscrypt-proxy){ .md-button .md-button--primary }
|
||||
[:octicons-info-16:](https://github.com/DNSCrypt/dnscrypt-proxy/wiki){ .card-link title=Documentation}
|
||||
[:octicons-repo-16: Repository](https://github.com/DNSCrypt/dnscrypt-proxy#readme){ .md-button .md-button--primary }
|
||||
[:octicons-info-16:](https://github.com/DNSCrypt/dnscrypt-proxy/wiki){ .card-link title="Documentation" }
|
||||
[:octicons-code-16:](https://github.com/DNSCrypt/dnscrypt-proxy){ .card-link title="Source Code" }
|
||||
[:octicons-heart-16:](https://opencollective.com/dnscrypt/contribute){ .card-link title=Contribute }
|
||||
[:octicons-heart-16:](https://opencollective.com/dnscrypt/contribute){ .card-link title="Contribute" }
|
||||
|
||||
<details class="downloads" markdown>
|
||||
<summary>Downloads</summary>
|
||||
|
||||
Reference in New Issue
Block a user