From 390bc4d391a5a2c00b4cf2fdb67bece28e973014 Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 16 Nov 2021 19:32:11 -0600 Subject: [PATCH] changed footer --- gemtext2html.awk | 11 ++++++----- gmo2gmi.awk | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gemtext2html.awk b/gemtext2html.awk index e466334..1c4e940 100644 --- a/gemtext2html.awk +++ b/gemtext2html.awk @@ -361,12 +361,13 @@ END{ print "view in gemini://" print "


" # links: - print "

icono de compudanzas

" print "

about contact support

" -# print "xxiivv webring

" - print "

webring" - print " mastodon

" - print "

peer production license

" +# print "

webring" + print "

icono de compudanzas" + print "xxiivv webring

" + + print "

@compudanzas

" + print "

texts, images, and code are shared with the peer production license

" print "" print "" print "" diff --git a/gmo2gmi.awk b/gmo2gmi.awk index d45969e..326bed3 100644 --- a/gmo2gmi.awk +++ b/gmo2gmi.awk @@ -50,6 +50,7 @@ END{ print "most recent update on: 1" fecha 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" + print "" + print "=> https://wiki.p2pfoundation.net/Peer_Production_License text, images, and code are shared with the peer production license" }