summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-02-25 14:14:24 +0000
committerKornel <kornel@geekhood.net>2020-02-25 14:19:31 +0000
commit7c628ab2da6f6c122b59e85a26a856f12bc1f063 (patch)
tree5a1eb4d4417adc2b030e66c80d58de7728fa290a
parentd8cbb9326490926fd55851c1c042976ba3703184 (diff)
Data
-rw-r--r--data/category_overrides.txt3
-rw-r--r--data/git_crates.txt3
-rw-r--r--kitchen_sink/README.md6
-rw-r--r--server/README.md4
4 files changed, 11 insertions, 5 deletions
diff --git a/data/category_overrides.txt b/data/category_overrides.txt
index 645d1e9..2fcd4fa 100644
--- a/data/category_overrides.txt
+++ b/data/category_overrides.txt
@@ -1,3 +1,5 @@
+meson: development-tools::build-tools
+cargo-xbuild : development-tools::build-tools, development-tools::cargo-plugins
acm: science::math
afterburn: web-programming
afterparty-ng : web-programming::http-server
@@ -7,6 +9,7 @@ alass-core : algorithms
alert-after: command-line-utilities
alfred: development-tools, os::macos-apis
algorust: algorithms
+llvm-passgen : development-tools
allegro_primitives-sys: game-engines
alphaid: encoding
alphavantage: web-programming
diff --git a/data/git_crates.txt b/data/git_crates.txt
index 07f1c68..7295fcb 100644
--- a/data/git_crates.txt
+++ b/data/git_crates.txt
@@ -400,6 +400,9 @@ github:zacstewart/comm/comm
github:zesterer/atto/atto
github:zonyitoo/coio-rs/coio
gitlab:bartmassey/woodpieces/woodpieces
+gitlab:crates.rs/crates.rs/crates-server
+gitlab:crates.rs/crates.rs/kitchen_sink
+gitlab:crates.rs/render_readme/render_readme
gitlab:derrickcope/rustbar/rustbar
gitlab:edsu-org/rust/edsu-client
gitlab:edsu-org/rust/edsu-server
diff --git a/kitchen_sink/README.md b/kitchen_sink/README.md
index b96fcd8..55df889 100644
--- a/kitchen_sink/README.md
+++ b/kitchen_sink/README.md
@@ -1,5 +1,5 @@
-# "Everything else" of crates.rs project
+# "Everything else" of lib.rs project
-It's a crate that ties multiple data sources together in the crates.rs project.
+It's a crate that ties multiple data sources together in the lib.rs project.
-This is entirely for internal use in the crates.rs project, so see [crates.rs general documentation for more information](https://gitlab.com/crates.rs/crates.rs).
+This is entirely for internal use in the lib.rs project, so see [lib.rs general documentation for more information](https://gitlab.com/crates.rs/crates.rs).
diff --git a/server/README.md b/server/README.md
index fe15180..aa4dcd5 100644
--- a/server/README.md
+++ b/server/README.md
@@ -1,3 +1,3 @@
-# Dynamic pages of crates.rs
+# Dynamic pages of lib.rs
-This is a part of the [crates.rs project](https://gitlab.com/crates.rs/crates.rs).
+This is an actix server that generates pages for the [lib.rs website](https://gitlab.com/crates.rs/crates.rs).