diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-10 23:21:35 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-11 00:07:13 +0200 |
| commit | 0222b75e8554796548e079aa3393c512ae30ac24 (patch) | |
| tree | 5a154258ae5c1434a211ee67537e46ef64058437 /include | |
| parent | 832e198f8c77970b5b923eb18201ba83d9c72b80 (diff) | |
Rename project from slweb to libwebv0.1.0-rc3
It was found out there was another project of the same name around
(https://git.sr.ht/~strahinja/slweb/), also related to website
generation.
In order to avoid confusion, a new name has been chosen for this
project. Surprisingly, libweb was not in use by any distributions
(according to https://repology.org and AUR index), and it should
reflect well the intention behind this project i.e., being a library
to build web-related stuff.
Diffstat (limited to 'include')
| -rw-r--r-- | include/libweb/handler.h (renamed from include/slweb/handler.h) | 2 | ||||
| -rw-r--r-- | include/libweb/html.h (renamed from include/slweb/html.h) | 0 | ||||
| -rw-r--r-- | include/libweb/http.h (renamed from include/slweb/http.h) | 0 | ||||
| -rw-r--r-- | include/libweb/server.h (renamed from include/slweb/server.h) | 0 | ||||
| -rw-r--r-- | include/libweb/wildcard_cmp.h (renamed from include/slweb/wildcard_cmp.h) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/include/slweb/handler.h b/include/libweb/handler.h index 84a8073..9cde129 100644 --- a/include/slweb/handler.h +++ b/include/libweb/handler.h @@ -1,7 +1,7 @@ #ifndef HANDLER_H #define HANDLER_H -#include "slweb/http.h" +#include "libweb/http.h" #include <stddef.h> typedef int (*handler_fn)(const struct http_payload *p, diff --git a/include/slweb/html.h b/include/libweb/html.h index e62575e..e62575e 100644 --- a/include/slweb/html.h +++ b/include/libweb/html.h diff --git a/include/slweb/http.h b/include/libweb/http.h index 68ffb9a..68ffb9a 100644 --- a/include/slweb/http.h +++ b/include/libweb/http.h diff --git a/include/slweb/server.h b/include/libweb/server.h index 74f06ae..74f06ae 100644 --- a/include/slweb/server.h +++ b/include/libweb/server.h diff --git a/include/slweb/wildcard_cmp.h b/include/libweb/wildcard_cmp.h index fa09913..fa09913 100644 --- a/include/slweb/wildcard_cmp.h +++ b/include/libweb/wildcard_cmp.h |
