From 92914c0fd0267f586a92421cd0eba20de83a1504 Mon Sep 17 00:00:00 2001 From: sejo Date: Fri, 23 Jul 2021 13:42:53 -0500 Subject: [PATCH] modify footer in home.gmi --- gmo2gmi.awk | 6 ++++-- src/home.gmo | 1 + src/tutorials.gmo | 9 +++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 src/tutorials.gmo diff --git a/gmo2gmi.awk b/gmo2gmi.awk index e199990..79c89da 100644 --- a/gmo2gmi.awk +++ b/gmo2gmi.awk @@ -37,7 +37,9 @@ function nombre2Link( t, r ){ # convierte un nombre con espacios, a uno con r (e END{ print "" - print "most recent update on: 1" fecha - print "=> ./index.gmi {compudanzas}" + if(FILENAME != "tmp/home.gmo"){ + print "most recent update on: 1" fecha + print "=> ./home.gmi {compudanzas}" + } print "=> https://wiki.p2pfoundation.net/Peer_Production_License peer production license" } diff --git a/src/home.gmo b/src/home.gmo index 46eb6e6..8786a1c 100644 --- a/src/home.gmo +++ b/src/home.gmo @@ -6,4 +6,5 @@ exploring and playing computing within limits, (s)low tech, human-powered comput => ./las_danzas.gmi {las danzas} => ./coloring_computers.gmi {coloring computers} => ./talks_and_workshops.gmi {talks and workshops} +=> ./tutorials.gmi {tutorials} => ./support.gmi {support} diff --git a/src/tutorials.gmo b/src/tutorials.gmo new file mode 100644 index 0000000..d8a38db --- /dev/null +++ b/src/tutorials.gmo @@ -0,0 +1,9 @@ +# tutorials + +didactic materials that are complementary to the {talks and workshops} + +# in progress + +learn about the uxn computer and explore computing within limits along with the {uxn tutorial}. + +if you read spanish, in {las danzas} you can find a collection of activities that are still in the form of "notes": not necessarily finished or replicable.