From e8bc00ffd27a2d12dc5c5f0bed530b62d5dbaabe Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Mon, 31 Aug 2020 21:00:05 +0200 Subject: [PATCH] Add `dirl` to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c26554f..ebb6cfe 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,22 @@ found at https://git.suckless.org/quark. Quark is a small http server. +# Feature Patches + +## Dirl: Customizable directory listing +[dirl](https://git.friedl.net/playground/suckless-quark/src/branch/dirlist) lets +you serve a fully customizable directory listing. + +You can compile `dirl` from the `dirlist` branch, download a pre-compiled [musl +binary](https://dirlist.friedl.net/bin/suckless/quark/quark-dirl) or even pull a +pre-made [docker +image](https://hub.docker.com/repository/docker/arminfriedl/quark). + +You can find an example deployment of [here](https://dirlist.friedl.net/). It +uses the default template just with a custom css. You can define your own +templates too for full customization. For details see the dirl +[README.md](https://git.friedl.net/playground/suckless-quark/src/branch/dirlist/README.md). + # Issues ## fork: Resource temporarily unavailable