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" }