Commit 5bafe777 authored by Arnaud Legrand's avatar Arnaud Legrand

[HTML] Remove org cruft

parent e8b10be8
...@@ -46,6 +46,8 @@ while(defined(my $line=<INPUT>)) { ...@@ -46,6 +46,8 @@ while(defined(my $line=<INPUT>)) {
if($line =~ /<p class="author"/) { next; } if($line =~ /<p class="author"/) { next; }
if($line =~ /<h1 class="title"/) { next; } if($line =~ /<h1 class="title"/) { next; }
if($line =~ /<p class="date"/) { next; } if($line =~ /<p class="date"/) { next; }
if($line =~ /<p>.*broken-links:nil/) { next; }
# $line =~ s|https://gitlab.inria.fr/learninglab/|https://learninglab.gitlabpages.inria.fr/|g; ## Not such a good idea! # $line =~ s|https://gitlab.inria.fr/learninglab/|https://learninglab.gitlabpages.inria.fr/|g; ## Not such a good idea!
if($line =~ /<body>/) { if($line =~ /<body>/) {
if($output=~ /_fr.html/) { if($output=~ /_fr.html/) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment