aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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).