aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-01 02:23:14 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-01 02:23:41 +0200
commit7428e3fa7fe4f60fb0001218ed46a8fcc6d212da (patch)
tree03411417c7d2f7c1e3057e248dec2ab21e6cb8a7
parent2d879d92e15161841d4bc4b44bc5d3d5349445db (diff)
downloadlibweb-7428e3fa7fe4f60fb0001218ed46a8fcc6d212da.tar.gz
Do some minor rebranding
Despite designed around portability and minimalism, I feel slweb no longer aligns with the philosophical views from the suckless project. Therefore, I think it was appropriate to unlink its branding from it.
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3eb20db..06c6a90 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# slweb, a suckless web framework
+# slweb, a simple and lightweight web framework
-`slweb` is a simple and fast implementation of a web server, written in C99,
-that can be integrated into applications.
+`slweb` is a simple and lightweight implementation of a web server, written in
+C99 plus POSIX.1-2008 extensions, that can be integrated into applications.
## Disclaimer
-While `slweb` might not share some of the philosophical views from the
-[suckless project](https://suckless.org), it still strives towards minimalism,
-simplicity and efficiency.
+Intentionally, `slweb` 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
@@ -140,7 +140,7 @@ essential for `slcl`.
## License
```
-slweb, a suckless web framework.
+slweb, a simple and lightweight web framework.
Copyright (C) 2023 Xavier Del Campo Romero
This program is free software: you can redistribute it and/or modify