From 57f69fd9bfeeb4f89db2925f0b34ea35b78b6162 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:47:32 +0200 Subject: [PATCH 01/15] remove Bitsii Bridge (unmaintained since July 2022) - ref. #1 - only a few documentation commits since then https://gitlab.com/bitsii/BBridge/-/commits/main --- software/bitsii-bridge.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 software/bitsii-bridge.yml diff --git a/software/bitsii-bridge.yml b/software/bitsii-bridge.yml deleted file mode 100644 index 46980f3e97..0000000000 --- a/software/bitsii-bridge.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Bitsii Bridge -website_url: https://gitlab.com/bitsii/Bitsii/-/wikis/home -description: Easy to install self-hosting platform for Windows, MacOS, and Linux. Depends on a dynamic DNS provider and Let's Encrypt. -licenses: - - MPL-2.0 -platforms: - - Java - - Other -tags: - - Self-hosting Solutions -source_code_url: https://gitlab.com/bitsii/BBridge -depends_3rdparty: true From 3354d45159de58bfb26f19f75fc4a7d771a33873 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 15:53:54 +0200 Subject: [PATCH 02/15] add descriptions for all platforms --- platforms/ansible.yml | 2 +- platforms/c++.yml | 2 +- platforms/c.yml | 2 +- platforms/dart.yml | 2 +- platforms/deno.yml | 2 +- platforms/elixir.yml | 2 +- platforms/haxe.yml | 2 +- platforms/html.yml | 2 +- platforms/java.yml | 2 +- platforms/k8s.yml | 2 +- platforms/lua.yml | 2 +- platforms/mono.yml | 2 +- platforms/nix.yml | 2 +- platforms/nodejs.yml | 2 +- platforms/objective-c.yml | 2 +- platforms/ocaml.yml | 2 +- platforms/perl.yml | 2 +- platforms/php.yml | 2 +- platforms/plpgsql.yml | 2 +- platforms/python.yml | 2 +- platforms/ruby.yml | 2 +- platforms/rust.yml | 2 +- platforms/scala.yml | 2 +- platforms/shell.yml | 2 +- platforms/unknown.yml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/platforms/ansible.yml b/platforms/ansible.yml index aa7ddaf24e..23cbfe3673 100644 --- a/platforms/ansible.yml +++ b/platforms/ansible.yml @@ -1,2 +1,2 @@ name: Ansible -description: "" \ No newline at end of file +description: "[Ansible](https://en.wikipedia.org/wiki/Ansible_(software)) is a configuration management, provisioning and deployment automation tool." \ No newline at end of file diff --git a/platforms/c++.yml b/platforms/c++.yml index 2debe53e81..419a537b62 100644 --- a/platforms/c++.yml +++ b/platforms/c++.yml @@ -1,2 +1,2 @@ name: C++ -description: "" \ No newline at end of file +description: "[C++](https://en.wikipedia.org/wiki/C%2B%2B) is a high-level, general-purpose programming language. First released in 1985 as an extension of the C programming language, it has since expanded significantly." diff --git a/platforms/c.yml b/platforms/c.yml index cc66f584da..ad800ca49c 100644 --- a/platforms/c.yml +++ b/platforms/c.yml @@ -1,2 +1,2 @@ name: C -description: "" \ No newline at end of file +description: "[C](https://en.wikipedia.org/wiki/C_(programming_language)) is a general-purpose computer programming language." \ No newline at end of file diff --git a/platforms/dart.yml b/platforms/dart.yml index c7ea2619d7..3997df4f70 100644 --- a/platforms/dart.yml +++ b/platforms/dart.yml @@ -1,2 +1,2 @@ name: Dart -description: "" \ No newline at end of file +description: "[Dart](https://en.wikipedia.org/wiki/Dart_(programming_language)) is an object-oriented, class-based, garbage-collected language with C-style syntax. It can compile to machine code, JavaScript, or WebAssembly." \ No newline at end of file diff --git a/platforms/deno.yml b/platforms/deno.yml index f968878839..9347c99a97 100644 --- a/platforms/deno.yml +++ b/platforms/deno.yml @@ -1,2 +1,2 @@ name: Deno -description: "" \ No newline at end of file +description: "[Deno](https://en.wikipedia.org/wiki/Deno_(software)) is a runtime for JavaScript, TypeScript, and WebAssembly that is based on the V8 JavaScript engine and the Rust programming language." \ No newline at end of file diff --git a/platforms/elixir.yml b/platforms/elixir.yml index 64c1fc1fe8..695a928625 100644 --- a/platforms/elixir.yml +++ b/platforms/elixir.yml @@ -1,2 +1,2 @@ name: Elixir -description: "" \ No newline at end of file +description: "[Elixir](https://en.wikipedia.org/wiki/Elixir_(programming_language)) is a functional, concurrent, high-level general-purpose programming language that runs on the BEAM virtual machine, which is also used to implement the Erlang programming language." \ No newline at end of file diff --git a/platforms/haxe.yml b/platforms/haxe.yml index 851057c1a5..e6add4bb5f 100644 --- a/platforms/haxe.yml +++ b/platforms/haxe.yml @@ -1,2 +1,2 @@ name: Haxe -description: "" \ No newline at end of file +description: "[Haxe](https://en.wikipedia.org/wiki/Haxe) is a high-level cross-platform programming language and compiler that can produce applications and source code for many different computing platforms from one code-base." \ No newline at end of file diff --git a/platforms/html.yml b/platforms/html.yml index 55ab5bd312..5623ef78af 100644 --- a/platforms/html.yml +++ b/platforms/html.yml @@ -1,2 +1,2 @@ name: HTML -description: "" \ No newline at end of file +description: "The HyperText Markup Language or [HTML](https://en.wikipedia.org/wiki/HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the meaning and structure of web content. It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript." \ No newline at end of file diff --git a/platforms/java.yml b/platforms/java.yml index 9d30c85d6a..22cffba29a 100644 --- a/platforms/java.yml +++ b/platforms/java.yml @@ -1,2 +1,2 @@ name: Java -description: "" \ No newline at end of file +description: "[Java](https://en.wikipedia.org/wiki/Java_(programming_language)) is a general-purpose, high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. Compiled Java code can run on all platforms that support Java without the need to recompile."" diff --git a/platforms/k8s.yml b/platforms/k8s.yml index 8b16713944..2d1f194bae 100644 --- a/platforms/k8s.yml +++ b/platforms/k8s.yml @@ -1,2 +1,2 @@ name: K8S -description: "" \ No newline at end of file +description: "[Kubernetes](https://en.wikipedia.org/wiki/Kubernetes) (commonly abbreviated K8s) is a container orchestration system for automating software deployment, scaling, and management." \ No newline at end of file diff --git a/platforms/lua.yml b/platforms/lua.yml index 3d7b06418b..5fe930a267 100644 --- a/platforms/lua.yml +++ b/platforms/lua.yml @@ -1,2 +1,2 @@ name: Lua -description: "" \ No newline at end of file +description: "Lua is a lightweight, high-level, multi-paradigm programming language." \ No newline at end of file diff --git a/platforms/mono.yml b/platforms/mono.yml index 019e98a710..29684329cb 100644 --- a/platforms/mono.yml +++ b/platforms/mono.yml @@ -1,2 +1,2 @@ name: Mono -description: "" \ No newline at end of file +description: "[Mono](https://en.wikipedia.org/wiki/Mono_(software)) is a .NET Framework-compatible software framework." \ No newline at end of file diff --git a/platforms/nix.yml b/platforms/nix.yml index 243a0545f2..2025dcec5d 100644 --- a/platforms/nix.yml +++ b/platforms/nix.yml @@ -1,2 +1,2 @@ name: Nix -description: "" \ No newline at end of file +description: "[Nix](https://en.wikipedia.org/wiki/Nix_(package_manager)) is a cross-platform package manager that uses a deployment model where software is installed into unique directories generated through cryptographic hashes. It is also the name of the tool's programming language." \ No newline at end of file diff --git a/platforms/nodejs.yml b/platforms/nodejs.yml index a077b42229..fdcf362635 100644 --- a/platforms/nodejs.yml +++ b/platforms/nodejs.yml @@ -1,2 +1,2 @@ name: Nodejs -description: "" \ No newline at end of file +description: "[Node.js](https://en.wikipedia.org/wiki/Node.js) is a back-end JavaScript runtime environment which executes JavaScript code outside a web browser." diff --git a/platforms/objective-c.yml b/platforms/objective-c.yml index fbaf3d9884..18174ef426 100644 --- a/platforms/objective-c.yml +++ b/platforms/objective-c.yml @@ -1,2 +1,2 @@ name: Objective-C -description: "" \ No newline at end of file +description: "[Objective-C](https://en.wikipedia.org/wiki/Objective-C) is a high-level general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language." \ No newline at end of file diff --git a/platforms/ocaml.yml b/platforms/ocaml.yml index 216fe851b1..fa294ccfc5 100644 --- a/platforms/ocaml.yml +++ b/platforms/ocaml.yml @@ -1,2 +1,2 @@ name: OCaml -description: "" \ No newline at end of file +description: "[OCaml](https://en.wikipedia.org/wiki/OCaml) is a general-purpose, high-level multi-paradigm programming language." \ No newline at end of file diff --git a/platforms/perl.yml b/platforms/perl.yml index 73f1d0b40f..5681f421d5 100644 --- a/platforms/perl.yml +++ b/platforms/perl.yml @@ -1,2 +1,2 @@ name: Perl -description: "" \ No newline at end of file +description: "[Perl](https://en.wikipedia.org/wiki/Perl) is a high-level, general-purpose, interpreted, dynamic programming language." \ No newline at end of file diff --git a/platforms/php.yml b/platforms/php.yml index ae672ac3b3..601bac3b29 100644 --- a/platforms/php.yml +++ b/platforms/php.yml @@ -1,2 +1,2 @@ name: PHP -description: "" \ No newline at end of file +description: "[PHP](https://en.wikipedia.org/wiki/PHP) is a general-purpose scripting language geared towards web development." \ No newline at end of file diff --git a/platforms/plpgsql.yml b/platforms/plpgsql.yml index 1d25ea3763..ff7ded604c 100644 --- a/platforms/plpgsql.yml +++ b/platforms/plpgsql.yml @@ -1,2 +1,2 @@ name: pgSQL -description: "" \ No newline at end of file +description: "[PL/pgSQL](https://en.wikipedia.org/wiki/PL/pgSQL) (Procedural Language/PostgreSQL) is a procedural programming language supported by the PostgreSQL ORDBMS." diff --git a/platforms/python.yml b/platforms/python.yml index a28de67133..0f2feef845 100644 --- a/platforms/python.yml +++ b/platforms/python.yml @@ -1,2 +1,2 @@ name: Python -description: "" \ No newline at end of file +description: "[Python](https://en.wikipedia.org/wiki/Python_(programming_language)) is a high-level, general-purpose programming language, supporting multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. Its design philosophy emphasizes code readability." diff --git a/platforms/ruby.yml b/platforms/ruby.yml index e0f87eea4d..587a07a96f 100644 --- a/platforms/ruby.yml +++ b/platforms/ruby.yml @@ -1,2 +1,2 @@ name: Ruby -description: "" \ No newline at end of file +description: "[Ruby](https://en.wikipedia.org/wiki/Ruby_(programming_language)) is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity." \ No newline at end of file diff --git a/platforms/rust.yml b/platforms/rust.yml index 8320c2d24e..51ae912112 100644 --- a/platforms/rust.yml +++ b/platforms/rust.yml @@ -1,2 +1,2 @@ name: Rust -description: "" \ No newline at end of file +description: "[Rust](https://en.wikipedia.org/wiki/Rust_(programming_language)) is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, memory safety, and concurrency." \ No newline at end of file diff --git a/platforms/scala.yml b/platforms/scala.yml index 8f0713170d..3f13587a2c 100644 --- a/platforms/scala.yml +++ b/platforms/scala.yml @@ -1,2 +1,2 @@ name: Scala -description: "" \ No newline at end of file +description: "[Scala](https://en.wikipedia.org/wiki/Scala_(programming_language)) is a strong statically typed high-level general-purpose programming language that supports both object-oriented programming and functional programming." \ No newline at end of file diff --git a/platforms/shell.yml b/platforms/shell.yml index cb96f891ba..f79e81b05e 100644 --- a/platforms/shell.yml +++ b/platforms/shell.yml @@ -1,2 +1,2 @@ name: Shell -description: "" \ No newline at end of file +description: "A [Unix shell](https://en.wikipedia.org/wiki/Unix_shell) is a command-line interpreter that provides a command-line user interface for Unix-like operating systems. The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts." \ No newline at end of file diff --git a/platforms/unknown.yml b/platforms/unknown.yml index a740b49ed7..8eb647e045 100644 --- a/platforms/unknown.yml +++ b/platforms/unknown.yml @@ -1,2 +1,2 @@ name: Unknown -description: "" \ No newline at end of file +description: "Unknown programming language, closed-source software." \ No newline at end of file From 8ed7622c849ff44be1ccef32dc83a94a058a4731 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 15:54:08 +0200 Subject: [PATCH 03/15] shorten description for GeneWeb --- software/geneweb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/geneweb.yml b/software/geneweb.yml index 1a492cc084..c0c5c7c24c 100644 --- a/software/geneweb.yml +++ b/software/geneweb.yml @@ -1,6 +1,6 @@ name: GeneWeb website_url: https://geneweb.tuxfamily.org/wiki/GeneWeb -description: GeneWeb is an open source genealogy software written in OCaml. It comes with a Web interface and can be used off-line or as a Web service. +description: Genealogy software. It comes with a Web interface and can be used off-line or as a Web service. licenses: - GPL-2.0 platforms: From 0951c75215a5c58c13c0c27bda840ec4687e3376 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 19:47:28 +0200 Subject: [PATCH 04/15] fix ActivePieces platform/language - Docker is the only supported instalaltion method https://www.activepieces.com/docs/install/options/overview --- software/activepieces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/activepieces.yml b/software/activepieces.yml index e0f3579273..b520cfb95c 100644 --- a/software/activepieces.yml +++ b/software/activepieces.yml @@ -4,7 +4,7 @@ description: No-code business automation tool like Zapier or Tray. For example, licenses: - MIT platforms: - - Typescript + - Docker tags: - Automation source_code_url: https://github.com/activepieces/activepieces From 3a9dc291ba4654218adf58db5bf3d68102711a73 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 19:49:57 +0200 Subject: [PATCH 05/15] fix Sorry Cypress platforms/languages - https://docs.sorry-cypress.dev/cloud-setup/docker-images - https://docs.sorry-cypress.dev/cloud-setup/kubernetes --- platforms/typescript.yml | 2 -- software/sorry-cypress.yml | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 platforms/typescript.yml diff --git a/platforms/typescript.yml b/platforms/typescript.yml deleted file mode 100644 index 0faf391783..0000000000 --- a/platforms/typescript.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: Typescript -description: "" \ No newline at end of file diff --git a/software/sorry-cypress.yml b/software/sorry-cypress.yml index 047a4bba48..539bfa2c73 100644 --- a/software/sorry-cypress.yml +++ b/software/sorry-cypress.yml @@ -4,7 +4,8 @@ description: Alternative open-source dashboard for the Cypress browser automatio licenses: - MIT platforms: - - Typescript + - Docker + - K8S tags: - Software Development - Testing source_code_url: https://github.com/sorry-cypress/sorry-cypress From b38d7d7730dd98ef7327484f0e74650cff0a947a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 19:50:27 +0200 Subject: [PATCH 06/15] fix PLpgSQL platform name --- platforms/plpgsql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/plpgsql.yml b/platforms/plpgsql.yml index ff7ded604c..c2d8cd112f 100644 --- a/platforms/plpgsql.yml +++ b/platforms/plpgsql.yml @@ -1,2 +1,2 @@ -name: pgSQL +name: PLpgSQL description: "[PL/pgSQL](https://en.wikipedia.org/wiki/PL/pgSQL) (Procedural Language/PostgreSQL) is a procedural programming language supported by the PostgreSQL ORDBMS." From 581d52ec296b32bb07312b335eb805e9ca5b4f2f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 19:51:58 +0200 Subject: [PATCH 07/15] fix OnTrack platform/language - https://github.com/inoda/ontrack/blob/main/docs/ubuntu_install.md uses npm --- platforms/react.yml | 2 -- software/ontrack.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 platforms/react.yml diff --git a/platforms/react.yml b/platforms/react.yml deleted file mode 100644 index c778a39b53..0000000000 --- a/platforms/react.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: React -description: "" \ No newline at end of file diff --git a/software/ontrack.yml b/software/ontrack.yml index 5f3c98db59..b0bac6cfa2 100644 --- a/software/ontrack.yml +++ b/software/ontrack.yml @@ -5,7 +5,7 @@ licenses: - MIT platforms: - Ruby - - React + - Nodejs tags: - Money, Budgeting & Management source_code_url: https://github.com/inoda/ontrack From 853c0d64f6db04a862f220aabcb30c5d47a9b7b6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:28:59 +0200 Subject: [PATCH 08/15] fix YunoHost language/platform - https://yunohost.org/en/install/hardware:vps_debian#run-the-install-script recommends installting from a shell script - the other installation method uses ISO images which we don't list as a platform --- software/yunohost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/yunohost.yml b/software/yunohost.yml index 059b393332..1cba704881 100644 --- a/software/yunohost.yml +++ b/software/yunohost.yml @@ -5,7 +5,7 @@ licenses: - AGPL-3.0 platforms: - Python - - Other + - Shell tags: - Self-hosting Solutions source_code_url: https://github.com/YunoHost From cd0d60d668a15d6eef60b0e8378d38b07ddcdbe3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:30:00 +0200 Subject: [PATCH 09/15] fix unraid platform - unknown/closed-source --- software/unraid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/unraid.yml b/software/unraid.yml index 1a86338e19..aab1cc3060 100644 --- a/software/unraid.yml +++ b/software/unraid.yml @@ -4,7 +4,7 @@ description: Linux-based operating system designed to run on home media server s licenses: - ⊘ Proprietary platforms: - - Other + - Unknown tags: - Self-hosting Solutions source_code_url: https://www.unraid.net From 53b004de999649c4e55de14858af14d6891a65ba Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:32:31 +0200 Subject: [PATCH 10/15] fix UBOS platfor/language - admin tools are written in Perl, the project can only be installed from ISO images which we don't list as a platform --- software/ubos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/ubos.yml b/software/ubos.yml index 9cd1085278..43c68a386d 100644 --- a/software/ubos.yml +++ b/software/ubos.yml @@ -5,7 +5,6 @@ licenses: - GPL-3.0 platforms: - Perl - - Other tags: - Self-hosting Solutions source_code_url: https://ubos.net/ From c37c2eb1f00afc8ec9c1bc1eae52be5d220a36e9 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:36:40 +0200 Subject: [PATCH 11/15] fix syncloud platforms/languages - the backend is written in Go, and a few helper shell scripts - the software is distributed as an ISO image, which we don't list as a platform --- software/syncloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/syncloud.yml b/software/syncloud.yml index 9e8526dac9..4998249b30 100644 --- a/software/syncloud.yml +++ b/software/syncloud.yml @@ -4,8 +4,8 @@ description: Your own online file storage, social network or email server. licenses: - GPL-3.0 platforms: - - Python - - Other + - Go + - Shell tags: - Self-hosting Solutions source_code_url: https://github.com/syncloud/platform From 0a65c89edaec2d342ebc1692a9399de0a6a1034a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:38:28 +0200 Subject: [PATCH 12/15] fix ShellHub platform/language - the software is installed through https://github.com/shellhub-io/shellhub/blob/master/Makefile which deploys components as Docker services --- software/shellhub.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/software/shellhub.yml b/software/shellhub.yml index 799046350c..663944e55c 100644 --- a/software/shellhub.yml +++ b/software/shellhub.yml @@ -4,8 +4,7 @@ description: ShellHub is a modern SSH server for remotely accessing linux device licenses: - Apache-2.0 platforms: - - Go - - Other + - Docker tags: - Remote Access source_code_url: https://github.com/shellhub-io/shellhub From 3b0e0b139453204efb2a235cf7f8b7bfb6cd57d1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:40:43 +0200 Subject: [PATCH 13/15] fix sandstorm platform/language - the main installation method is through a shell script https://docs.sandstorm.io/en/latest/install/ - building from source compiles from C/C++ --- software/sandstorm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/sandstorm.yml b/software/sandstorm.yml index 62b6ee8e91..bfc5714a96 100644 --- a/software/sandstorm.yml +++ b/software/sandstorm.yml @@ -5,7 +5,7 @@ licenses: - Apache-2.0 platforms: - C++ - - Other + - Shell tags: - Self-hosting Solutions source_code_url: https://github.com/sandstorm-io/sandstorm From 74e7b523c4c3fc51bf4eb8da0cc4e3ee46f966c8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:42:22 +0200 Subject: [PATCH 14/15] fix RERO ILS language/platform - https://github.com/rero/rero-ils/blob/staging/INSTALL.rst#requirements --- software/rero-ils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/rero-ils.yml b/software/rero-ils.yml index 785d750a6b..e20fc1b0b6 100644 --- a/software/rero-ils.yml +++ b/software/rero-ils.yml @@ -5,7 +5,7 @@ licenses: - AGPL-3.0 platforms: - Python - - Other + - Docker tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/rero/rero-ils From 5b4c258c774fa81aa287b1ad710737520f8caa44 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 00:44:32 +0200 Subject: [PATCH 15/15] fix freedombox URL/platforms/languages - the software is distributed as ISO images which we don't list as a platform - it is also available for installation on top of a Debian system using deb packages --- software/freedombox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/freedombox.yml b/software/freedombox.yml index 88a4b3e709..4414756d92 100644 --- a/software/freedombox.yml +++ b/software/freedombox.yml @@ -1,11 +1,11 @@ name: FreedomBox -website_url: https://freedomboxfoundation.org/ +website_url: https://freedombox.org/ description: Community project to develop, design and promote personal servers running free software for private, personal, communications. licenses: - AGPL-3.0 platforms: - Python - - Other + - deb tags: - Self-hosting Solutions source_code_url: https://salsa.debian.org/freedombox-team/freedombox