From: Michael McMahon <michael@fsf.org> Date: Tue, 30 Apr 2024 19:01:37 +0000 (-0400) Subject: Fix make speakers X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c350645745aa74a664ac07a0a473b7cf9472448;p=libreplanet-static.git Fix make speakers --- diff --git a/2024/Makefile b/2024/Makefile index 27ab2a15..cad11c50 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=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s=<a href="mailto:GNU@NU">GNU@NU</a>=GNU@NU=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=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|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=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|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=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; s|https://my.fsf.org/sites/default/files/webform/LP24-speaker-Ciaran.jpg|https://static.fsf.org/nosvn/libreplanet/2024/communications/LP24-speaker-Ciaran.jpg|;' > includes/generated-sessions.html clean: rm -f includes/generated-sessions.html includes/generated-bios.html