summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2013-01-30 21:35:18 +0100
committerJan Klemkow <j.klemkow@wemelug.de>2013-01-30 21:35:18 +0100
commitb82c268225bb1d378682ab8707244d7a4c8574e9 (patch)
tree0efd6196cb873fb3b632fe7b8978d135ce5e0724
parent71a6b392f29c21911e408ac89e57f110889cee6e (diff)
downloadsqltutor-plugin-b82c268225bb1d378682ab8707244d7a4c8574e9.tar.gz
sqltutor-plugin-b82c268225bb1d378682ab8707244d7a4c8574e9.tar.bz2
sqltutor-plugin-b82c268225bb1d378682ab8707244d7a4c8574e9.zip
Add Presentation.
-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 :