summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile6
-rw-r--r--doc/presentation.txt19
2 files changed, 24 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 13714e7..5c9e7f4 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,9 +1,13 @@
.PHONY: all clean
-all: documentation.pdf
+all: documentation.pdf presentation.html
clean:
rm -rf documentation.pdf
+.SUFFIXES: .txt .html
+.txt.html:
+ asciidoc --backend=slidy $<
+
include asciidoc-boilerplate/thesis.mk
diff --git a/doc/presentation.txt b/doc/presentation.txt
new file mode 100644
index 0000000..add576d
--- /dev/null
+++ b/doc/presentation.txt
@@ -0,0 +1,19 @@
+= SQL-E-Learning
+:author: Jan Klemkow, Benjamin Franzke
+:lang: de
+:imagesdir: image
+
+== Ist-Zustand
+
+ * Text auf Moodle
+ * Online-Web-Tutorial mit Oracle
+
+== Benutzertrennung
+
+== Transaktionen
+
+== Separate Datenbanken
+
+== Read-Only
+
+// vim: syntax=asciidoc :