From d88a277f6c1f05a8882c8ca289eb76b31661fc66 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Wed, 27 Mar 2024 14:45:40 -0400 Subject: [PATCH] Fix GNU@NU not being an email address. --- 2024/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2024/Makefile b/2024/Makefile index ce78ca68..128fa8f4 100644 --- a/2024/Makefile +++ b/2024/Makefile @@ -21,10 +21,10 @@ wikipages: $(shell ../markdown-convert.sh $<) speakers: - curl -s https://my.fsf.org/lp-talk/62| sed -n 's=/lp-talk/55=/2024/speakers/=g; s=/lp-schedule/55=/2023/program/=g; s=
=
=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' | sed -e '2,29d' > includes/generated-bios.html + curl -s https://my.fsf.org/lp-talk/62| sed -n 's=/lp-talk/55=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=
=
=g; s=GNU@NU=GNU@NU=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' | sed -e '2,29d' > includes/generated-bios.html sessions: - curl -s https://my.fsf.org/lp-schedule/| sed -n 's=/lp-talk/62=/2024/speakers/=g; s=/lp-schedule/55=/2023/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-sessions.html + curl -s https://my.fsf.org/lp-schedule/| sed -n 's=/lp-talk/62=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s|GNU@NU|GNU@NU|g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-sessions.html clean: rm -f includes/generated-sessions.html includes/generated-bios.html -- 2.25.1