| Add .abstract support to maplisting.dcgi example file. - geomyidae - A small C-… | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit d39742c74e21e225e06d1a7d55044a740158d6e4 | |
| parent 1fb516e3924be54b2848501b0bf30da6f31ad19e | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Sat, 2 Apr 2022 23:41:54 +0200 | |
| Add .abstract support to maplisting.dcgi example file. | |
| Diffstat: | |
| M 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 | |