Introduction
Introduction Statistics Contact Development Disclaimer Help
tAllow numerals in page names in gopher post listing - adamsgaard.dk - my acade…
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log
Files
Refs
README
LICENSE
---
commit f72baab8758e76c9ed00a53cc2314691b665388e
parent c2c35b346b67821c2326d2de78e54cfa3a8e250e
Author: Anders Damsgaard <[email protected]>
Date: Mon, 15 Jun 2020 16:46:42 +0200
Allow numerals in page names in gopher post listing
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -12,7 +12,7 @@ generate:
printf '# %s \n\n' "$$title" > "$$out"; \
cat "$$f" >> "$$out"; \
done
- sed -i 's,|\([A-Za-z-]*\)\.html|server|port,|/\1.txt|server|port,' $(o…
+ sed -i 's,|\([A-z0-9-]*\)\.html|server|port,|/\1.txt|server|port,' $(o…
cp style.css print.css $(output)/
rsync -ra \
$(output)/ \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.