Skip to content

Commit

Permalink
Fix Crowdin YAML Bug (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Apr 5, 2023
1 parent e29ed5d commit 6582156
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 30 deletions.
27 changes: 18 additions & 9 deletions docs/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ title: "Android"
icon: 'simple/android'
description: You can replace the operating system on your Android phone with these secure and privacy-respecting alternatives.
schema:
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": WebPage
name: Private Android Operating Systems
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": CreativeWork
name: Android
image: /assets/img/android/android.svg
url: https://source.android.com/
sameAs: https://en.wikipedia.org/wiki/Android_(operating_system)
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": CreativeWork
name: GrapheneOS
image: /assets/img/android/grapheneos.svg
Expand All @@ -23,7 +26,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": CreativeWork
name: Divest
image: /assets/img/android/divestos.svg
Expand All @@ -33,7 +37,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": Product
name: Pixel
brand:
Expand All @@ -46,22 +51,26 @@ schema:
author:
"@type": Organization
name: Privacy Guides
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": MobileApplication
name: Shelter
applicationCategory: Utilities
operatingSystem: Android
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": MobileApplication
name: Auditor
applicationCategory: Utilities
operatingSystem: Android
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": MobileApplication
name: Secure Camera
applicationCategory: Utilities
operatingSystem: Android
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": MobileApplication
name: Secure PDF Viewer
applicationCategory: Utilities
Expand Down
15 changes: 10 additions & 5 deletions docs/basics/common-misconceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,33 @@ title: "Common Misconceptions"
icon: 'material/robot-confused'
description: Privacy isn't a straightforward topic, and it's easy to get caught up in marketing claims and other disinformation.
schema:
- "@context": https://schema.org
-
"@context": https://schema.org
"@type": FAQPage
mainEntity:
- "@type": Question
-
"@type": Question
name: Is open source software inherently secure?
acceptedAnswer:
"@type": Answer
text: |
Whether the source code is available and how software is licensed does not inherently affect its security in any way. Open-source software has the potential to be more secure than proprietary software, but there is absolutely no guarantee this is the case. When you evaluate software, you should look at the reputation and security of each tool on an individual basis.
- "@type": Question
-
"@type": Question
name: Can shifting trust to another provider increase privacy?
acceptedAnswer:
"@type": Answer
text: |
We talk about "shifting trust" a lot when discussing solutions like VPNs (which shift the trust you place in your ISP to the VPN provider). While this protects your browsing data from your ISP specifically, the VPN provider you choose still has access to your browsing data: Your data isn't completely secured from all parties.
- "@type": Question
-
"@type": Question
name: Are privacy-focused solutions inherently trustworthy?
acceptedAnswer:
"@type": Answer
text: |
Focusing solely on the privacy policies and marketing of a tool or provider can blind you to its weaknesses. When you're looking for a more private solution, you should determine what the underlying problem is and find technical solutions to that problem. For example, you may want to avoid Google Drive, which gives Google access to all of your data. The underlying problem in this case is lack of E2EE, so you should make sure that the provider you switch to actually implements E2EE, or use a tool (like Cryptomator) which provides E2EE on any cloud provider. Switching to a "privacy-focused" provider (that doesn't implement E2EE) doesn't solve your problem: it just shifts trust from Google to that provider.
- "@type": Question
-
"@type": Question
name: How complicated should my threat model be?
acceptedAnswer:
"@type": Answer
Expand Down
9 changes: 6 additions & 3 deletions docs/desktop-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ title: "Desktop Browsers"
icon: material/laptop
description: Firefox and Brave are our recommendations for standard/non-anonymous browsing.
schema:
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": WebPage
name: Private Desktop Browser Recommendations
url: "./"
relatedLink: "../mobile-browsers/"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: Firefox
image: /assets/img/browsers/firefox.svg
Expand All @@ -21,7 +23,8 @@ schema:
subjectOf:
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: Brave
image: /assets/img/browsers/brave.svg
Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ hide:
- toc
- feedback
schema:
- "@context": https://schema.org
-
"@context": https://schema.org
"@type": Organization
"@id": https://www.privacyguides.org/
name: Privacy Guides
Expand All @@ -18,7 +19,8 @@ schema:
- https://opencollective.com/privacyguides
- https://www.youtube.com/@privacyguides
- https://mastodon.neat.computer/@privacyguides
- "@context": https://schema.org
-
"@context": https://schema.org
"@type": WebSite
name: Privacy Guides
url: "https://www.privacyguides.org/"
Expand Down
9 changes: 6 additions & 3 deletions docs/mobile-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ title: "Mobile Browsers"
icon: material/cellphone-information
description: These browsers are what we currently recommend for standard/non-anonymous internet browsing on your phone.
schema:
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": WebPage
name: Private Mobile Browser Recommendations
url: "./"
relatedLink: "../desktop-browsers/"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": MobileApplication
name: Brave
image: /assets/img/browsers/brave.svg
Expand All @@ -19,7 +21,8 @@ schema:
subjectOf:
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": MobileApplication
name: Safari
image: /assets/img/browsers/safari.svg
Expand Down
24 changes: 16 additions & 8 deletions docs/passwords.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: "Password Managers"
icon: material/form-textbox-password
description: Password managers allow you to securely store and manage passwords and other credentials.
schema:
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": WebPage
name: Password Manager Recommendations
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: Bitwarden
image: /assets/img/password-management/bitwarden.svg
Expand All @@ -24,7 +26,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: 1Password
image: /assets/img/password-management/1password.svg
Expand All @@ -41,7 +44,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: Psono
image: /assets/img/password-management/psono.svg
Expand All @@ -54,7 +58,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: KeePassXC
image: /assets/img/password-management/keepassxc.svg
Expand All @@ -69,7 +74,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: KeePassDX
image: /assets/img/password-management/keepassdx.svg
Expand All @@ -80,7 +86,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: Strongbox
image: /assets/img/password-management/strongbox.svg
Expand All @@ -91,7 +98,8 @@ schema:
"@context": http://schema.org
"@type": WebPage
url: "./"
- "@context": http://schema.org
-
"@context": http://schema.org
"@type": SoftwareApplication
name: gopass
image: /assets/img/password-management/gopass.svg
Expand Down

0 comments on commit 6582156

Please sign in to comment.