commit 48fc22d0a56543f826c62a90dc5e31d8e78f3162 Author: Peter Ludikovsky Date: Wed May 18 20:03:38 2022 +0200 Initialer Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e8224b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.*swp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..12123b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "reveal.js"] + path = reveal.js + url = https://github.com/hakimel/reveal.js.git diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f63b8b8 --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +all: html dsgvo-privat.pdf dsgvo-privat-notes.pdf + +html: dsgvo-privat.html + +dsgvo-privat.html: dsgvo-privat.md + pandoc -f markdown+inline_notes+smart \ + -t revealjs+smart --standalone --slide-level=2 \ + --css=usrspace.css \ + -V 'revealjs-url:reveal.js/' \ + -o dsgvo-privat.html dsgvo-privat.md + +dsgvo-privat.pdf: dsgvo-privat.html + @echo Open file://$(PWD)/dsgvo-privat.html\?print-pdf + +dsgvo-privat-notes.pdf: dsgvo-privat.html + @echo Open file://$(PWD)/dsgvo-privat.html?print-pdf&showNotes=true + +clean: + rm -rf dsgvo-privat.html dsgvo-privat.pdf dsgvo-privat-notes.pdf *.svg diff --git a/dsgvo-privat.md b/dsgvo-privat.md new file mode 100644 index 0000000..2a999a8 --- /dev/null +++ b/dsgvo-privat.md @@ -0,0 +1,24 @@ +DSGVO als Privatperson anwenden +=============================== + +Haftungsausschluss +------------------ + +- Ich bin kein Jurist +- Diese Information ist nur ein Leitfaden + +Rechte in der DSGVO +------------------- + +- Kapitel III, Artikel 12 - 23 +- Art 12: Information +- Art 15: Auskunft +- Art 16: Berichtigung +- Art 17: Löschen +- Art 18: Beschränkung +- Art 20: Übertragung +- Art 21: Widerspruch + + diff --git a/reveal.js b/reveal.js new file mode 160000 index 0000000..3dade61 --- /dev/null +++ b/reveal.js @@ -0,0 +1 @@ +Subproject commit 3dade6117628beb7706b4abdc61c268ce281abbc