From 432ce057f4d0e7e2730a8ccabf46c5ac8b7ddeef Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 29 May 2024 17:37:03 -0400 Subject: [PATCH] Update Init Privacy --- src/content/init/browsers.mdx | 4 ++-- src/content/init/disclaimer.mdx | 27 +++++++++++++++++++++++++++ src/layouts/Init.astro | 12 ++++++------ 3 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 src/content/init/disclaimer.mdx diff --git a/src/content/init/browsers.mdx b/src/content/init/browsers.mdx index 41804f2..a5db31a 100644 --- a/src/content/init/browsers.mdx +++ b/src/content/init/browsers.mdx @@ -1,12 +1,12 @@ --- title: Browsers --- - + This project is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. - + The Mullvad Browser is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. It’s designed to minimize tracking and fingerprinting. You could say it’s a Tor Browser to use without the Tor Network. Instead, you can use it with a trustworthy VPN. The idea is to provide one more alternative – beside the Tor Network – to browse the internet with more privacy. To get as many people as possible to fight the big data gathering of today. diff --git a/src/content/init/disclaimer.mdx b/src/content/init/disclaimer.mdx new file mode 100644 index 0000000..9c3bf99 --- /dev/null +++ b/src/content/init/disclaimer.mdx @@ -0,0 +1,27 @@ +--- +title: "Disclaimer" +--- + +## Legal +SudoVanilla is not a law firm. As such, SudoVanilla and anyone contributing to this website does not provide legal advice. The material in this website does not constitute legal advice nor does contributing to the website or communicating with SudoVanilla or other contributors about the website create an attorney-client relationship. + +SudoVanilla's website, including Init Privacy, are made available and contributed to under licenses that include terms that, for the protection of contributors, make clear that the projects are offered "as-is", without warranty, and disclaiming liability for damages resulting from using the projects. This website is no different. The open content license it is offered under includes such terms. + +Running an open source project, like any human endeavor, involves uncertainty and trade-offs. I hope this website helps, but it may include mistakes, and can't address every situation. If you have any questions about your project, I encourage you to do your own research, seek out experts, and discuss with your community. If you have any legal questions, you should consult with your own legal counsel before moving forward. If you're at a company, talk to its legal team. + +> Portions of this notice itself were adopted from [opensource.guide on GitHub](https://github.com/github/opensource.guide/blob/main/notices.md) and [Privacy Guides' Notice on their website](https://www.privacyguides.org/en/about/notices/#licensing-overview). These resources are released under CC-BY-4.0. + +## Content +Most content in Init Privacy like summaries and descriptions are pulled directly from [AlternativeTo](https://alternativeto.net/). + +## Involved +Some of the projects and software listed on Init Privacy may have SudoVanilla involved in some way or another. It'll be listed here and on other pages on how SudoVanilla is involved. + +**MinPluto** + > As shown on the homepage of this website, MinPluto is actually a project by SudoVanilla itself. + +**Poke** + > SudoVanilla is the project's second lead developer, who made contributions to the landing page and other small details. SudoVanilla previously hosted Poke's official instance on its server infrastructure for a few months before deciding to stop due to heavy traffic it could no longer handle. SudoVanilla's Quay account has the official Docker images for Poke. + +## Sponsored +The software Penpot has sponsored SudoVanilla in the past for it's Penpot Desktop project. \ No newline at end of file diff --git a/src/layouts/Init.astro b/src/layouts/Init.astro index 5539106..1dbe45f 100644 --- a/src/layouts/Init.astro +++ b/src/layouts/Init.astro @@ -28,13 +28,13 @@ export async function getStaticPaths() { export const prerender = true; // Hightlight Active Project -if (Astro.url.pathname = '/init/') { +if (Astro.url.pathname = '/init/softwares/') { var Hightlight_Softwares = true } -else if (Astro.url.pathname = '/init/') { +else if (Astro.url.pathname = '/init/websites/') { var Hightlight_Websites = true } -else if (Astro.url.pathname = '/init/') { +else if (Astro.url.pathname = '/init/software/disclaimer/') { var Hightlight_Disclaimers = true } --- @@ -56,15 +56,15 @@ else if (Astro.url.pathname = '/init/') { Websites } {Hightlight_Disclaimers ? - Disclaimers + Disclaimers : - Disclaimers + Disclaimers }
- +

Softwares