diff --git a/README.md b/README.md index 42547e5..0d8358c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # autonomous.contact -Bringing the BBS back. +A hub for communities as a single service with no required external dependencies. ## TODO diff --git a/deno.json b/deno.json index f37d838..a4b793c 100644 --- a/deno.json +++ b/deno.json @@ -44,11 +44,11 @@ "imports": { "@andyburke/fsdb": "jsr:@andyburke/fsdb@^1.2.4", "@andyburke/lurid": "jsr:@andyburke/lurid@^0.2.0", - "@andyburke/serverus": "jsr:@andyburke/serverus@^0.15.0", + "@andyburke/serverus": "jsr:@andyburke/serverus@^0.16.0", "@da/bcrypt": "jsr:@da/bcrypt@^1.0.1", - "@std/assert": "jsr:@std/assert@^1.0.16", + "@std/assert": "jsr:@std/assert@^1.0.17", "@std/encoding": "jsr:@std/encoding@^1.0.10", - "@std/fs": "jsr:@std/fs@^1.0.21", + "@std/fs": "jsr:@std/fs@^1.0.22", "@std/http": "jsr:@std/http@^1.0.23", "@std/media-types": "jsr:@std/media-types@^1.1.0", "@std/path": "jsr:@std/path@^1.1.4" diff --git a/deno.lock b/deno.lock index f4eac19..0e06569 100644 --- a/deno.lock +++ b/deno.lock @@ -3,10 +3,10 @@ "specifiers": { "jsr:@andyburke/fsdb@^1.2.4": "1.2.4", "jsr:@andyburke/lurid@0.2": "0.2.0", - "jsr:@andyburke/serverus@0.15": "0.15.0", + "jsr:@andyburke/serverus@0.16": "0.16.0", "jsr:@da/bcrypt@*": "1.0.1", "jsr:@da/bcrypt@^1.0.1": "1.0.1", - "jsr:@std/assert@^1.0.16": "1.0.16", + "jsr:@std/assert@^1.0.17": "1.0.17", "jsr:@std/cli@^1.0.19": "1.0.25", "jsr:@std/cli@^1.0.20": "1.0.25", "jsr:@std/cli@^1.0.21": "1.0.25", @@ -14,9 +14,10 @@ "jsr:@std/encoding@^1.0.10": "1.0.10", "jsr:@std/fmt@^1.0.6": "1.0.8", "jsr:@std/fmt@^1.0.8": "1.0.8", - "jsr:@std/fs@^1.0.18": "1.0.21", - "jsr:@std/fs@^1.0.19": "1.0.21", - "jsr:@std/fs@^1.0.21": "1.0.21", + "jsr:@std/fs@^1.0.18": "1.0.22", + "jsr:@std/fs@^1.0.19": "1.0.22", + "jsr:@std/fs@^1.0.21": "1.0.22", + "jsr:@std/fs@^1.0.22": "1.0.22", "jsr:@std/html@^1.0.5": "1.0.5", "jsr:@std/http@^1.0.20": "1.0.23", "jsr:@std/http@^1.0.23": "1.0.23", @@ -44,8 +45,8 @@ "jsr:@std/cli@^1.0.19" ] }, - "@andyburke/serverus@0.15.0": { - "integrity": "bc533ede60f6022bfcc4c380597f34b17d73172af566496160319cb5275977bd", + "@andyburke/serverus@0.16.0": { + "integrity": "625fc3f08ddc377beb86b282d603ca6154cf38e136d916ec19a87ae4c4ed86d5", "dependencies": [ "jsr:@std/cli@^1.0.21", "jsr:@std/fmt@^1.0.6", @@ -58,8 +59,8 @@ "@da/bcrypt@1.0.1": { "integrity": "d2172d3acbcff52e0465557a1a48b1ff1c92df08c90712dae5372255a8c45eb3" }, - "@std/assert@1.0.16": { - "integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532", + "@std/assert@1.0.17": { + "integrity": "df5ebfffe77c03b3fa1401e11c762cc8f603d51021c56c4d15a8c7ab45e90dbe", "dependencies": [ "jsr:@std/internal" ] @@ -73,8 +74,8 @@ "@std/fmt@1.0.8": { "integrity": "71e1fc498787e4434d213647a6e43e794af4fd393ef8f52062246e06f7e372b7" }, - "@std/fs@1.0.21": { - "integrity": "d720fe1056d78d43065a4d6e0eeb2b19f34adb8a0bc7caf3a4dbf1d4178252cd", + "@std/fs@1.0.22": { + "integrity": "de0f277a58a867147a8a01bc1b181d0dfa80bfddba8c9cf2bacd6747bcec9308", "dependencies": [ "jsr:@std/internal", "jsr:@std/path@^1.1.4" @@ -134,11 +135,11 @@ "dependencies": [ "jsr:@andyburke/fsdb@^1.2.4", "jsr:@andyburke/lurid@0.2", - "jsr:@andyburke/serverus@0.15", + "jsr:@andyburke/serverus@0.16", "jsr:@da/bcrypt@^1.0.1", - "jsr:@std/assert@^1.0.16", + "jsr:@std/assert@^1.0.17", "jsr:@std/encoding@^1.0.10", - "jsr:@std/fs@^1.0.21", + "jsr:@std/fs@^1.0.22", "jsr:@std/http@^1.0.23", "jsr:@std/media-types@^1.1.0", "jsr:@std/path@^1.1.4" diff --git a/public/index.html b/public/index.html index 6c83dc0..4b48483 100644 --- a/public/index.html +++ b/public/index.html @@ -12,9 +12,9 @@ - - - + + + @@ -45,12 +45,12 @@
- +