commit 1a86ed5a7e959ec721c03f878e06ed47f4fe5365 parent 916569c1335bdced7b9a20fcf76a5bee2aee2aaf Author: Andrew Hills <ahills@ednos.net> Date: Thu, 7 Aug 2014 03:03:35 -0400 Add trivial page for quark Diffstat:
A | tools.suckless.org/quark.md | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/tools.suckless.org/quark.md b/tools.suckless.org/quark.md @@ -0,0 +1,10 @@ +quark +===== +quark is an extremly small and simple http get-only web server. It only serves static pages on a single host. + +Development +----------- +You can [browse](http://git.suckless.org/quark) the source code repository or get a copy with the following command: + + git clone http://git.suckless.org/quark +