Initialer Commit

This commit is contained in:
Peter Ludikovsky 2022-05-18 20:03:38 +02:00
commit 48fc22d0a5
Signed by: pludi
GPG Key ID: FB1A00FEE77E2C36
5 changed files with 48 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.*swp

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "reveal.js"]
path = reveal.js
url = https://github.com/hakimel/reveal.js.git

19
Makefile Normal file
View File

@ -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

24
dsgvo-privat.md Normal file
View File

@ -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
<aside class="notes">
</aside>

1
reveal.js Submodule

@ -0,0 +1 @@
Subproject commit 3dade6117628beb7706b4abdc61c268ce281abbc