From cd28174c54277b8f1da48cd0d75da67f4735eb49 Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 21 Jun 2024 20:13:36 +0200 Subject: [PATCH 01/17] Fixes part 1 --- games.html => games/index.html | 16 +++++++------- general.html => general_purpose/index.html | 22 +++++++++---------- header-folder.js | 12 +++++----- header.js | 12 +++++----- tools.html => internet_tools/index.html | 10 ++++----- media.html => multimedia/index.html | 22 +++++++++---------- os.html => operating_systems/index.html | 8 +++---- .../index.html | 12 +++++----- 8 files changed, 57 insertions(+), 57 deletions(-) rename games.html => games/index.html (56%) rename general.html => general_purpose/index.html (50%) rename tools.html => internet_tools/index.html (58%) rename media.html => multimedia/index.html (50%) rename os.html => operating_systems/index.html (61%) rename social-media.html => social_platforms/index.html (53%) diff --git a/games.html b/games/index.html similarity index 56% rename from games.html rename to games/index.html index 2075595..482b1c2 100644 --- a/games.html +++ b/games/index.html @@ -5,8 +5,8 @@ FOSS Alternatives - - + + @@ -14,22 +14,22 @@ diff --git a/general.html b/general_purpose/index.html similarity index 50% rename from general.html rename to general_purpose/index.html index 3f2b045..7798c17 100644 --- a/general.html +++ b/general_purpose/index.html @@ -5,8 +5,8 @@ FOSS Alternatives - - + + @@ -14,31 +14,31 @@ diff --git a/header-folder.js b/header-folder.js index 355c041..44be366 100644 --- a/header-folder.js +++ b/header-folder.js @@ -14,12 +14,12 @@ class Header extends HTMLElement {
FOSS alternative
diff --git a/header.js b/header.js index bfc6c62..42a5d10 100644 --- a/header.js +++ b/header.js @@ -14,12 +14,12 @@ class Header extends HTMLElement {
FOSS alternative
diff --git a/tools.html b/internet_tools/index.html similarity index 58% rename from tools.html rename to internet_tools/index.html index 9aaf03b..7832f07 100644 --- a/tools.html +++ b/internet_tools/index.html @@ -5,8 +5,8 @@ FOSS Alternatives - - + + @@ -14,13 +14,13 @@ diff --git a/media.html b/multimedia/index.html similarity index 50% rename from media.html rename to multimedia/index.html index ce390f0..95343c1 100644 --- a/media.html +++ b/multimedia/index.html @@ -5,8 +5,8 @@ FOSS Alternatives - - + + @@ -14,31 +14,31 @@ From 43d892daa38906a6aae7e1a082b279e493894d69 Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 21 Jun 2024 20:32:33 +0200 Subject: [PATCH 11/17] How --- general_purpose/pdf_viewer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general_purpose/pdf_viewer.html b/general_purpose/pdf_viewer.html index ca49f7b..13fdeb6 100644 --- a/general_purpose/pdf_viewer.html +++ b/general_purpose/pdf_viewer.html @@ -13,7 +13,7 @@

5/5

    -
  • Ôkular
  • +
  • Okular
From 4ca248cf8ec2bfe4ddc3d39cfc65552b1c2b3647 Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 21 Jun 2024 20:37:15 +0200 Subject: [PATCH 12/17] Fixes. --- internet_tools/browsers.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internet_tools/browsers.html b/internet_tools/browsers.html index 4bf277d..6f58aea 100644 --- a/internet_tools/browsers.html +++ b/internet_tools/browsers.html @@ -31,9 +31,9 @@
  • Ungoogled-Chromium
-

1/5

-
    -
  • vivaldi
  • +

    0/5

    +
      +
    • Vivaldi
    From dd77bbe6c7a69850f1cc112fc85cde1c8a4cc825 Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 21 Jun 2024 20:46:43 +0200 Subject: [PATCH 13/17] Start page text. --- index.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index fa0834f..8b788de 100644 --- a/index.html +++ b/index.html @@ -14,17 +14,23 @@

    foss-alternatives

    This contains a spreadsheet with good alternatives to non-free programs. - - The rating system takes into an account: - Viability for regular users. - Actual quality of the program. - - If you have a suggestion or don't agree with a rating or alternative, please create an issue. - - Credit and thanks to: +

    + The rating system mostly depends on how much we'd recommend it to someone who isn't already using a free alternative. +

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

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

    + Credit and thanks to: +

    https://github.com/flick9000/instead-of?tab=readme-ov-file for some inspiration. +

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

    From 8353113235b9d46895d0e93a64178e18b27c697b Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 21 Jun 2024 20:48:19 +0200 Subject: [PATCH 14/17] Added repo link --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8b788de..6c572b2 100644 --- a/index.html +++ b/index.html @@ -24,10 +24,12 @@ 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.

    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. +
    + Codeberg Repository

    Credit and thanks to:

    - https://github.com/flick9000/instead-of?tab=readme-ov-file + https://github.com/flick9000/instead-of?tab=readme-ov-file for some inspiration.

    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. From 215b4d2e6528dc5859a4b6d198abbe7d552cae5c Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 21 Jun 2024 18:51:36 +0000 Subject: [PATCH 15/17] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 1d773f5..02faefd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,3 @@ # foss_alternatives -This contains a spreadsheet with good alternatives to non-free programs. - -The rating system takes into an account: -Viability for regular users. -Actual quality of the program. - -If you have a suggestion or don't agree with a rating or alternative, please create an issue. - -Credit and thanks to: -https://github.com/flick9000/instead-of?tab=readme-ov-file for some inspiration. +https://patrick_pluto.codeberg.page/foss_alternatives/ \ No newline at end of file From 17cfec35de146c7c7841fe96eb3f30cd32b7c0ed Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 21 Jun 2024 20:54:55 +0200 Subject: [PATCH 16/17] Typo --- header-folder.js | 2 +- header.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/header-folder.js b/header-folder.js index 59c0f21..0ccefab 100644 --- a/header-folder.js +++ b/header-folder.js @@ -11,7 +11,7 @@ class Header extends HTMLElement {
    - +