Update Init Privacy

This commit is contained in:
Korbs 2024-05-29 17:37:03 -04:00
parent 2b835cd15e
commit 432ce057f4
3 changed files with 35 additions and 8 deletions

View file

@ -1,12 +1,12 @@
--- ---
title: Browsers title: Browsers
--- ---
<SoftwareItem icon="https://md.sudovanilla.org/images/icons/LibreWolf.webp" title="LibreWolf" developer="LibreWolf Contributors" homepage="https://librewolf.net/" source="https://codeberg.org/librewolf/source" goto={{"discriminant":"download","value":{"url":"https://librewolf.net/installation/"}}}> <SoftwareItem icon="https://md.sudovanilla.org/images/icons/LibreWolf.webp" title="LibreWolf" developer="LibreWolf Contributors" screenshot="https://md.sudovanilla.org/images/librewolf-browser.png" homepage="https://librewolf.net/" source="https://codeberg.org/librewolf/source" goto={{"discriminant":"download","value":{"url":"https://librewolf.net/installation/"}}}>
This project is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. 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. 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.
</SoftwareItem> </SoftwareItem>
<SoftwareItem icon="https://md.sudovanilla.org/images/icons/Mullvad-Browser.webp" title="Mullvad Browser" developer="Mullvad VPN AB" homepage="https://mullvad.net/en/browser" source="https://github.com/mullvad/mullvad-browser" goto={{"discriminant":"download","value":{"url":"https://mullvad.net/en/download/browser/"}}}> <SoftwareItem icon="https://md.sudovanilla.org/images/icons/Mullvad-Browser.webp" title="Mullvad Browser" developer="Mullvad VPN AB" screenshot="https://md.sudovanilla.org/images/mullvad-browser.png" homepage="https://mullvad.net/en/browser" source="https://github.com/mullvad/mullvad-browser" goto={{"discriminant":"download","value":{"url":"https://mullvad.net/en/download/browser/"}}}>
The Mullvad Browser is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. Its designed to minimize tracking and fingerprinting. You could say its 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. The Mullvad Browser is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. Its designed to minimize tracking and fingerprinting. You could say its 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.
</SoftwareItem> </SoftwareItem>

View file

@ -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.

View file

@ -28,13 +28,13 @@ export async function getStaticPaths() {
export const prerender = true; export const prerender = true;
// Hightlight Active Project // Hightlight Active Project
if (Astro.url.pathname = '/init/') { if (Astro.url.pathname = '/init/softwares/') {
var Hightlight_Softwares = true var Hightlight_Softwares = true
} }
else if (Astro.url.pathname = '/init/') { else if (Astro.url.pathname = '/init/websites/') {
var Hightlight_Websites = true var Hightlight_Websites = true
} }
else if (Astro.url.pathname = '/init/') { else if (Astro.url.pathname = '/init/software/disclaimer/') {
var Hightlight_Disclaimers = true var Hightlight_Disclaimers = true
} }
--- ---
@ -56,15 +56,15 @@ else if (Astro.url.pathname = '/init/') {
<a href="#">Websites</a> <a href="#">Websites</a>
} }
{Hightlight_Disclaimers ? {Hightlight_Disclaimers ?
<a style="color: white;" href="#">Disclaimers</a> <a style="color: white;" href="/init/software/disclaimer/">Disclaimers</a>
: :
<a href="#">Disclaimers</a> <a href="/init/software/disclaimer/">Disclaimers</a>
} }
</div> </div>
</Fragment> </Fragment>
<Fragment slot="body"> <Fragment slot="body">
<div class="document-layout"> <div class="document-layout">
<Sidebar> <Sidebar Project="Init Privacy">
<slot slot="sidebar-items"> <slot slot="sidebar-items">
<h2>Softwares</h2> <h2>Softwares</h2>
<a href="/init/software/browsers/"> <a href="/init/software/browsers/">