sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 7736da5c338ef4dfee1fca0f2364f82bd2bb31ac
parent cebcf8ef6a7db8b5b35094fcab722f6d1c27c5ee
Author: Laslo Hunhold <dev@frign.de>
Date:   Sun, 25 Jun 2017 20:52:45 +0200

Add a quark logo

Diffstat:
Dtools.suckless.org/quark.md | 10----------
Atools.suckless.org/quark/index.md | 13+++++++++++++
Atools.suckless.org/quark/quark.svg | 5+++++
3 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/tools.suckless.org/quark.md b/tools.suckless.org/quark.md @@ -1,10 +0,0 @@ -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 - diff --git a/tools.suckless.org/quark/index.md b/tools.suckless.org/quark/index.md @@ -0,0 +1,13 @@ +![quark](quark.svg) + +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 + diff --git a/tools.suckless.org/quark/quark.svg b/tools.suckless.org/quark/quark.svg @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<!-- Copyright (c) 2017, Laslo Hunhold <dev@frign.de> CC BY 4.0 --> +<svg xmlns="http://www.w3.org/2000/svg" width="240" height="40"> +<path d="m 220,30 20,0 0,10 -20,0 z m 0,-30 20,0 0,10 -20,0 z m -20,0 0,40 10,0 0,-10 10,0 0,-20 -10,0 0,-10 z m -50,40 0,-40 40,0 0,10 -30,0 0,30 z m -40,-20 20,0 0,-10 -20,0 z m -10,-20 0,40 10,0 0,-10 20,0 0,10 10,0 0,-40 z M 50,0 50,40 90,40 90,0 80,0 80,30 60,30 60,0 Z m -40,10 0,20 10,0 0,-10 10,0 0,-10 z M 0,0 0,40 40,40 40,0 Z" style="fill:#222;fill-rule:evenodd"/> +</svg>