tAdd .abstract support to maplisting.dcgi example file. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
HTML git clone git://r-36.net/geomyidae
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d39742c74e21e225e06d1a7d55044a740158d6e4
DIR parent 1fb516e3924be54b2848501b0bf30da6f31ad19e
HTML 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(-)
---
DIR diff --git a/cgi-examples/maplisting.dcgi b/cgi-examples/maplisting.dcgi
t@@ -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