aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index b583d04..196b79a 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
-# slcl, a suckless cloud
+# slcl, a simple and lightweight cloud
-`slcl` is a simple and fast implementation of a web file server, commonly
-known as "cloud storage" or simply "cloud", written in C99.
+`slcl` is a simple and lightweight implementation of a web file server,
+commonly known as "cloud storage" or simply "cloud", written in C99 plus
+POSIX.1-2008 extensions.
## Disclaimer
-While `slcl` might not share some of the philosophical views from the
-[suckless project](https://suckless.org), it still strives towards minimalism,
-simplicity and efficiency.
+Intentionally, `slcl` does not share some of the philosophical views from the
+[suckless project](https://suckless.org). However, it still strives towards
+portability, minimalism, simplicity and efficiency.
## Features
- Private access directory with file uploading, with configurable quota.
- Read-only public file sharing.
-- Uses [`slweb`](https://gitea.privatedns.org/xavi/slweb), a tiny
-HTTP/1.1-compatible server library.
+- Uses [`slweb`](https://gitea.privatedns.org/xavi/slweb), a tiny web framework.
- A simple JSON file as the credentials database.
- No JavaScript.
@@ -224,7 +224,7 @@ be even available e.g.: phones.
## License
```
-slcl, a suckless cloud.
+slcl, a simple and lightweight cloud.
Copyright (C) 2023 Xavier Del Campo Romero
This program is free software: you can redistribute it and/or modify