62 lines
No EOL
3.3 KiB
HTML
62 lines
No EOL
3.3 KiB
HTML
<!--
|
|
foss_alternatives website
|
|
Copyright (C) 2024 interstellar_development
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as
|
|
published by the Free Software Foundation, either version 3 of the
|
|
License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>FOSS Alternatives</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script src="header.js" type="text/javascript" defer></script>
|
|
<script src="burger.js" type="text/javascript" defer></script>
|
|
<script src="license.js" type="text/javascript" defer></script>
|
|
</head>
|
|
<body>
|
|
<header-component></header-component>
|
|
<article>
|
|
<h1>foss-alternatives</h1>
|
|
<p class="text">
|
|
This contains a spreadsheet with good alternatives to non-free programs.
|
|
<br><br>
|
|
The rating system mostly depends on how much we'd recommend it to someone who isn't already using a free alternative.
|
|
<br><br>
|
|
If you use a program that's on this list, but at like 2/5, this does NOT mean that you should switch to something at 5/5.
|
|
<br>
|
|
It mainly just means that the program may be difficult to use for beginners, or have some other unwanted side-effects, like minor privacy/freedom concenrns.
|
|
<br>
|
|
For example Trisquel, a great OS which is one of the few fully FSDG compliant operating systems, only has a 1/5, because a regular user, who was using Windows for all their life might have an unpleasant suprise trying to use Trisquel, and being confused why their hardware doesn't work or their non-free software not working.
|
|
<br><br>
|
|
If you have a suggestion or don't agree with a rating or alternative, please create an issue, or feel free to create a pull request with your changes already applied.
|
|
<br>
|
|
<a href="https://codeberg.org/Patrick_Pluto/foss_alternatives"> Codeberg Repository</a>
|
|
<br><br>
|
|
Credit and thanks to:
|
|
<br><br>
|
|
<a href="https://github.com/flick9000/instead-of?tab=readme-ov-file"> https://github.com/flick9000/instead-of?tab=readme-ov-file</a>
|
|
for some inspiration.
|
|
<br><br>
|
|
Notice: The JavaScript on this page is 100% free and licensed under the CC0. LibreJS should detect this automatically, but if you block all JS, you can be rest assured that our JavaScript does not violate your freedom and privacy.
|
|
</p>
|
|
|
|
<a href="Template/template.html"><button type="button">Template</button></a>
|
|
|
|
<h1>License</h1>
|
|
<license-component></license-component>
|
|
</article>
|
|
</body>
|
|
</html> |