gph-poll

a dynamic poll for geomyidae(8)
git clone git://src.adamsgaard.dk/gph-poll # fast
git clone https://src.adamsgaard.dk/gph-poll.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 452744abd8987be107c971961c4ac0e96a2adbec
parent a77256463a2060474346442797c8acb504e09141
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  8 Apr 2021 14:04:19 +0200

fix license and readme

Diffstat:
MLICENSE | 1-
AREADME | 3+++
Mindex.dcgi | 3++-
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,7 +1,6 @@ ISC License Copyright (c) 2021 Anders Damsgaard <anders@adamsgaard.dk> -Copyright (c) 2021 Christoph Lohmann <20h@r-36.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/README b/README @@ -0,0 +1,3 @@ +A simple open poll for geomyidae(8). + +Requires geomyidae commit 3401df4 or later. diff --git a/index.dcgi b/index.dcgi @@ -22,10 +22,11 @@ printf '\n' if [ -r "$polldescription" ]; then cat "$polldescription" + printf '\n' fi if [ -r "$polldb" ]; then - printf '\nRanking:\n\n' + printf 'Ranking:\n\n' sort "${polldb}" \ | uniq -ci \ | sort -nr \