From 19891d39d5d4b29f2cc80a752b5caa14b0c5ffed Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 01:17:19 +0200 Subject: [PATCH] add descriptions to all platforms - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/217 --- platforms/assembly.yml | 2 +- platforms/c#.yml | 2 +- platforms/commonlisp.yml | 2 +- platforms/crystal.yml | 2 +- platforms/django.yml | 2 +- platforms/docker.yml | 2 +- platforms/erlang.yml | 2 +- platforms/go.yml | 2 +- platforms/haskell.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/platforms/assembly.yml b/platforms/assembly.yml index a827d4c109..81db940dd3 100644 --- a/platforms/assembly.yml +++ b/platforms/assembly.yml @@ -1,2 +1,2 @@ name: Assembly -description: "" \ No newline at end of file +description: "[Assembly](https://en.wikipedia.org/wiki/Assembly_language) language, is any low-level programming language with a very strong correspondence between the instructions in the language and the architecture's machine code instructions." \ No newline at end of file diff --git a/platforms/c#.yml b/platforms/c#.yml index 3fb346252d..5abb56fe8f 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_Sharp_(programming_language)) is a general-purpose high-level programming language supporting multiple paradigms." \ No newline at end of file diff --git a/platforms/commonlisp.yml b/platforms/commonlisp.yml index 475762de3f..7c39cc7d7e 100644 --- a/platforms/commonlisp.yml +++ b/platforms/commonlisp.yml @@ -1,2 +1,2 @@ name: CommonLisp -description: "" \ No newline at end of file +description: "Common Lisp (CL) is a dialect of Lisp, a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation." \ No newline at end of file diff --git a/platforms/crystal.yml b/platforms/crystal.yml index 20182d722d..31b1d01624 100644 --- a/platforms/crystal.yml +++ b/platforms/crystal.yml @@ -1,2 +1,2 @@ name: Crystal -description: "" \ No newline at end of file +description: "Crystal is a high-level general-purpose, object-oriented, compiled programming language, with syntax inspired by the Ruby language." \ No newline at end of file diff --git a/platforms/django.yml b/platforms/django.yml index cf2e115dc9..3a76bb218d 100644 --- a/platforms/django.yml +++ b/platforms/django.yml @@ -1,2 +1,2 @@ name: Django -description: "" \ No newline at end of file +description: "[Django](https://en.wikipedia.org/wiki/Django_(web_framework)) is a Python-based web framework that follows the model–template–views (MTV) architectural pattern, designed to ease the creation of complex, database-driven websites." \ No newline at end of file diff --git a/platforms/docker.yml b/platforms/docker.yml index ebde8484d0..688f9959dc 100644 --- a/platforms/docker.yml +++ b/platforms/docker.yml @@ -1,2 +1,2 @@ name: Docker -description: "" \ No newline at end of file +description: "[Docker](https://en.wikipedia.org/wiki/Docker_(software)) is a tool that automates the deployment of applications in lightweight containers so that applications can work efficiently in different environments in isolation." \ No newline at end of file diff --git a/platforms/erlang.yml b/platforms/erlang.yml index 4eac73c640..57d4ac5f4b 100644 --- a/platforms/erlang.yml +++ b/platforms/erlang.yml @@ -1,2 +1,2 @@ name: Erlang -description: "" \ No newline at end of file +description: "[Erlang](https://en.wikipedia.org/wiki/Erlang_(programming_language)) is a general-purpose, concurrent, functional high-level programming language, and a garbage-collected runtime system." \ No newline at end of file diff --git a/platforms/go.yml b/platforms/go.yml index d8c69822e9..a9c689456c 100644 --- a/platforms/go.yml +++ b/platforms/go.yml @@ -1,2 +1,2 @@ name: Go -description: "" \ No newline at end of file +description: "[Go](https://en.wikipedia.org/wiki/Go_(programming_language)) is a statically typed, compiled high-level programming language." \ No newline at end of file diff --git a/platforms/haskell.yml b/platforms/haskell.yml index 7b0988834f..63dfd6ae98 100644 --- a/platforms/haskell.yml +++ b/platforms/haskell.yml @@ -1,2 +1,2 @@ name: Haskell -description: "" \ No newline at end of file +description: "[Haskell](https://en.wikipedia.org/wiki/Haskell) is a general-purpose, statically-typed, purely functional programming language. Designed for teaching, research, and industrial applications, Haskell has pioneered a number of programming language features." \ No newline at end of file