diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ portability, minimalism, simplicity and efficiency. - Private access directory with file uploading, with configurable quota. - Read-only public file sharing. -- Uses [`slweb`](https://gitea.privatedns.org/xavi/slweb), a tiny web framework. +- Uses [`libweb`](https://gitea.privatedns.org/xavi/libweb), a tiny web framework. - A simple JSON file as the credentials database. - No JavaScript. @@ -48,8 +48,8 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using - OpenSSL >= 2.0. - cJSON >= 1.7.15. - [`dynstr`](https://gitea.privatedns.org/xavi/dynstr) -(provided as a `git` submodule by `slweb`). -- [`slweb`](https://gitea.privatedns.org/xavi/slweb) +(provided as a `git` submodule by `libweb`). +- [`libweb`](https://gitea.privatedns.org/xavi/libweb) (provided as a `git` submodule). - `jq` (for [`usergen`](usergen) only). - CMake (optional). |
