| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename project from slweb to libwebv0.1.0-rc3 | Xavier Del Campo Romero | 2023-10-11 | 1 | -15/+0 |
| | | | | | | | | | | | | | 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. | ||||
| * | Move header files to subdirectory | Xavier Del Campo Romero | 2023-07-21 | 1 | -0/+15 |
| Since slweb is meant as a library, it is advisable to keep public header files under their own directory in order to avoid name clashing i.e., #include "something.h" Now becomes: #include "slweb/something.h" | |||||
