From e7aabccbeb13b0924d436e9e944a32ee05a70fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:34:27 +0200 Subject: [PATCH 01/14] Add aliases and related --- topics/mongodb/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/mongodb/index.md b/topics/mongodb/index.md index af049a62700..405d41801f4 100644 --- a/topics/mongodb/index.md +++ b/topics/mongodb/index.md @@ -1,5 +1,5 @@ --- -aliases: mongodb-database +aliases: mongodb-database, mongo, mongodb, mongo-db created_by: MongoDB Inc. display_name: MongoDB github_url: https://github.com/mongodb @@ -9,5 +9,6 @@ short_description: MongoDB is an open source NoSQL document-oriented database. topic: mongodb url: https://www.mongodb.com/ wikipedia_url: https://en.wikipedia.org/wiki/MongoDB +related: nosql, no-sql, document-oriented-database, database --- MongoDB is an open source NoSQL document-oriented database. MongoDB allows flexible schema representation instead of relying on fixed tables and columns. It supports full indexing, query, aggregation, tunable consistency and durability levels, and linear horizontal scaling through sharding. From 70596772bb4cb4efa261ad2fdd5dc7660128c2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Tue, 19 Sep 2023 07:42:57 +0200 Subject: [PATCH 02/14] Add topic "localstorage" --- topics/localstorage/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 topics/localstorage/index.md diff --git a/topics/localstorage/index.md b/topics/localstorage/index.md new file mode 100644 index 00000000000..7730893d4bb --- /dev/null +++ b/topics/localstorage/index.md @@ -0,0 +1,12 @@ +--- +aliases: local-storage +display_name: LocalStorage +short_description: LocalStorage is a JavaScript API of storing arbitrary key-value data in the web browser as an alternative to cookies. +topic: localstorage +url: https://html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage-dev +wikipedia_url: https://en.wikipedia.org/wiki/Web_storage +related: sessionstorage, indexeddb, websql, web-storage, webstorage +--- +LocalStorage is a JavaScript API of storing arbitrary key-value data in the web browser as an alternative to cookies—another alterantive if the data in question goes beyond key-value pairs is to use the IndexedDB. + +`localStorage` data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), `localStorage` returns a different object than `localStorage` for the corresponding site loaded over HTTPS (e.g., https://example.com). From e620d30f30efc7e7c0b29ba656640c18f7d4ede3 Mon Sep 17 00:00:00 2001 From: BeverlyCode <118085961+BeverlyCode@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:04:22 +0100 Subject: [PATCH 03/14] Update index.md --- collections/web-games/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/collections/web-games/index.md b/collections/web-games/index.md index 8b30c86c0fa..60200252f0a 100644 --- a/collections/web-games/index.md +++ b/collections/web-games/index.md @@ -6,6 +6,14 @@ items: - AlexNisnevich/untrusted - doublespeakgames/adarkroom - Hextris/hextris + - mrbid/Cubes2 + - mrbid/Snowboarder + - mrbid/Snowling + - mrbid/SNOWBALL2 + - mrbid/SpaceMiner + - mrbid/FractalAttackOnlineLite + - mrbid/CoinPusher + - mrbid/TuxPusher display_name: Web games created_by: leereilly --- From b8a94814b067a5e1ffae279e3b9e4c5320345f8a Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 28 Sep 2023 14:40:35 -0700 Subject: [PATCH 04/14] add context for logging topic --- topics/logging/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 topics/logging/index.md diff --git a/topics/logging/index.md b/topics/logging/index.md new file mode 100644 index 00000000000..6702035e6b3 --- /dev/null +++ b/topics/logging/index.md @@ -0,0 +1,8 @@ +--- +aliases: event-logging, data-logging, application-logging, system-logging, error-logging, audit-trail, logging-framework, log-analysis +display_name: Logging +short_description: Logging involves recording events, actions, or messages that occur in a software application for analysis, debugging, and monitoring purposes. +topic: logging +wikipedia_url: https://en.wikipedia.org/wiki/Logging_(computing) +--- +In computing, logging is the act of keeping a log of events that occur in a computer system, such as problems, errors or just information on current operations. From d2bf3ddb87896bb85987cc215120f402c069838c Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 28 Sep 2023 14:49:09 -0700 Subject: [PATCH 05/14] shorten short_description --- topics/logging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/logging/index.md b/topics/logging/index.md index 6702035e6b3..1f89607d537 100644 --- a/topics/logging/index.md +++ b/topics/logging/index.md @@ -1,7 +1,7 @@ --- aliases: event-logging, data-logging, application-logging, system-logging, error-logging, audit-trail, logging-framework, log-analysis display_name: Logging -short_description: Logging involves recording events, actions, or messages that occur in a software application for analysis, debugging, and monitoring purposes. +short_description: Logging events, actions, and messages for analysis, debugging, and monitoring. topic: logging wikipedia_url: https://en.wikipedia.org/wiki/Logging_(computing) --- From 95ad97c580b8e440225ccd4c484ec7d8c9568e2c Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 28 Sep 2023 14:59:36 -0700 Subject: [PATCH 06/14] Make the short description a little bit more accessible --- topics/logging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/logging/index.md b/topics/logging/index.md index 1f89607d537..62b3c3ee2fe 100644 --- a/topics/logging/index.md +++ b/topics/logging/index.md @@ -1,7 +1,7 @@ --- aliases: event-logging, data-logging, application-logging, system-logging, error-logging, audit-trail, logging-framework, log-analysis display_name: Logging -short_description: Logging events, actions, and messages for analysis, debugging, and monitoring. +short_description: Logging is your software's way of keeping a record, like a journal, documenting events and errors for future reference. topic: logging wikipedia_url: https://en.wikipedia.org/wiki/Logging_(computing) --- From f7904482cb3e46848863ffff5c4bb11137d102ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Fri, 29 Sep 2023 04:00:21 +0200 Subject: [PATCH 07/14] Remove invalid alias --- topics/mongodb/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/mongodb/index.md b/topics/mongodb/index.md index 405d41801f4..430426bfd81 100644 --- a/topics/mongodb/index.md +++ b/topics/mongodb/index.md @@ -1,5 +1,5 @@ --- -aliases: mongodb-database, mongo, mongodb, mongo-db +aliases: mongodb-database, mongo, mongo-db created_by: MongoDB Inc. display_name: MongoDB github_url: https://github.com/mongodb From ed70a0578f879dc8a7edbc7aac0eeff46dd5a7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sat, 30 Sep 2023 06:12:50 +0200 Subject: [PATCH 08/14] Add related to topic "ActivityPub" --- topics/activitypub/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/activitypub/index.md b/topics/activitypub/index.md index c07774beb32..f955db6bfbf 100644 --- a/topics/activitypub/index.md +++ b/topics/activitypub/index.md @@ -2,10 +2,10 @@ display_name: ActivityPub github_url: https://github.com/w3c/activitypub logo: activitypub.png -related: api, decentralized, federated, protocol, social-network, w3c +related: api, decentralized, federated, protocol, social-network, w3c, federation, mastodon, lemmy, json-ld short_description: ActivityPub is an open, decentralized social networking protocol. topic: activitypub url: https://activitypub.rocks/ wikipedia_url: https://en.wikipedia.org/wiki/ActivityPub --- -ActivityPub is a decentralized social networking protocol standardized by the World Wide Web Consortium (W3C). It includes both an API for social networking clients and an API for server-server federation. +**ActivityPub** is a decentralized social networking protocol standardized by the World Wide Web Consortium (W3C). It includes both an API for social networking clients and an API for server-server federation. From 8dc358eb36cff56cf538de99bce3f86f504d23fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:00:27 +0200 Subject: [PATCH 09/14] Add related to topic "csv" --- topics/csv/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/csv/index.md b/topics/csv/index.md index bcb75fe7e0e..039127c680d 100644 --- a/topics/csv/index.md +++ b/topics/csv/index.md @@ -2,7 +2,7 @@ display_name: CSV short_description: A CSV file stores tabular data in a delimited text file that uses commas to separate the values. topic: csv -related: tsv +related: tsv, rfc-4180, data-exchange, tabular-data, spreadsheet, dsv wikipedia_url: https://en.wikipedia.org/wiki/Comma-separated_values --- -CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values. +**CSV** is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values. From 416ee771f98c25b343d3b90c6e636fa65c412d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:32:13 +0200 Subject: [PATCH 10/14] Add another related topic --- topics/csv/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/csv/index.md b/topics/csv/index.md index 039127c680d..300a77f9fd8 100644 --- a/topics/csv/index.md +++ b/topics/csv/index.md @@ -2,7 +2,7 @@ display_name: CSV short_description: A CSV file stores tabular data in a delimited text file that uses commas to separate the values. topic: csv -related: tsv, rfc-4180, data-exchange, tabular-data, spreadsheet, dsv +related: tsv, rfc-4180, data-exchange, tabular-data, spreadsheet, dsv, flat-file wikipedia_url: https://en.wikipedia.org/wiki/Comma-separated_values --- **CSV** is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values. From f9f2ca5d07c00f92080f514ca1efb20a0d7471a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:38:45 +0200 Subject: [PATCH 11/14] Improve wording of short_description Co-authored-by: Zack Koppert --- topics/localstorage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/localstorage/index.md b/topics/localstorage/index.md index 7730893d4bb..44dc300fec8 100644 --- a/topics/localstorage/index.md +++ b/topics/localstorage/index.md @@ -1,7 +1,7 @@ --- aliases: local-storage display_name: LocalStorage -short_description: LocalStorage is a JavaScript API of storing arbitrary key-value data in the web browser as an alternative to cookies. +short_description: LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies. topic: localstorage url: https://html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage-dev wikipedia_url: https://en.wikipedia.org/wiki/Web_storage From c06bc15614384b043e332054dedeaf17c9eed53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:39:04 +0200 Subject: [PATCH 12/14] Improve wording of description Co-authored-by: Zack Koppert --- topics/localstorage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/localstorage/index.md b/topics/localstorage/index.md index 44dc300fec8..ac127a1c77b 100644 --- a/topics/localstorage/index.md +++ b/topics/localstorage/index.md @@ -7,6 +7,6 @@ url: https://html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage-dev wikipedia_url: https://en.wikipedia.org/wiki/Web_storage related: sessionstorage, indexeddb, websql, web-storage, webstorage --- -LocalStorage is a JavaScript API of storing arbitrary key-value data in the web browser as an alternative to cookies—another alterantive if the data in question goes beyond key-value pairs is to use the IndexedDB. +LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB. `localStorage` data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), `localStorage` returns a different object than `localStorage` for the corresponding site loaded over HTTPS (e.g., https://example.com). From 34abef74ba0a8e38c02bedcc6663623fd23f21c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:05:18 +0200 Subject: [PATCH 13/14] Add related to topic "database2 --- topics/database/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/database/index.md b/topics/database/index.md index d9787e27df5..06ab7975d3d 100644 --- a/topics/database/index.md +++ b/topics/database/index.md @@ -6,5 +6,6 @@ short_description: A database is a structured set of data held in a computer, us topic: database logo: database.png wikipedia_url: https://en.wikipedia.org/wiki/Database +related: dbms, sql, relational-database, nosql, document-oriented, object-oriented-database, in-memory-database, data-warehouse, graphdb, spatial-database, temporal-db, newsql, time-series-database, event-store, crud --- A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds. From 91c8122b73cbe65d5137cc87b90264d85b05f7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:15:48 +0200 Subject: [PATCH 14/14] Limit related topics to 10 --- topics/database/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/database/index.md b/topics/database/index.md index 06ab7975d3d..4d200126268 100644 --- a/topics/database/index.md +++ b/topics/database/index.md @@ -6,6 +6,6 @@ short_description: A database is a structured set of data held in a computer, us topic: database logo: database.png wikipedia_url: https://en.wikipedia.org/wiki/Database -related: dbms, sql, relational-database, nosql, document-oriented, object-oriented-database, in-memory-database, data-warehouse, graphdb, spatial-database, temporal-db, newsql, time-series-database, event-store, crud +related: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud --- A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.