Compare commits

...

3 Commits

Author SHA1 Message Date
avitex 6dd3ec76e9
skip twitter link checking 2020-12-25 23:08:56 +11:00
avitex af901602e8
add aliasable project 2020-12-25 23:04:54 +11:00
avitex c98341029d
update projects 2020-12-25 23:02:55 +11:00
2 changed files with 23 additions and 10 deletions

View File

@ -15,7 +15,8 @@ taxonomies = [
[link_checker] [link_checker]
skip_prefixes = [ skip_prefixes = [
"https://play.esea.net", "https://play.esea.net",
"https://letsplay.live" "https://letsplay.live",
"https://twitter.com"
] ]
[extra] [extra]

View File

@ -1,17 +1,32 @@
status = { experimental = "red", development = "orange", published = "green" } status = { experimental = "red", development = "orange", published = "green" }
###############################################################################
# Rust
[project.rust-badgen] [project.rust-badgen]
lang = "rust" lang = "rust"
crate = "badgen" crate = "badgen"
status = "development" status = "published"
github = "avitex/rust-badgen" github = "avitex/rust-badgen"
[project.rust-dangerous] [project.rust-dangerous]
lang = "rust" lang = "rust"
crate = "dangerous" crate = "dangerous"
status = "development" status = "published"
github = "avitex/rust-dangerous" github = "avitex/rust-dangerous"
[project.rust-zc]
lang = "rust"
crate = "zc"
status = "published"
github = "avitex/rust-zc"
[project.rust-aliasable]
lang = "rust"
crate = "aliasable"
status = "published"
github = "avitex/rust-aliasable"
[project.rust-arae] [project.rust-arae]
lang = "rust" lang = "rust"
crate = "arae" crate = "arae"
@ -21,7 +36,7 @@ github = "avitex/rust-arae"
[project.rust-dnscat] [project.rust-dnscat]
lang = "rust" lang = "rust"
crate = "dnscat" crate = "dnscat"
status = "development" status = "published"
github = "avitex/rust-dnscat" github = "avitex/rust-dnscat"
[project.rust-public-ip] [project.rust-public-ip]
@ -54,12 +69,6 @@ crate = "aliasable_deref_trait"
status = "published" status = "published"
github = "avitex/rust-aliasable-deref-trait" github = "avitex/rust-aliasable-deref-trait"
[project.rust-shared-box]
lang = "rust"
crate = "shared-box"
status = "development"
github = "avitex/rust-shared-box"
[project.rust-feast] [project.rust-feast]
lang = "rust" lang = "rust"
crate = "feast" crate = "feast"
@ -72,6 +81,9 @@ crate = "battlelayer"
status = "development" status = "development"
github = "avitex/battlelayer" github = "avitex/battlelayer"
###############################################################################
# Elixir
[project.elixir-glicko] [project.elixir-glicko]
lang = "elixir" lang = "elixir"
hex = "glicko" hex = "glicko"