diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-10 23:43:47 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-11 00:08:40 +0200 |
| commit | 28ae865e5ecad9b398ac21fa148fc4b93c987226 (patch) | |
| tree | 1f045b4c55d9556557758f5cfa9457d07e988aa9 /README.md | |
| parent | e3177b549d5fb9c065d336cbb95301f48e29863a (diff) | |
| download | slcl-28ae865e5ecad9b398ac21fa148fc4b93c987226.tar.gz | |
Apply slweb renaming to libweb
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). |
