diff --git a/overview/.gitignore b/overview/.gitignore index bd837c1..72a003c 100644 --- a/overview/.gitignore +++ b/overview/.gitignore @@ -1,4 +1,4 @@ ltxobj/ notes.pdf slides.pdf - +abstract.md diff --git a/overview/Makefile b/overview/Makefile index eee484a..5cf0d20 100644 --- a/overview/Makefile +++ b/overview/Makefile @@ -1,5 +1,5 @@ .PHONY: all -all: notes.pdf slides.pdf +all: notes.pdf slides.pdf README.md LATEXFLAGS+= -shell-escape @@ -23,6 +23,10 @@ $(addprefix figs/,${FIGS}):: ${MAKE} -C $(dir $@) $(notdir $@) +README.md: video.md abstract.md + cat $^ > $@ + + .PHONY: clean clean: ${RM} notes.pdf slides.pdf @@ -30,3 +34,4 @@ clean: INCLUDE_MAKEFILES=../makefiles include ${INCLUDE_MAKEFILES}/tex.mk +include ${INCLUDE_MAKEFILES}/doc.mk diff --git a/overview/README.md b/overview/README.md new file mode 100644 index 0000000..f63670e --- /dev/null +++ b/overview/README.md @@ -0,0 +1,8 @@ +[![Intrusion detection and prevention][img]][video] + +[On FeedbackFruits][feedbackfruits] + +[img]: https://img.youtube.com/vi/P4RymjPNGlA/hqdefault.jpg +[video]: https://youtu.be/P4RymjPNGlA +[feedbackfruits]: https://eu.feedbackfruits.com/groups/activity-group/1260623c-9876-4987-b54a-c752beac8189 + diff --git a/overview/video.md b/overview/video.md new file mode 100644 index 0000000..f63670e --- /dev/null +++ b/overview/video.md @@ -0,0 +1,8 @@ +[![Intrusion detection and prevention][img]][video] + +[On FeedbackFruits][feedbackfruits] + +[img]: https://img.youtube.com/vi/P4RymjPNGlA/hqdefault.jpg +[video]: https://youtu.be/P4RymjPNGlA +[feedbackfruits]: https://eu.feedbackfruits.com/groups/activity-group/1260623c-9876-4987-b54a-c752beac8189 +