From b82c268225bb1d378682ab8707244d7a4c8574e9 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Wed, 30 Jan 2013 21:35:18 +0100 Subject: Add Presentation. --- doc/Makefile | 6 +++++- doc/presentation.txt | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 doc/presentation.txt 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 : -- cgit