geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit d39742c74e21e225e06d1a7d55044a740158d6e4
parent 1fb516e3924be54b2848501b0bf30da6f31ad19e
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  2 Apr 2022 23:41:54 +0200

Add .abstract support to maplisting.dcgi example file.

Diffstat:
cgi-examples/maplisting.dcgi | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cgi-examples/maplisting.dcgi b/cgi-examples/maplisting.dcgi @@ -5,6 +5,7 @@ # [ -f map.gph ] && cat map.gph +[ -f .abstract ] && cat .abstract find *.md -printf "[0|%TY-%Tm-%Td %f|%f|server|port]\r\n" | sort -r