summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Makefile9
m---------doc/asciidoc-boilerplate0
-rw-r--r--doc/document.asciidoc2
-rw-r--r--doc/documentation.txt11
6 files changed, 24 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..5c89d09
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "doc/asciidoc-boilerplate"]
+ path = doc/asciidoc-boilerplate
+ url = git://git.bnfr.net/asciidoc-boilerplate
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..62159e2
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1 @@
+documentation.pdf
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..13714e7
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,9 @@
+.PHONY: all clean
+
+all: documentation.pdf
+
+clean:
+ rm -rf documentation.pdf
+
+include asciidoc-boilerplate/thesis.mk
+
diff --git a/doc/asciidoc-boilerplate b/doc/asciidoc-boilerplate
new file mode 160000
+Subproject 200c8e89813e26907c09f2151df9b2403530650
diff --git a/doc/document.asciidoc b/doc/document.asciidoc
deleted file mode 100644
index b2f291c..0000000
--- a/doc/document.asciidoc
+++ /dev/null
@@ -1,2 +0,0 @@
-= Interaktives SQL E-Learning Module
-:author: Jan Klemkow, Benjamin Franzke
diff --git a/doc/documentation.txt b/doc/documentation.txt
new file mode 100644
index 0000000..0bcb8ba
--- /dev/null
+++ b/doc/documentation.txt
@@ -0,0 +1,11 @@
+= Interaktives SQL E-Learning Module
+:author: Jan Klemkow, Benjamin Franzke
+include::asciidoc-boilerplate/thesis.metadata[]
+
+== Moodle
+
+=== Videos einbinden
+
+Für Moodle ist ein integriertes Video-Plugin verfügbar.
+
+