From f84cfcfa1417c17f7f40efd2184622da9b0f2c47 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 21 Jul 2023 01:31:08 +0200 Subject: 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. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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). -- cgit v1.2.3