Added some more software!!!

This commit is contained in:
Victorious Children Studios 2023-11-26 02:07:10 +02:00
parent c9dc40d912
commit 205b2a1a86
7 changed files with 229 additions and 0 deletions

43
apps/applemusic.json Normal file
View file

@ -0,0 +1,43 @@
{
"comment": "Apple Music is a proprietary dis-service to listen to music.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Music Player",
"Apple Music Client"
],
"interface": [
"JavaScript",
"Touch"
],
"issues": [
"Non-Free Software",
"Non-Free Network",
"Non-Free JavaScript",
"Surveillance",
"Subscription",
"DRM"
],
"languages": [],
"licenses": [],
"links": {
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Apple_Music_icon.svg/542px-Apple_Music_icon.svg.png",
"wikipedia": "https://en.wikipedia.org/wiki/Apple_Music"
},
"names": [
"Apple Music"
],
"networks_read": [
"apple music"
],
"networks_write": [
"apple music"
],
"platforms": [
"MacOS",
"Windows",
"iOS",
"Android",
"Web"
]
}

44
apps/cider.json Normal file
View file

@ -0,0 +1,44 @@
{
"comment": "Cider is a new cross-platform Apple Music experience built on Vue.js and written from the ground up with performance in mind.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Music Player",
"Apple Music Client"
],
"interface": [
"JavaScript"
],
"issues": [
"Non-Free Network",
"DRM"
],
"languages": [
"JavaScript",
"EJS",
"Less",
"CSS",
"TypeScript"
],
"licenses": [
"AGPL-3.0"
],
"links": {
"git": "https://github.com/ciderapp/Cider",
"icon": "https://github.com/ciderapp/Cider/raw/main/resources/banner.png",
"website": "https://cider.sh/"
},
"names": [
"Cider"
],
"networks_read": [
"apple music"
],
"networks_write": [
"apple music"
],
"platforms": [
"Windows",
"GNU/Linux"
]
}

40
apps/framadate.json Normal file
View file

@ -0,0 +1,40 @@
{
"comment": "Schedule a meeting or create an opinion poll.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"online survey",
"scheduling"
],
"interface": [
"JavaScript"
],
"issues": [],
"languages": [
"PHP",
"Smarty",
"CSS",
"JavaScript",
"Shell"
],
"licenses": [
"CECILL-B"
],
"links": {
"git": "https://framagit.org/framasoft/framadate/framadate",
"icon": "https://framadate.org/abc/img/icons/date.svg",
"website": "https://framadate.org/abc/en/"
},
"names": [
"Framadate"
],
"networks_read": [
"framadate"
],
"networks_write": [
"framadate"
],
"platforms": [
"Web"
]
}

33
apps/freetube.json Normal file
View file

@ -0,0 +1,33 @@
{
"comment": "FreeTube is a YouTube client for Windows, Mac, and Linux built around using YouTube more privately. You can enjoy your favorite content and creators without your habits being tracked. All of your user data is stored locally and never sent or published to the internet. FreeTube grabs data by scraping the information it needs (with either local methods or by optionally utilizing the Invidious API). With many features similar to YouTube, FreeTube has become one of the best methods to watch YouTube privately on desktop.",
"formats_read": [],
"formats_write": [],
"generic_name": [
"Video Player",
"YouTube Client",
"Music Player"
],
"interface": [
"JavaScript"
],
"issues": [],
"languages": [],
"licenses": [
"AGPL-3.0-or-later"
],
"links": {
"git": "https://github.com/FreeTubeApp/FreeTube",
"icon": "https://freetubeapp.io/images/iconWhite.png",
"website": "https://freetubeapp.io/"
},
"names": [
"FreeTube"
],
"networks_read": [
"youtube"
],
"networks_write": [],
"platforms": [
"Web"
]
}

28
apps/googleforms.json Normal file
View file

@ -0,0 +1,28 @@
{
"comment": "Google Forms is a survey administration software included as part of the web-based Google Docs Editors suite offered by Google. ",
"formats_read": [],
"formats_write": [],
"generic_name": [
"online survey"
],
"interface": [],
"issues": [
"Service as a Software Substitute",
"Non-Free Software",
"Non-Free Network",
"Non-Free JavaScript",
"Surveillance"
],
"languages": [],
"licenses": [],
"links": {
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Google_Forms_2020_Logo.svg/105px-Google_Forms_2020_Logo.svg.png",
"wikipedia": "https://en.wikipedia.org/wiki/Google_Forms"
},
"names": [
"Google Forms"
],
"networks_read": [],
"networks_write": [],
"platforms": []
}

38
apps/lollypop.json Normal file
View file

@ -0,0 +1,38 @@
{
"comment": "Lollypop is a modern music player for GNOME",
"formats_read": [
"mp3",
"ogg",
"wav",
"flac"
],
"formats_write": [],
"generic_name": [
"Music Player"
],
"interface": [
"GTK"
],
"issues": [],
"languages": [
"Python"
],
"licenses": [
"GPL-3.0"
],
"links": {
"git": "https://gitlab.gnome.org/World/lollypop/-/tree/master",
"icon": "https://gitlab.gnome.org/World/lollypop/raw/master/data/icons/hicolor/256x256/apps/org.gnome.Lollypop.png",
"website": "https://wiki.gnome.org/Apps/Lollypop"
},
"names": [
"Lollypop"
],
"networks_read": [
"youtube"
],
"networks_write": [],
"platforms": [
"GNU/Linux"
]
}

View file

@ -0,0 +1,3 @@
Sometimes it feels like a solution to not using a proprietary program, is not to use software, but rather delegate the computing to some server somewhere on the internet. But that does not fix the underlying issue. Your computing is still done with software that you don't control. Even if SaaSS is implemented with Free Software, it's not enough. Since you can't possibly ask to control the server.
It's not SaaSS though, if the service is meant to exchange information between users. Like email. It's SaaSS when this computation would be possible to make ( even if perhaps slower ) on your own machine, if the software was available to install and run. Something like ChatGPT or Google Translate are SaaSS.