aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-21 01:31:08 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-21 01:40:55 +0200
commitf84cfcfa1417c17f7f40efd2184622da9b0f2c47 (patch)
treeb2762b89286281f99bd0e14af5f24c8a5bc4fe9f
parentf4aa3367f8c1c1566ca3f836d57d7c038b74884f (diff)
downloadslcl-f84cfcfa1417c17f7f40efd2184622da9b0f2c47.tar.gz
README.md: Add references to slweb
slweb is the HTTP/1.1 server implementation and utilities that slcl originally implemented, which have now been split into a separate repository.
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c62dba..d26dd0f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@ simplicity and efficiency.
- Private access directory with file uploading, with configurable quota.
- Read-only public file sharing.
-- Its own, tiny HTTP/1.1-compatible server.
+- Uses [`slweb`](https://gitea.privatedns.org/xavi92/slweb), a tiny
+HTTP/1.1-compatible server library.
- A simple JSON file as the credentials database.
- No JavaScript.
@@ -42,6 +43,8 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
- cJSON >= 1.7.15.
- [`dynstr`](https://gitea.privatedns.org/xavi92/dynstr)
(provided as a `git` submodule).
+- [`slweb`](https://gitea.privatedns.org/xavi92/slweb)
+(provided as a `git` submodule).
- `xxd` (for [`usergen`](usergen) only).
- `jq` (for [`usergen`](usergen) only).
- CMake (optional).