From ecdde0426a5db5ddd795098c7acd4be24b2a8579 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Fri, 29 Mar 2019 19:42:02 +0100 Subject: [PATCH] [HTML] These org files are not meant to be exported and visible in FUN. They are only referenced. --- bin/pandoc_fixer.pl | 1 + html_src_files.lst | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bin/pandoc_fixer.pl b/bin/pandoc_fixer.pl index 15595a6..bd084c4 100755 --- a/bin/pandoc_fixer.pl +++ b/bin/pandoc_fixer.pl @@ -105,6 +105,7 @@ sub main() { while(defined($f = )) { chomp($f); + if($f =~ /^#/) { warn "Skipping $f"; next;} if($f =~ /^\s*$/) { print INDEX "|---+---+---|\n"; next; diff --git a/html_src_files.lst b/html_src_files.lst index 1acfc15..ff213a1 100644 --- a/html_src_files.lst +++ b/html_src_files.lst @@ -40,12 +40,13 @@ ./module3/ressources/iso_date_format.org # https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/316fc24edc1b44278ada4ca531c705be ./module3/ressources/iso_date_format_fr.org # https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/316fc24edc1b44278ada4ca531c705be -./module3/ressources/influenza-like-illness-analysis-orgmode+R.org # -./module3/ressources/influenza-like-illness-analysis-orgmode+Lisp+Python+R.org # -./module3/ressources/influenza-like-illness-analysis-orgmode.org # -./module3/ressources/analyse-syndrome-grippal-orgmode.org # -./module3/ressources/analyse-syndrome-grippal-orgmode+R.org # -./module3/ressources/analyse-syndrome-grippal-orgmode+Lisp+Python+R.org # +# ./module3/ressources/influenza-like-illness-analysis-orgmode+R.org # +# ./module3/ressources/influenza-like-illness-analysis-orgmode+Lisp+Python+R.org # +# ./module3/ressources/influenza-like-illness-analysis-orgmode.org # +# ./module3/ressources/analyse-syndrome-grippal-orgmode.org # +# ./module3/ressources/analyse-syndrome-grippal-orgmode+R.org # +# ./module3/ressources/analyse-syndrome-grippal-orgmode+Lisp+Python+R.org # + ./module4/ressources/resources_refs.org # https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/3c3c8cb2160d44e09a087b825beb92b8 ./module4/ressources/resources_refs_fr.org # https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/3c3c8cb2160d44e09a087b825beb92b8 -- 2.18.1