From 7428e3fa7fe4f60fb0001218ed46a8fcc6d212da Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 1 Aug 2023 02:23:14 +0200 Subject: 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. --- README.md | 14 +++++++------- 1 file 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 -- cgit v1.2.3