From 2b9ce3b94e3b1a4f4a0ecfe06cacb4326c601818 Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 9 Nov 2021 13:02:39 -0600 Subject: [PATCH] source code url to tildegit --- gemtext2html.awk | 2 +- gmo2gmi.awk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gemtext2html.awk b/gemtext2html.awk index f15929e..e466334 100644 --- a/gemtext2html.awk +++ b/gemtext2html.awk @@ -354,7 +354,7 @@ END{ # footer with filename: sub("tmp/","",FILENAME) print "

" - print "source file —" + print "source file —" print "most recent update: " print " — " sub(".gmo",".gmi",FILENAME) diff --git a/gmo2gmi.awk b/gmo2gmi.awk index 1199d45..d45969e 100644 --- a/gmo2gmi.awk +++ b/gmo2gmi.awk @@ -48,7 +48,7 @@ END{ sub("tmp/","",FILENAME) if(FILENAME != "home.gmo"){ print "most recent update on: 1" fecha - print "=> https://codeberg.org/sejo/compudanzas/src/branch/main/src/" FILENAME " source file" + print "=> https://tildegit.org/sejo/compudanzas/src/branch/main/src/" FILENAME " source file" } print "=> https://wiki.p2pfoundation.net/Peer_Production_License peer production license" print "=> ./home.gmi home"