all repos — cgit @ 69061b9ea548953d77ac7f022af18ca5d72af6af

a hyperfast web frontend for git written in c

filters: add lowdown filter for readme

it's suitable only for converting markdown to html, but i don't need
more. lowdown is better than about-formatting.sh because it doesn't
require shell. as i run this server on openbsd, web server is chrooted
so every binary should be copied to chroot directory. since chroot is
considered a security measure to restrict shell access, copying shell
executable to chroot directory would be stupid.
la-ninpre leobrekalini@gmail.com
Fri, 06 Nov 2020 20:05:01 +0100
commit

69061b9ea548953d77ac7f022af18ca5d72af6af

parent

7d8fec7e517c80c7ba20a54b9ed821b0934bfb8e

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
A filters/lowdown-formatting

@@ -0,0 +1,3 @@

+#!/bin/perl + +exec 'lowdown'