Update manpage to list capabilities and behaviour - quark - quark web server | |
git clone git://git.suckless.org/quark | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit ce77dd79624177387dbfc95cabae7c851b51b7fb | |
parent 65600ffe7a2868e95cf172550c85aa074e209e0d | |
Author: Laslo Hunhold <[email protected]> | |
Date: Tue, 18 Aug 2020 08:46:52 +0200 | |
Update manpage to list capabilities and behaviour | |
Signed-off-by: Laslo Hunhold <[email protected]> | |
Diffstat: | |
M quark.1 | 11 ++++++++++- | |
1 file changed, 10 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/quark.1 b/quark.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd 2019-02-24 | |
+.Dd 2020-08-18 | |
.Dt QUARK 1 | |
.Os suckless.org | |
.Sh NAME | |
@@ -30,6 +30,15 @@ | |
.Sh DESCRIPTION | |
.Nm | |
is a simple HTTP GET/HEAD-only web server for static content. | |
+It supports virtual hosts (see | |
+.Fl v ) , | |
+explicit redirects (see | |
+.Fl m ) , | |
+directory listings (see | |
+.Fl l ) , | |
+conditional "If-Modified-Since"-requests (RFC 7232), range requests | |
+(RFC 7233) and well-known URIs (RFC 8615), while refusing to serve | |
+hidden files and directories. | |
.Sh OPTIONS | |
.Bl -tag -width Ds | |
.It Fl d Ar dir |