From e5740fd99abac0eb4547aa86398a8205ede34b8b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 23 Oct 2015 14:12:47 +0200 Subject: Brag about source being hand-written. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d08b72d..7cabf80 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ $(htmlprogrammefiles): %.html : %.ttl wget -O"$@" "http://programme.ecs.soton.ac.uk/tool.php?src=$(base)" perl -pi -0 \ -e 's,^(.*?]*>)(.*?)(?=),\n\n$$2$$1$$2,ms;' \ + -e 's,>$(base)<,>hand-written Linked Open Data source file<,;' \ -e 's,$(base)\K,/index.txt,;' \ -e "s,class='[^'] *\Kprogramme_current',',;" \ -e "s,
now
,,g;" \ -- cgit v1.2.3