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..c2d8cd112f 100644 --- a/platforms/plpgsql.yml +++ b/platforms/plpgsql.yml @@ -1,2 +1,2 @@ -name: pgSQL -description: "" \ No newline at end of file +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." 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/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/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/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/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 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 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 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: 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 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 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 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 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 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 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/ 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 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