aboutsummaryrefslogtreecommitdiff
path: root/style.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement directory pagingXavier Del Campo Romero2024-08-281-0/+8
| | | | | This allows directories with many files and directories inside them to be split into pages, in order to limit resource usage.
* Allow admins to define their own stylesheetXavier Del Campo Romero2023-07-111-0/+55
slcl used to provide a hardcoded stylesheet. However, it would be desirable for some admins to provide a custom stylesheet without having to rebuild the application. Now, slcl creates a default stylesheet, namely style.css, into the target directory, that can be later modified by admins. While this might contradict the suckless philosophy a bit, hopefully some admins might find this new feature useful.